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-4355",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-971",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/1e687886-dffe-4bd2-a41f-2a58f1f3af15",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-971#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Shawinigan",
      "addressRegion": "QC",
      "postalCode": "G9N 8N8",
      "streetAddress": "1381 Av. de la Transmission"
    },
    "name": "Broadway - Microbrasserie"
  },
  "name": "Vinyle Groove au BW",
  "url": "https://lepointdevente.com/billets/b6l241123001?lang=fr",
  "startDate": "2024-11-23T21:00:00-05:00",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://tpos.s3.amazonaws.com/events/B6L/24/11/23/001/b6l241123001-1152x648-fr-6707f11a.png"
  }
}
</script>