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-181",
  "type": "Person",
  "sameAs": [
    "https://www.facebook.com/zacharystevensonmusic",
    "https://www.instagram.com/znstevenson/",
    "https://twitter.com/stevensonzach"
  ],
  "name": "Zachary Stevenson",
  "url": "http://zacharystevenson.com",
  "image": {
    "type": "ImageObject",
    "url": "http://zacharystevenson.com/wp-content/uploads/2015/10/Buddy-Holly-Fab-Fourever-32.jpg"
  }
}
</script>