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-2573",
  "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": "Veillée funèbre",
  "endDate": "2024-06-09",
  "startDate": "2024-05-15"
}
</script>