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/K2-5988",
  "type": "Place",
  "sameAs": "http://www.wikidata.org/entity/Q38479977",
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Chatham",
    "addressRegion": "ON",
    "postalCode": "N7M 1E7",
    "streetAddress": "238 King Street West, Chatham, ON N7M 1E7"
  },
  "name": "Chatham Capitol Theatre",
  "url": "https://www.ckculture.ca/capitol-theatre/"
}
</script>