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-2284",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-706",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/3942d194-b200-4cd6-91cd-de49240ad644",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-706#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 2G9",
      "streetAddress": "323 Rue des Forges"
    },
    "name": "Le Memphis Cabaret"
  },
  "name": "Côté country avec Martin Fontaine",
  "endDate": "2024-06-02",
  "startDate": "2024-05-10"
}
</script>