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-25",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q7615119",
    "https://www.facebook.com/stevenpage/",
    "https://twitter.com/stevenpage",
    "https://www.instagram.com/stevenpage/",
    "https://www.youtube.com/channel/UCN6SAdvsp4OBgSwFW_16Mew",
    "https://en.wikipedia.org/wiki/Steven_Page",
    "https://isni.org/isni/0000000118273363"
  ],
  "name": "Steven Page",
  "url": "https://www.stevenpage.com"
}
</script>