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/K43-630",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K4-113",
    "type": "Place",
    "sameAs": "https://scenesfrancophones.ca/id/487",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K4-113#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Meteghan River",
      "addressRegion": "NS",
      "postalCode": "B0W 2L0",
      "streetAddress": "Rue Placide Comeau"
    },
    "name": "Le Richelieu (La butte)"
  },
  "name": "JP LeBlanc - Mon blues Acadjan",
  "startDate": "2025-06-07T19:30:00-03:00"
}
</script>