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-4289",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-973",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/5d74a4f7-b1d2-426b-980e-be7e56cafe67",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-973#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Shawinigan",
      "addressRegion": "QC",
      "postalCode": "G9N 1L8",
      "streetAddress": "902 Prom Du St Maurice"
    },
    "name": "Le Saint-Mo Bistro Gourmand"
  },
  "name": "Soirée HAHA! Au Saint-Mo - Édition d'octobre 2024",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K2-3426",
    "type": "Person",
    "sameAs": "http://www.wikidata.org/entity/Q111455679",
    "name": "Adrien Lessard"
  },
  "url": "https://lepointdevente.com/billets/qp6241031001?lang=fr",
  "startDate": "2024-10-31T20:00:00-04:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://tpos.s3.amazonaws.com/events/QP6/24/10/31/001/qp6241031001-1152x648-fr-66f021cc.png"
  }
}
</script>