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-19",
"type": [
"Place",
"MusicVenue"
],
"sameAs": [
"http://www.wikidata.org/entity/Q1315374",
"https://www.facebook.com/soundboardTO/",
"https://twitter.com/roythomsonhall",
"https://www.instagram.com/roythomsonhall/",
"https://en.wikipedia.org/wiki/Roy_Thomson_Hall",
"https://fr.wikipedia.org/wiki/Roy_Thomson_Hall"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-19#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Toronto",
"addressRegion": "ON",
"postalCode": "M5J 2H5",
"streetAddress": "60 Simcoe Street"
},
"name": "Roy Thomson Hall",
"url": "https://www.roythomsonhall.com"
}
</script>