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/K2-5324",
"type": "Place",
"sameAs": [
"http://www.wikidata.org/entity/Q14875095",
"https://en.wikipedia.org/wiki/Bronson_Centre"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K2-5324#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": [
"Montreal",
"Ottawa"
],
"addressRegion": [
"QC",
"ON"
],
"postalCode": "K1R 6H5",
"streetAddress": [
"211 Bronson Ave",
"4483 Saint-Laurent Blvd"
]
},
"name": "Bronson Centre"
}
</script>