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-2263",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-816",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/a48ffa91-54f0-4311-9e65-c3e901b5933c",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-816#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8L 2V6",
      "streetAddress": "565 Rue Laframboise"
    },
    "name": "Parc Laframboise"
  },
  "name": "Cube culturel: Cirque pour enfant",
  "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-03",
  "startDate": "2024-07-03T18:00:00-04:00"
}
</script>