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-2512",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-13",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/2f559e8d-2ed4-43af-9c30-1ba868378cc5",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-13#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J9H 3M3",
      "streetAddress": "120 Rue Principale"
    },
    "name": "Espace Pierre-Debain"
  },
  "name": "Vernissage : Espoir, une exposition des Arts visuels de Gatineau",
  "endDate": "2024-06-12",
  "startDate": "2024-06-12T17:00:00-04:00"
}
</script>