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-320",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q16585297",
    "https://fr.wikipedia.org/wiki/Pascale_Picard",
    "https://www.facebook.com/pascalepicardband",
    "https://twitter.com/pascalepicard",
    "https://www.instagram.com/pascale_picard/",
    "https://www.youtube.com/channel/UCCRCRGVnGmMIBv01BG5IIjw/featured",
    "https://pascalepicard.bandcamp.com",
    "https://isni.org/isni/0000000073690162"
  ],
  "name": "Pascale Picard",
  "url": "http://www.pascalepicard.com",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pascale_Picard.JPG"
  }
}
</script>