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-5565",
  "type": "Place",
  "sameAs": [
    "https://en.wikipedia.org/wiki/Northern_Arts_and_Cultural_Centre",
    "http://www.wikidata.org/entity/Q7058138"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K2-5565#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Yellowknife",
    "addressRegion": "NT",
    "postalCode": "X1A 2N7",
    "streetAddress": "4701 52nd Ave"
  },
  "name": "NACC Theatre"
}
</script>