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-2258",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-213",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": "http://www.wikidata.org/entity/Q57780629",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-213#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7C 1W8",
      "streetAddress": "1275, avenue du Collège"
    },
    "name": "Théâtre Marcellin-Champagnat",
    "url": "https://www.co-motion.ca/nos-salles-de-spectacles/theatre-marcellin-champagnat/"
  },
  "name": "France D’Amour et le Grand Chœur Jukebox",
  "startDate": "2024-09-07T20:00:00-04:00"
}
</script>