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/K11-3",
"type": [
"Place",
"PerformingArtsTheater"
],
"sameAs": [
"http://www.wikidata.org/entity/Q1326219",
"https://en.wikipedia.org/wiki/Place_des_Arts",
"https://www.instagram.com/placedesarts/",
"https://fr.wikipedia.org/wiki/Place_des_Arts"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-3#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Montreal",
"addressRegion": "QC",
"postalCode": "H2X 1Y9",
"streetAddress": "175 rue Saint-Catherine Ouest"
},
"name": "Place des Arts",
"url": "https://placedesarts.com"
}
</script>