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-3051",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-636",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/38540453-b5da-43f4-b447-eed01a6d1ebe",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-636#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Saint-Alphonse-Rodriguez",
      "addressRegion": "QC",
      "postalCode": "J0K 1W0",
      "streetAddress": "960 Rue Notre Dame"
    },
    "name": "Église de St-Alphonse-Rodriguez"
  },
  "name": "Le Quatuor Diotima pour la première fois au Québec Église de St-Alphonse-Rodriguez",
  "endDate": "2024-07-22",
  "startDate": "2024-07-22T20:00:00-04:00"
}
</script>