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-419",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/c2ef02ee-6682-424a-93df-5d46478bc7f7",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-419#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8X 4C8",
"streetAddress": "25 Rue Laurier"
},
"latitude": "45.4277952",
"longitude": "-75.71093309999999",
"name": "Maison du citoyen"
}
</script>