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-2267",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-681",
    "type": "Place",
    "sameAs": "http://api.footlight.io/places/66447a4a9f43170063f9590e",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-681#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 2K7",
      "streetAddress": "507 Rue St Georges"
    },
    "name": "Backstore (Dep Frida)"
  },
  "name": "Les frères Goyette @ Backstore Trois-Rivières",
  "startDate": "2024-09-21T20:00:00-04:00"
}
</script>