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-9",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/4c6cf40e-a823-41f7-bafb-ce6b0c0e79f4",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-9#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8T 2W3",
"streetAddress": "1015 Rue Jacques-Cartier"
},
"latitude": "45.4562953",
"longitude": "-75.6916072",
"name": "À La Dérive - Brasserie Artisanale"
}
</script>