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-5328",
  "type": "Place",
  "sameAs": "http://www.wikidata.org/entity/Q111731615",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K2-5328#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Cranbrook",
    "addressRegion": "BC",
    "postalCode": "V1C 6H4",
    "streetAddress": "20 14th Avenue North"
  },
  "name": "Key City Theatre"
}
</script>