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-495",
"type": "Place",
"sameAs": "http://api.footlight.io/places/6560126d1285b100641e36fc",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-495#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7V 2W6",
"streetAddress": "1605 Boulevard du Curé-Labelle"
},
"latitude": "45.5508584",
"longitude": "-73.7582164",
"name": "Restaurant Le goût du bled"
}
</script>