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-390",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q155538",
    "https://en.wikipedia.org/wiki/Pina_Bausch",
    "https://fr.wikipedia.org/wiki/Pina_Bausch",
    "https://de.wikipedia.org/wiki/Pina_Bausch",
    "https://isni.org/isni/0000000122822302",
    "https://isni.org/isni/0000000368651988"
  ],
  "name": "Pina Bausch",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Pina_Bausch_cropped_2.jpg"
  }
}
</script>