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-4342",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-733",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/9351b579-9410-4bc1-b12a-df3476b09124",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-733#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 4L1",
      "streetAddress": "1983 Rue Royale"
    },
    "name": "La Taverne Royale"
  },
  "name": "ON THE CINDER • GET OVER IT • BALD MICE @ T-R",
  "url": "https://lepointdevente.com/billets/41u241003001?lang=fr",
  "startDate": "2024-10-03T20:00:00-04:00",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://tpos.s3.amazonaws.com/events/41U/24/10/03/001/41u241003001-1152x648-fr-66d10e34.png"
  }
}
</script>