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/musiconmain-ca_the-kessler-academy-2021",
"type": "Event",
"location": {
"id": "http://kg.artsdata.ca/resource/K11-230",
"type": [
"Place",
"PerformingArtsTheater"
],
"sameAs": "http://www.wikidata.org/entity/Q7914233",
"address": {
"id": "http://kg.artsdata.ca/resource/K11-230#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Vancouver",
"addressRegion": "BC",
"postalCode": "V6B 2P1",
"streetAddress": "600 Hamilton Street"
},
"name": "Vancouver Playhouse",
"url": "https://vancouvercivictheatres.com/venues/vancouver-playhouse/"
},
"name": "The Kessler Academy 2021 - Music on Main",
"schema:url": "https://www.musiconmain.ca/event/the-kessler-academy-2021/",
"endDate": "2021-08-14",
"startDate": "2021-08-14T19:00:00-04:00",
"eventStatus": "http://schema.org/EventScheduled",
"eventAttendanceMode": "http://schema.org/OfflineEventAttendanceMode"
}
</script>