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-4282",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-709",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/0a06696f-60e1-4351-aac0-115cf5702bdd",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-709#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 4X3",
      "streetAddress": "1420 Rue Notre Dame Centre"
    },
    "name": "L'Entité."
  },
  "description": " Show punk rassembleur directement à Trois-Rivières ",
  "name": "Show Punk Entité 9 novembre",
  "url": "https://lepointdevente.com/billets/wfz241110001?lang=fr",
  "startDate": "2024-11-10T20:00:00-05:00",
  "eventStatus": "http://schema.org/EventScheduled",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://tpos.s3.amazonaws.com/events/WFZ/24/11/09/001/wfz241109001-1152x648-fr-66b4ee27.png"
  }
}
</script>