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-44",
"type": [
"Place",
"PerformingArtsTheater"
],
"sameAs": [
"http://www.wikidata.org/entity/Q5122386",
"https://en.wikipedia.org/wiki/Citadel_Theatre"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-44#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Edmonton",
"addressRegion": "AB",
"postalCode": "T5J 3C6",
"streetAddress": "9828 101A Avenue Northwest"
},
"name": "Citadel Theatre",
"url": "https://www.citadeltheatre.com"
}
</script>