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_music-for-the-winter-solstice-2021",
"type": "Event",
"location": {
"id": "http://kg.artsdata.ca/resource/K11-84",
"type": [
"Place",
"EventVenue"
],
"sameAs": "https://www.facebook.com/Heritage-Hall-Vancouver-BC-400997929925746/",
"address": {
"id": "http://kg.artsdata.ca/resource/K11-84#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Vancouver",
"addressRegion": "BC",
"postalCode": "V5T 3G7",
"streetAddress": "3102 Main St"
},
"name": "Heritage Hall",
"url": "https://heritagehall.bc.ca"
},
"mainEntityOfPage": {
"id": "https://www.musiconmain.ca/event/music-for-the-winter-solstice-2021/#WebPage",
"type": "WebPage",
"inLanguage": "en",
"schema:url": "https://www.musiconmain.ca/event/music-for-the-winter-solstice-2021/",
"lastReviewed": "2022-10-11T15:10:37.157-04:00"
},
"name": "Music for the Winter Solstice 2021 - Music on Main",
"schema:url": "https://www.musiconmain.ca/event/music-for-the-winter-solstice-2021/",
"endDate": "2022-01-06",
"startDate": "2021-12-18",
"eventStatus": "http://schema.org/EventScheduled"
}
</script>