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-51",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q7599693",
    "https://en.wikipedia.org/wiki/Stanley_Industrial_Alliance_Stage"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-51#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Vancover",
    "addressRegion": "BC",
    "postalCode": "V6H 3J3",
    "streetAddress": "2750 Granville Street"
  },
  "name": "Stanley Industrial Alliance Stage"
}
</script>