- From: Aaron Bradley <aaranged@gmail.com>
- Date: Fri, 14 Mar 2014 06:55:49 -0700
- To: Edward Summers <ehs@pobox.com>
- Cc: Public Vocabs <public-vocabs@w3.org>
Received on Friday, 14 March 2014 13:56:16 UTC
They did suggest exactly that with their second code example on this page [2] (interestingly declaring B.B. King to be a MusicGroup rather than a Person). "performer" : [ { "@type" : "MusicGroup", "name" : "B.B. King", "sameAs" : "http://en.wikipedia.org/wiki/B.B._King" },{ "@type" : "MusicGroup", "name" : "Jonathon \"Boogie\" Long", "sameAs" : "http://jonathonboogielong.com/" } ], On Fri, Mar 14, 2014 at 1:46 AM, Edward Summers <ehs@pobox.com> wrote: > On Mar 14, 2014, at 4:38 AM, Edward Summers <ehs@pobox.com> wrote: > > "performer": { > > "@type": "Person", > > "@id": "http://en.wikipedia.org/wiki/B.B._King" > > } > > I actually meant to use the 'url' property instead of @id, although I > guess that could work too: > > "performer": { > "@type": "Person", > "url": "http://en.wikipedia.org/wiki/B.B._King" > } > > //Ed >
Received on Friday, 14 March 2014 13:56:16 UTC