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-141",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/55d0b131-520f-47ae-bc79-62525377a487",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-141#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7V 1G5",
"streetAddress": "3781 Boulevard Lévesque O"
},
"latitude": "45.5350232",
"longitude": "-73.7388107",
"name": "Centre communautaire Jean-Paul-Campeau"
}
</script>