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-3855",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K2-221",
    "type": "Place",
    "sameAs": [
      "http://scenepro.ca#Venue165",
      "http://www.wikidata.org/entity/Q111095926"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K2-221#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Val-d'Or",
      "addressRegion": "QC",
      "postalCode": "J9P 3P3",
      "streetAddress": "600, 7e rue"
    },
    "name": "Salle Félix-Leclerc de Val-d'Or"
  },
  "name": "Derrick Frenette Pas pire rodé",
  "startDate": "2025-05-28"
}
</script>