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-2917",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-654",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/9ca07d7a-d3e2-4105-b1a5-71d992eb99d7",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-654#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Montréal",
      "addressRegion": "QC",
      "postalCode": "H2X 1Y9",
      "streetAddress": "175 Sainte-Catherine O"
    },
    "name": "Piano Nobile de la Salle Wilfrid-Pelletier"
  },
  "name": "Kattam et ses Tam-Tams Piano nobile de la Salle Wilfrid-Pelletier",
  "endDate": "2024-11-10",
  "startDate": "2024-11-10T11:00:00-05:00"
}
</script>