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-232",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q680521",
    "https://fr.wikipedia.org/wiki/Jean-François_Mercier",
    "https://en.wikipedia.org/wiki/Jean-François_Mercier",
    "https://www.facebook.com/mercierjf/",
    "https://en.wikipedia.org/wiki/Jean-Fran%C3%A7ois_Mercier",
    "https://fr.wikipedia.org/wiki/Jean-Fran%C3%A7ois_Mercier"
  ],
  "name": "Jean-François Mercier",
  "url": "https://jeanfrancoismercier.com",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Jean-François_Mercier_à_L'Étoile_Banque_Nationale.jpg"
  }
}
</script>