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-2586",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-813",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/84dd8840-575d-43c7-a0ef-a37dcdab2c69",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-813#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8X 3B8",
      "streetAddress": "50 Rue Isidore-Ostiguy"
    },
    "name": "Parc Dupuis"
  },
  "name": "Ma Place - Escrime au Parc Dupuis",
  "endDate": "2024-06-26",
  "startDate": "2024-06-26T19:00:00-04:00"
}
</script>