schemaorg / suggestions-questions-brainstorming

Suggestions, questions, and brainstorming
19 stars 15 forks source link

add more Person examples using Role #169

Open chharvey opened 6 years ago

chharvey commented 6 years ago

The description of Person#hasOccupation is:

The Person's occupation. For past professions, use Role for expressing dates.

Can some examples be added to Person that would help explain this use? In the blog post, the only examples they give describe marking up a Person inside an Organization or CreativeWork, but not the other way around.

In other words, the blog post is very clear about this:

Movie
├── name:Text "Ghostbusters"
└── actor:PerformanceRole
    ├── actor:Person
    │   └── name:Text "Bill Murray"
    └── endDate:Date "1984"

but it is not clear about this:

Person
└── name:Text "Bill Murray"
└── hasOccupation:PerformanceRole
    ├── performerIn:Movie <!-- sidenote: `performerIn` only allows Event values, not CreativeWork -->
    │   └── name:Text "Ghostbusters"
    └── endDate:Date "1984"

Is that the correct usage?


Related:

RichardWallis commented 4 years ago

See issue #7 for the context of the move from the main Schema.org issue tracker to this repository.