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-402",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/990eed9d-b39a-4fb6-aeb5-a14474b27aa5",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-402#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J9J 0G5",
"streetAddress": "255 Rue de Bruxelles"
},
"latitude": "45.4344829",
"longitude": "-75.80040869999999",
"name": "Bibliothèque Donalda-Charron"
}
</script>