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-57",
"type": "Place",
"sameAs": "https://www.diocesemontreal.org/fr/vie-communautaire/eglises-paroisses/saint-vincent-paul-laval#Place",
"address": {
"id": "http://kg.artsdata.ca/resource/K5-57#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Laval",
"addressRegion": "QC",
"postalCode": "H7C 1N8",
"streetAddress": "5443 Boulevard Lévesque Est"
},
"name": "Église Saint-Vincent-de-Paul"
}
</script>