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-280",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-59",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": [
      "http://www.wikidata.org/entity/Q57943665",
      "https://www.laval.ca/b881c7a8-00ac-40fc-81d4-296229eb64d6",
      "https://fr.wikipedia.org/wiki/Maison_des_arts_de_Laval",
      "https://isni.org/isni/0000000096057917"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-59#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7N 5W1",
      "streetAddress": "1395, boul de la Concorde O"
    },
    "name": "Maison des arts de Laval",
    "url": "https://www.co-motion.ca/nos-salles-de-spectacles/maison-des-arts-de-laval/"
  },
  "description": "<p>Spectacle de danse contemporaine<br>Anne Plamondon Productions<br></p>",
  "name": "Danse - Myokine",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-116",
    "type": "Organization",
    "sameAs": "http://www.wikidata.org/entity/Q124463790",
    "name": "Ville de Laval",
    "url": "https://www.laval.ca"
  },
  "url": "https://www.laval.ca/Pages/Fr/Calendrier/mda-danse-myokine.aspx",
  "endDate": "2025-02-28T01:35:00-04:00",
  "startDate": "2025-02-28T00:30:00-04:00"
}
</script>