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-170",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q6308425",
    "https://en.wikipedia.org/wiki/Julie_Nesrallah",
    "https://twitter.com/julienesrallah",
    "https://www.instagram.com/julienesrallah/",
    "https://isni.org/isni/0000000074910550"
  ],
  "name": "Julie Nesrallah",
  "url": "https://www.julienesrallah.com/",
  "image": {
    "type": "ImageObject",
    "url": "https://www.julienesrallah.com/wp-content/uploads/2014/04/CBC-Diva.jpg"
  }
}
</script>