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-3002",
"type": "Event",
"location": {
"id": "http://kg.artsdata.ca/resource/K11-22",
"type": "Place",
"sameAs": "http://www.wikidata.org/entity/Q42986539",
"address": {
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Montreal",
"addressRegion": "QC",
"postalCode": "H2X 1Z8",
"streetAddress": "175, rue Sainte-Catherine Ouest"
},
"name": "Cinquième salle at the Place des Arts"
},
"name": "Soirée Montréal Cinquième Salle",
"endDate": "2024-09-10",
"startDate": "2024-09-10T19:00:00-04:00"
}
</script>