- From: Markus Lanthaler <markus.lanthaler@gmx.net>
- Date: Tue, 14 Oct 2014 14:25:12 +0200
- To: <public-vocabs@w3.org>
On 13 Okt 2014 at 22:30, ☮ elf Pavlik ☮ wrote:
> On 10/13/2014 09:05 PM, Markus Lanthaler wrote:
>> {
>> "@context": "http://schema.org",
>> "@type": "SportsTeam",
>> "name": "San Francisco 49ers",
>> "member": {
>> "@type": "OrganizationRole",
>> "name": "Joe Montana's Quarterback role",
>> "roleName": "http://en.wikipedia.org/wiki/Quarterback",
>> "startDate": "1979",
>> "endDate": "1992",
>> "member": {
>> "@type": "Person",
>> "name": "Joe Montana"
>> }
>> }
>> }
>
> maybe we could use multiple types if we want to use URL?
>
> {
> "@context": ["http://schema.org", { "w":
> "http://en.wikipedia.org/wiki/" }], "@type": "SportsTeam", "name":
> "San Francisco 49ers", "member": {
> "@type": ["OrganizationRole", "w:Quarterback"]
> "name": "Joe Montana's Quarterback role",
> "startDate": "1979",
> "endDate": "1992",
> "member": {
> "@type": "Person",
> "name": "Joe Montana"
> }
> }
> }
I thought about that too but don't think that's the right approach here. The role isn't a quarterback.. the role expresses that the person was playing as quarterback for a certain time period.
--
Markus Lanthaler
@markuslanthaler
Received on Tuesday, 14 October 2014 12:25:44 UTC