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-4309",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-470",
    "type": "Place",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-470#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Trois-Rivières",
      "addressRegion": "QC",
      "postalCode": "G9A 6L5",
      "streetAddress": "200 Rue Laviolette"
    },
    "name": "Musée POP"
  },
  "name": "Poètes en prison - Lepointdevente.com",
  "startDate": "2024-10-12T15:30:00-04:00"
}
</script>