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-3974",
"type": "Event",
"location": {
"id": "http://kg.artsdata.ca/resource/K5-403",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/0b61c819-b8d7-4b20-8505-0db608bd161e",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-403#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8X 1R2",
"streetAddress": "120 Rue Charlevoix"
},
"name": "Parc Fontaine"
},
"name": "Soirée pétanque",
"organizer": {
"id": "http://kg.artsdata.ca/resource/K16-114",
"type": "Organization",
"sameAs": [
"http://scenepro.ca#Organization345",
"http://www.wikidata.org/entity/Q124463789"
],
"name": "Ville de Gatineau"
},
"endDate": "2024-08-27",
"startDate": "2024-08-27T19:00:00-04:00"
}
</script>