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/K12-296",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q2115189",
    "https://en.wikipedia.org/wiki/Susan_Aglukark",
    "https://www.facebook.com/Susan-Aglukark-208457022517865/",
    "https://twitter.com/s_aglukark",
    "https://fr.wikipedia.org/wiki/Susan_Aglukark",
    "https://isni.org/isni/0000000074059057"
  ],
  "name": "Susan Aglukark",
  "url": "https://www.susanaglukark.com",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Susan_Aglukark_2007_(cropped).jpg"
  }
}
</script>