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-29",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q20685252",
    "https://www.facebook.com/HeatherRankinMusic?_rdr=p",
    "https://twitter.com/HeatherRankinMe",
    "https://www.instagram.com/HeatherRankinMusic/",
    "https://www.youtube.com/channel/UCBSHHNKMElCvBASzfPtP1mg",
    "https://en.wikipedia.org/wiki/Heather_Rankin_(singer)rr",
    "https://en.wikipedia.org/wiki/Heather_Rankin_(singer)",
    "https://isni.org/isni/0000000075042337"
  ],
  "name": "Heather Rankin",
  "url": "http://heatherrankin.ca",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Heather_Rankin_Headshot_2013.jpg"
  }
}
</script>