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-199",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q4493827",
    "https://en.wikipedia.org/wiki/Ferron",
    "https://www.facebook.com/events/playhouse-cinema/ferron/2473544742894473/",
    "https://www.youtube.com/channel/UCVrfyhvhWyOckSRUtMnOESA",
    "https://isni.org/isni/0000000073762664"
  ],
  "name": "Ferron",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/Ferron2005.jpg"
  }
}
</script>