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-3094",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K2-224",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue175",
      "http://www.wikidata.org/entity/Q107015508"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K2-224#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "La Tuque",
      "addressRegion": "QC",
      "postalCode": "G9X 3B4",
      "streetAddress": "725, boulevard Ducharme"
    },
    "name": "Salle Vincent-Spain"
  },
  "name": "Arthur L'Aventurier • Les trésors du Maroc",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K5-604",
    "type": "Organization",
    "sameAs": "http://kg.footlight.io/resource/8f2832ea-6d6d-4839-abb9-834a6aa6ff5b",
    "name": "Complexe culturel Félix-Leclerc",
    "url": "https://www.complexeculturelfelixleclerc.com/"
  },
  "startDate": "2025-03-09T15:00:00-04:00"
}
</script>