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/K17-9",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q633690",
    "http://www.gregproops.com/",
    "https://en.wikipedia.org/wiki/Greg_Proops",
    "https://isni.org/isni/0000000049004417"
  ],
  "name": "Greg Proops",
  "url": "http://www.gregproops.com/",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/GregProops.jpg"
  }
}
</script>