Re: Google's MusicEvent harvesting

Ahh, thanks for noticing that. I still wonder why the Troubleshooting Tips section doesn’t mention that as a potential solution to the problem of your event not being tied to the correct Knowledge Graph entity.

//Ed

On Mar 14, 2014, at 9:55 AM, Aaron Bradley <aaranged@gmail.com> wrote:

> 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 17:41:08 UTC