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-1192",
"type": "Place",
"sameAs": "https://maps.google.com/?q=95+Rue+East,+Gatineau,+QC+J8P+4Z9,+Canada&ftid=0x4cce1aee86ebf355:0xef6891c4097fcb19",
"address": {
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Gatineau",
"addressRegion": "QC",
"postalCode": "J8P 4Z9",
"streetAddress": "95 Rue East"
},
"latitude": "45.4807803",
"longitude": "-75.6473219",
"name": "Parc Lavictoire"
}
</script>