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-3067",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-733",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/9351b579-9410-4bc1-b12a-df3476b09124",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-733#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 4L1",
      "streetAddress": "1983 Rue Royale"
    },
    "name": "La Taverne Royale"
  },
  "name": "Northwalk (10e anniversaire)",
  "startDate": "2024-09-21T19:30:00-04:00"
}
</script>