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-1732",
"type": "Event",
"location": {
"id": "http://kg.artsdata.ca/resource/K5-69",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/32166f01-28d5-4d55-8fff-e83a0ab3a795",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-69#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8X 3J8",
"streetAddress": "3 Rue Kent"
},
"name": "Le Minotaure"
},
"name": "Étienne Dufresne et Charlotte Brousseau au Minotaure",
"organizer": {
"id": "http://kg.artsdata.ca/resource/K5-1038",
"type": "Organization",
"sameAs": "http://kg.footlight.io/resource/05aa65f3-d292-4b41-b6e3-f45832cfe45d",
"name": "Minotaure",
"url": "https://minotaure.ca/"
},
"startDate": "2023-11-05T20:00:00-05:00"
}
</script>