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-1462",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K11-212",
    "type": [
      "Place",
      "PerformingArtsTheater"
    ],
    "sameAs": "http://www.wikidata.org/entity/Q57943345",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K11-212#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7N 5H9",
      "streetAddress": "475, boul. de l’Avenir"
    },
    "name": "Annexe3",
    "url": "https://www.co-motion.ca/nos-salles-de-spectacles/annexe3/"
  },
  "name": "Thierry Larose | Sprint!",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-201",
    "type": "Organization",
    "sameAs": [
      "http://scenepro.ca#Organization239",
      "http://www.wikidata.org/entity/Q111784331"
    ],
    "name": "[co]motion, agitateur de culture"
  },
  "startDate": "2024-09-14T20:00:00-04:00"
}
</script>