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-449",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/d8c18622-0509-402d-bc66-143338a69b1a",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-449#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8M 1T3",
"streetAddress": "1100 Rue Yvon Pichette"
},
"latitude": "45.5261362",
"longitude": "-75.4892155",
"name": "Parc Gilles-Maisonneuve"
}
</script>