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/K11-101",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-101#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Vancouver",
    "addressRegion": "BC",
    "postalCode": "V6T 1Z1",
    "streetAddress": "6265 Crescent Rd"
  },
  "name": "Chan Centre - Chan Shun Concert Hall"
}
</script>