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-4209",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-454",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue160",
      "http://kg.footlight.io/resource/53301c32-b35a-447a-9c83-c53a865eefec",
      "http://www.wikidata.org/entity/Q124294186"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-454#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 5H3",
      "streetAddress": "1425 Pl. de l'Hôtel de Ville"
    },
    "name": "Salle Louis-Philippe-Poisson"
  },
  "description": "Richardson Zéphir, grand gagnant du prix du public de l’émission Big Brother Célébrités, présente son one-man-show ZÉPHIR. Richardson se démarque en stand-up par son énergie explosive, ses interprétations aux mimiques bien typées et ses blagues livrées à un rythme effréné. Véritable showman, l’humoriste nous entraine dans un feu roulant avec ses personnages aux multiples voix à la fois excentriques et recherchés. Nul ne peut résister à ce charismatique comique qui offre une performance scénique tout simplement hilarante!",
  "name": [
    "Richardson Zéphir\nRodage",
    "Richardson Zéphir Rodage"
  ],
  "url": "https://www.culture3r.com/evenements/richardson-zephir-zephir/",
  "startDate": "2025-03-07T20:00:00-05:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://www.culture3r.com/app/uploads/2024/09/Richardson20ZC3A9phir_-O6aibMqb0_fp2Zd2nzU_.jpg"
  }
}
</script>