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://isni.org/isni/0000000074059057",
    "http://musicbrainz.org/artist/28ca20ab-38c3-480c-9cb3-ccb7231ca263"
  ],
  "name": "Susan Aglukark",
  "url": "http://www.susanaglukark.com/",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Susan_Aglukark_2007_(cropped).jpg"
  }
}
</script>