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-344",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q6968206",
    "https://en.wikipedia.org/wiki/Natalie_MacMaster",
    "https://isni.org/isni/0000000073759262"
  ],
  "name": "Natalie McMaster",
  "url": "https://www.natalieanddonnell.com/home/natalie-macmaster/",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Natalie_MacMaster_-_Seattle_-_2010.jpg"
  }
}
</script>