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/K43-765",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K4-139",
    "type": "Place",
    "sameAs": "https://nac-cna.ca/venue/club-saw#Place",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K4-139#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Ottawa",
      "addressRegion": "Ontario",
      "postalCode": "K1N 7B9",
      "streetAddress": "67 Nicholas Street"
    },
    "name": "Club SAW"
  },
  "name": "WolfGANG Sessions #26",
  "endDate": "2025-07-05T23:00:00-04:00",
  "startDate": "2025-07-05T21:00:00-04:00"
}
</script>