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-242",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": [
    "http://scenepro.ca#Venue107",
    "http://www.wikidata.org/entity/Q28493388",
    "https://fr.wikipedia.org/wiki/Théâtre_Gilles-Vigneault",
    "https://fr.wikipedia.org/wiki/Th%C3%A9%C3%A2tre_Gilles-Vigneault"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-242#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Saint-Jérôme",
    "addressRegion": "QC",
    "postalCode": "J7Z 0J1",
    "streetAddress": "118, rue de la Gare"
  },
  "name": "Théâtre Gilles-Vigneault",
  "url": "https://theatregillesvigneault.com"
}
</script>