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_modulus-festival-2021",
"type": "Event",
"location": {
"id": "http://kg.footlight.io/resource/5533a133-9e5c-46d9-b6b7-ea4bfba2fda8",
"type": "Place",
"sameAs": "https://maps.google.com/?q=181+Roundhouse+Mews,+Vancouver,+BC+V6Z+2W3,+Canada&ftid=0x548673d739fc2a21:0xcb99ea6660d5b60d",
"address": {
"id": "http://kg.footlight.io/resource/5533a133-9e5c-46d9-b6b7-ea4bfba2fda8#PostalAddress",
"type": "PostalAddress",
"addressCountry": "Canada",
"addressLocality": "Vancouver",
"addressRegion": "BC",
"postalCode": "V6Z 2W3",
"streetAddress": "181 Roundhouse Mews"
},
"name": "The Roundhouse"
},
"mainEntityOfPage": {
"id": "https://www.musiconmain.ca/event/modulus-festival-2021/#WebPage",
"type": "WebPage",
"inLanguage": "en",
"schema:url": "https://www.musiconmain.ca/event/modulus-festival-2021/",
"lastReviewed": "2022-10-11T15:10:35.691-04:00"
},
"name": "Closing Night - Music on Main",
"schema:url": "https://www.musiconmain.ca/event/modulus-festival-2021/",
"startDate": "2021-11-09T19:00:00-05:00",
"eventStatus": "http://schema.org/EventScheduled"
}
</script>