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-533",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-327",
    "type": "Place",
    "sameAs": "http://caligram.com/place/6586",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-327#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7R 2C6",
      "streetAddress": "925, rue Riviera"
    },
    "name": "berge aux Quatre-Vents (Laval-Ouest)"
  },
  "name": "Djembé/Percussion à la berge aux Quatre-Vents",
  "endDate": "2024-08-17T21:00:00-04:00",
  "startDate": "2024-08-17T18:00:00-04:00"
}
</script>