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-192",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/6495698f-6bb7-463b-9301-29f15a7c977e",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-192#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8X 3G8",
"streetAddress": "41 Rue Laval"
},
"latitude": "45.4268629",
"longitude": "-75.71645389999999",
"name": "Le Troquet"
}
</script>