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-189",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/3fb96842-99c2-4833-b271-0e8c8fcc7e0b",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-189#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8T 8H9",
"streetAddress": "855 Bd de la Gappe"
},
"latitude": "45.4846513",
"longitude": "-75.6818007",
"name": "Maison de la culture de Gatineau"
}
</script>