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-741",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/02df6011-f2dc-4992-a7b4-b1dfc665a51a",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-741#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Rimouski",
"addressRegion": "QC",
"postalCode": "G5L 1A6",
"streetAddress": "141 Av. Belzile"
},
"latitude": "48.4533412",
"longitude": "-68.5235757",
"name": "Le Bien, Le Malt"
}
</script>