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-205",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q5360073",
    "https://en.wikipedia.org/wiki/Elgin_and_Winter_Garden_Theatres",
    "https://www.facebook.com/elginwintergardentheatres"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-205#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Toronto",
    "addressRegion": "ON",
    "postalCode": "M5B 1M4",
    "streetAddress": "189 Yonge Street"
  },
  "name": "Elgin and Winter Garden Theatre Centre",
  "url": "https://www.heritagetrust.on.ca/en/ewg/ewg-home"
}
</script>