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-5156",
"type": "Place",
"sameAs": [
"http://www.wikidata.org/entity/Q7569607",
"https://en.wikipedia.org/wiki/Southern_Alberta_Jubilee_Auditorium"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K2-5156#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressRegion": "Alberta",
"postalCode": "T2N 1M4",
"streetAddress": "1415 14 Ave NW, Calgary, Alberta"
},
"name": "Southern Alberta Jubilee Auditorium"
}
</script>