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-303",
  "type": "Person",
  "sameAs": [
    "http://www.wikidata.org/entity/Q6140140",
    "https://en.wikipedia.org/wiki/James_Mullinger",
    "https://www.facebook.com/jamesmullingercomedian",
    "https://twitter.com/jamesmullinger",
    "https://www.youtube.com/user/tromavillecitizen1/",
    "https://www.instagram.com/jamesmullinger/"
  ],
  "name": "James Mullinger",
  "url": "http://www.jamesmullinger.com",
  "image": {
    "type": "ImageObject",
    "url": "https://commons.wikimedia.org/wiki/Special:FilePath/James_Mullinger.jpg"
  }
}
</script>