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-446",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/b84064a5-1b8f-41fb-8c53-4bffb6fd6f63",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-446#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J9J 2L8",
"streetAddress": "433 Rue des Caravelles"
},
"latitude": "45.40090689999999",
"longitude": "-75.83341",
"name": "Parc du Relais"
}
</script>