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-2679",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-400",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/15537162-f117-4648-8de8-0d7cbc11bc0c",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-400#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8R 1N6",
      "streetAddress": "160 Rue des Fleurs"
    },
    "name": "Parc Raymond-Madore"
  },
  "name": "Petits trotteurs et grands voyageurs: En s'attendant",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-114",
    "type": "Organization",
    "sameAs": [
      "http://scenepro.ca#Organization345",
      "http://www.wikidata.org/entity/Q124463789"
    ],
    "name": "Ville de Gatineau"
  },
  "endDate": "2024-07-17",
  "startDate": "2024-07-17T19:00:00-04:00"
}
</script>