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-47",
"type": "Place",
"sameAs": "https://signelaval.com/fr/repertoire-culturel/cieau-centre-dinterpretation-de-leau#Place",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-47#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7L 2R3",
"streetAddress": "12 Rue Hotte"
},
"latitude": [
"45.61696329999999",
"45.616541"
],
"longitude": [
"-73.7862333",
"-73.786653"
],
"name": "C.I.EAU - Centre d'interprétation de l'eau"
}
</script>