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-5162",
"type": "Place",
"sameAs": [
"http://www.wikidata.org/entity/Q7058106",
"https://en.wikipedia.org/wiki/Northern_Alberta_Jubilee_Auditorium"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K2-5162#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressRegion": "Alberta",
"postalCode": "T6G 2T2",
"streetAddress": "11455 87 Avenue NW, Edmonton, Alberta"
},
"name": "Northern Alberta Jubilee Auditorium"
}
</script>