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/K5-376",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/920b09b1-06d7-45f3-9d8a-ca12614fbff4",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-376#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8T 2S4",
"streetAddress": "988 Rue Saint-Louis"
},
"latitude": "45.4648985",
"longitude": "-75.69138819999999",
"name": "Parc de La Baie | 988, rue Saint-Louis, Gatineau"
}
</script>