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/K23-2765",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-23",
    "type": [
      "Place",
      "MusicVenue"
    ],
    "sameAs": [
      "http://scenepro.ca#Venue206",
      "http://www.wikidata.org/entity/Q3280275",
      "https://en.wikipedia.org/wiki/Montreal_Symphony_House",
      "https://fr.wikipedia.org/wiki/Maison_symphonique_de_Montréal",
      "https://fr.wikipedia.org/wiki/Maison_symphonique_de_Montr%C3%A9al"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-23#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Montreal",
      "addressRegion": "QC",
      "postalCode": "H2X 0S1",
      "streetAddress": "1600 rue Saint-Urbain"
    },
    "name": "Maison symphonique de Montréal"
  },
  "name": "L‘impressionnant Concerto pour piano no. 3 de Rachmaninov Maison symphonique",
  "organizer": [
    {
      "id": "http://kg.artsdata.ca/resource/K12-224",
      "type": "Person",
      "sameAs": [
        "http://www.wikidata.org/entity/Q110017181",
        "https://www.facebook.com/philippeaudreylsj/",
        "https://twitter.com/philippeaudreyl",
        "https://www.instagram.com/philippe_audrey/",
        "https://www.youtube.com/channel/UCqGAPn6wnbwhwCsTUVCt5yQ/feed",
        "https://en.wikipedia.org/wiki/Philippe-Audrey_Larrue-Saint-Jacques",
        "https://fr.wikipedia.org/wiki/Philippe-Audrey_Larrue_Saint-Jacques"
      ],
      "name": "Philippe-Audrey Larrue-St-Jacques",
      "url": "http://www.philippe-audrey.com"
    },
    {
      "id": "http://kg.artsdata.ca/resource/K10-555",
      "type": [
        "Organization",
        "MusicGroup"
      ],
      "sameAs": [
        "http://www.wikidata.org/entity/Q1196259",
        "https://en.wikipedia.org/wiki/Montreal_Symphony_Orchestra",
        "https://fr.wikipedia.org/wiki/Orchestre_symphonique_de_Montr%C3%A9al",
        "https://isni.org/isni/0000000109406777"
      ],
      "name": "Montreal Symphony Orchestra",
      "url": "https://www.osm.ca/fr/"
    }
  ],
  "endDate": "2025-05-07",
  "startDate": "2025-05-07T18:30:00-04:00"
}
</script>