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-445",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/93328a8f-f439-4353-bf23-1b7cfaa1c916",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-445#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8M",
"streetAddress": "185 Rue des Samares"
},
"latitude": "45.55927079999999",
"longitude": "-75.43866489999999",
"name": "Parc de l'Érablière"
}
</script>