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-840",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/5b4d198f-dfe8-4c73-877f-a99dcfcb8376",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-840#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Val-d'Or",
"addressRegion": "QC",
"postalCode": "J9P 3N2",
"streetAddress": "125 Rue Self"
},
"latitude": "48.0940194",
"longitude": "-77.78810940000001",
"name": "Cafétéria de la polyvalente le carrefour"
}
</script>