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-223",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/23ba45ff-2b59-41d3-8035-5b6bd5a82e0d",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-223#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7A 1V4",
"streetAddress": "8190 Boul Lévesque E"
},
"latitude": "45.6628178",
"longitude": "-73.5796137",
"name": "Maison de la famille Saint-François"
}
</script>