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-311",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": [
    "http://scenepro.ca#Venue365",
    "http://www.wikidata.org/entity/Q124672956"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-311#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": [
      "Jonquière",
      "Saguenay"
    ],
    "addressRegion": "QC",
    "postalCode": "G7S 3H4",
    "streetAddress": [
      "1900, boulevard Mellon",
      "1900 Bd Mellon"
    ]
  },
  "name": "Théâtre Palace Arvida"
}
</script>