JSON-LD Schema.org

JSON-LD using Schema.org @context. It can be copy/pasted into HTML Webpages.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K5-363",
  "type": "Person",
  "sameAs": [
    "http://kg.footlight.io/resource/529e1ad7-481b-45f0-be2d-592a622c0fba",
    "http://www.wikidata.org/entity/Q3430449",
    "https://www.facebook.com/RichardAbelPianiste",
    "https://en.wikipedia.org/wiki/Richard_Abel_(musician)",
    "https://fr.wikipedia.org/wiki/Richard_Abel_(musicien)"
  ],
  "name": "Richard Abel",
  "url": "https://www.richardabel.ca/"
}
</script>