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-204",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": "http://www.wikidata.org/entity/Q113856648",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-204#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Toronto",
    "addressRegion": "ON",
    "postalCode": "M4M 2T1",
    "streetAddress": "345 Carlaw Avenue  ON"
  },
  "name": "Streetcar Crowsnest - Community Studio"
}
</script>