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/K2-5120",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q59209763",
    "https://fr.wikipedia.org/wiki/Mehdi_Cayenne",
    "https://isni.org/isni/0000000483311823"
  ],
  "name": "Mehdi Cayenne",
  "image": {
    "type": "ImageObject",
    "url": "https://upload.wikimedia.org/wikipedia/commons/thumb/e/e8/Mehdi_Cayenne_en_prestation_à_Paris_en_2018.jpg/640px-Mehdi_Cayenne_en_prestation_à_Paris_en_2018.jpg"
  }
}
</script>