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-192",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": [
    "http://www.wikidata.org/entity/Q38386517",
    "https://en.wikipedia.org/wiki/The_Sanderson_Centre"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-192#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Brantford",
    "addressRegion": "ON",
    "postalCode": "N3T 2J2",
    "streetAddress": "88 Dalhousie Street"
  },
  "name": "Sanderson Centre",
  "url": "https://www.sandersoncentre.ca/en/index.aspx"
}
</script>