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-350",
"type": "Place",
"sameAs": "http://caligram.com/place/6343",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-350#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7V 2S8",
"streetAddress": "435 boul. Curé Labelle"
},
"latitude": "45.5388503",
"longitude": "-73.73804489999999",
"name": "Axion 50 Plus local 118"
}
</script>