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-2321",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-717",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/a3729895-450d-4bc0-97bb-3202dc81f4c3",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-717#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 4X1",
      "streetAddress": "1433 Rue Notre Dame Centre"
    },
    "name": "Bureau d'information touristique"
  },
  "name": "Portes ouvertes au Bureau d'accueil touristique et citoyen Bienvenue Trois-Rivières",
  "endDate": "2024-07-13",
  "startDate": "2024-07-13T11:00:00-04:00"
}
</script>