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/K5-619",
  "type": "Person",
  "sameAs": [
    "http://kg.footlight.io/resource/451e624d-f95c-4ab0-bc78-17bcc09d67af",
    "http://www.wikidata.org/entity/Q98197981",
    "https://en.wikipedia.org/wiki/Alex_Bulmer"
  ],
  "name": "Alex Bulmer",
  "url": "https://alexbulmer.co.uk/"
}
</script>