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-460",
"type": "Place",
"sameAs": "http://api.footlight.io/places/64a577f73c19fa0064e6348a",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-460#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8T 3R6",
"streetAddress": "741 Boulevard Maloney E"
},
"latitude": "45.49143",
"longitude": "-75.622333",
"name": "Centre de plein air Hélène-Larochelle"
}
</script>