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/K17-11",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q1120939",
    "https://twitter.com/JoelMurray9of9",
    "https://en.wikipedia.org/wiki/Joel_Murray",
    "https://fr.wikipedia.org/wiki/Joel_Murray",
    "https://isni.org/isni/0000000107554039"
  ],
  "name": "Joel Murray",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Joel_Murray_Deauville_2012.jpg"
  }
}
</script>