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-317",
"type": "Place",
"sameAs": [
"http://caligram.com/place/6602",
"https://www.laval.ca/d824c85c-6647-435f-8cea-4a786bcbb867"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K5-317#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7H 1H9",
"streetAddress": "100, rue Saint-Saƫns Ouest"
},
"latitude": "45.6367651",
"longitude": "-73.75560279999999",
"name": "Parc des Saules (Auteuil)"
}
</script>