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-5860",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q5000839",
    "http://musicbrainz.org/place/f2264b55-b300-4859-b837-d1da91600c27"
  ],
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Winnipeg",
    "addressRegion": "MB",
    "postalCode": "R3B 2H2",
    "streetAddress": "364 Smith Street, Winnipeg, MB"
  },
  "name": "Burton Cummings Theatre",
  "url": "http://www.burtoncummingstheatre.ca/"
}
</script>