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-246",
"type": "Place",
"sameAs": [
"http://caligram.com/place/2851",
"https://www.laval.ca/43eeb32b-11f8-4719-bee8-d1e15c5f16ed"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K5-246#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7N 2H4",
"streetAddress": "55, boulevard Cartier"
},
"latitude": "45.5588445",
"longitude": "-73.6881035",
"name": "Parc Émile"
}
</script>