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-4345",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-972",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/337c7ead-1108-4f8d-b125-edbc51a088d2",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-972#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Saint-Jules",
      "addressRegion": "QC",
      "postalCode": "G0N 1R0",
      "streetAddress": "25 Rue du Moulin"
    },
    "name": "Le Manoir Hanté Du Moulin"
  },
  "name": "Le Manoir Hanté Du Moulin",
  "url": "https://lepointdevente.com/billets/62u241005002?lang=fr",
  "startDate": "2024-10-05T19:30:00-04:00",
  "eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode",
  "image": {
    "type": "ImageObject",
    "url": "https://tpos.s3.amazonaws.com/events/62U/24/10/05/002/62u241005002-1152x648-fr-66e4f1d2.png"
  }
}
</script>