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-147",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q547097",
    "https://twitter.com/LaniHallAlpert",
    "https://www.facebook.com/lanihallalpert",
    "https://en.wikipedia.org/wiki/Lani_Hall",
    "https://fr.wikipedia.org/wiki/Lani_Hall",
    "https://isni.org/isni/0000000073723411"
  ],
  "name": "Lani Hall",
  "url": "http://lanihallalpert.com",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Lani-Hall-Alpert_MG_6749-cropped.tiff"
  }
}
</script>