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-225",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": "http://www.wikidata.org/entity/Q38395890",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-225#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Nelson",
    "addressRegion": "BC",
    "postalCode": "V1L 4K6",
    "streetAddress": "421 Victoria St"
  },
  "name": "The Capitol Theatre",
  "url": "https://capitoltheatre.ca"
}
</script>