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-752",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/3f9c7e2e-38f1-49bb-b6ae-6fd17692ac0b",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-752#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Rimouski",
"addressRegion": "QC",
"postalCode": "G5L 1T2",
"streetAddress": "5 Rue St Pierre"
},
"latitude": "48.4505944",
"longitude": "-68.526061",
"name": "Terrasse du Sens unique"
}
</script>