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-800",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/166a8bed-8424-40d9-81a4-cf6990457c73",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-800#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8Y 4V8",
"streetAddress": "4-6 Rue Lévesque"
},
"latitude": "45.4458696",
"longitude": "-75.73988829999999",
"name": "Parc Laurent-Groulx"
}
</script>