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-2583",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-395",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/9bf3a8e5-3ca4-482e-bdaf-913c8ce0b0fd",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-395#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8X 2J3",
      "streetAddress": "173 Rue Wellington"
    },
    "name": "Place Laval"
  },
  "name": "Spectacle Place Laval: DJ Champion",
  "endDate": "2024-06-20",
  "startDate": "2024-06-20T19:00:00-04:00"
}
</script>