Re: Google's MusicEvent harvesting

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 08:46:38 UTC