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-1801",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-486",
    "type": "Place",
    "sameAs": "http://api.footlight.io/places/65dc68ecbec01b00642c73f1",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-486#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 2G6",
      "streetAddress": "1441 Rue Notre Dame Centre"
    },
    "name": "L'Espiègle Pub Festif"
  },
  "name": "Soirée d'humour à L'espiègle LA DERNIÈRE !",
  "startDate": "2024-06-06T20:00:00-04:00"
}
</script>