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-266",
"type": "Place",
"sameAs": "http://caligram.com/place/9460",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-266#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7T 0R2",
"streetAddress": "1700, rue Jeanne-Mance"
},
"latitude": "45.5563335",
"longitude": "-73.7487216",
"name": "Grand Hôtel Times Laval"
}
</script>