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-5329",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K2-224",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue175",
      "http://www.wikidata.org/entity/Q107015508"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K2-224#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "La Tuque",
      "addressRegion": "QC",
      "postalCode": "G9X 3B4",
      "streetAddress": "725, boulevard Ducharme"
    },
    "name": "Salle Vincent-Spain"
  },
  "description": "Can. 2024. Comédie de Stéphane E. Roy avec Marc Fournier, Catherine Proulx-Lemay, Camille Felton.\n Le séjour de deux couples d'amis québécois dans un tout-inclus à Cuba tourne au vinaigre, en raison d'une expédition en pédalo qui a mal tourné.\n ?Durée: 100 min. Général.",
  "image": {
    "type": "ImageObject",
    "url": "https://www.ovation.ca/product-catalog-images/c6cf2e1b-5534-4b86-8001-903e7281f736.jpg"
  },
  "name": "Pédalo",
  "schema:url": "https://www.ovation.ca/00001Q/fr/Event/?eventId=1L00NF",
  "startDate": "2025-04-02T13:30:00-04:00"
}
</script>