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-1679",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K13-234",
    "type": "Place",
    "sameAs": "http://capacitor.culturecreates.com/2100d544-1f37-4d3a-a115-ce98772309ec",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K13-234#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8X 2H3",
      "streetAddress": "1 Rue Wellington"
    },
    "name": "Théâtre de l'Île"
  },
  "name": "Théâtre déambulatoire : Portage dans le temps des allumettières",
  "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-09-07T14:00:00-04:00",
  "startDate": "2024-09-07T13:00:00-04:00"
}
</script>