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-497",
"type": "Place",
"sameAs": "http://api.footlight.io/places/6569fdf8a5ac3d006313f200",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-497#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7V 3M6",
"streetAddress": "3810 Boulevard Lévesque Ouest"
},
"latitude": "45.5335375",
"longitude": "-73.7375034",
"name": "Station d'eau potable de Chomedey"
}
</script>