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-2574",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-820",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/ff0f6917-f48f-4485-8460-ed995296625c",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-820#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J9A 2G8",
      "streetAddress": "150 Bd des Trembles"
    },
    "name": "Parc des Trembles"
  },
  "name": "Conte en plein air: Heure du conte sur l'espace",
  "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-11",
  "startDate": "2024-07-11T16:00:00-04:00"
}
</script>