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-537",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-324",
    "type": "Place",
    "sameAs": [
      "http://caligram.com/place/6603",
      "https://www.laval.ca/7bc30fd0-6e61-47e8-a5ce-87eaccaa2973"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-324#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7C 2A1",
      "streetAddress": "4890, rue Saint-Joseph"
    },
    "name": "Parc Rodolphe-Lavoie"
  },
  "name": "Samba brésilienne au parc Rodolphe-Lavoie",
  "endDate": "2024-08-23T00:30:00-04:00",
  "startDate": "2024-08-22T23:30:00-04:00"
}
</script>