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-719",
"type": "Place",
"sameAs": "http://kg.footlight.io/resource/af4124d2-7ffe-4cb9-99a9-8b7a16d6277c",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-719#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Trois-Rivières",
"addressRegion": "QC",
"postalCode": "G9A 1R6",
"streetAddress": "574 Rue St François Xavier"
},
"latitude": "46.34776900000001",
"longitude": "-72.54160139999999",
"name": "Musée militaire de Trois-Rivières"
}
</script>