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-2787",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-635",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/b66d7df0-5545-48b8-9cb6-46de5dd9a225",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-635#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Saint-Barthélemy",
      "addressRegion": "QC",
      "postalCode": "J0K 1X0",
      "streetAddress": "601 Rang York"
    },
    "name": "Église de St-Barthélémy"
  },
  "name": "Les débuts de Yoav Levanon au Canada",
  "endDate": "2024-07-17",
  "startDate": "2024-07-17T20:00:00-04:00"
}
</script>