As suggested by @asbjornu, it will be good to give users an option to define `@vocab` using an attribute instead of defining it in the `@context`: ``` c# [Vocabulary("http://schema.org/")] public class Person { } ```