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-5161",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q7270389",
    "https://en.wikipedia.org/wiki/Queen_Elizabeth_Theatre",
    "http://musicbrainz.org/place/983d7b07-99ec-4c50-8be4-60341d7bcf11"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K2-5161#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Vancouver",
    "addressRegion": "BC",
    "postalCode": "V6B 2P1",
    "streetAddress": "630 Hamilton Street"
  },
  "name": "Queen Elizabeth Theatre",
  "url": "https://vancouvercivictheatres.com/venues/queen-elizabeth-theatre/explorevenue/"
}
</script>