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-497",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q3554295",
    "https://en.wikipedia.org/wiki/Val%C3%A9rie_Milot",
    "https://fr.wikipedia.org/wiki/Val%C3%A9rie_Milot",
    "https://isni.org/isni/0000000407543825"
  ],
  "name": "Valérie Milot",
  "url": "https://valeriemilot.com",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Valérie_Milot.jpg"
  }
}
</script>