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-42",
"type": [
"Place",
"MusicVenue"
],
"sameAs": [
"http://www.wikidata.org/entity/Q657966",
"https://www.facebook.com/GoteborgsKonserthus/",
"https://en.wikipedia.org/wiki/Gothenburg_Concert_Hall"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-42#PostalAddress",
"type": "PostalAddress",
"addressCountry": "SE",
"addressLocality": "Göteborg",
"postalCode": "412 56",
"streetAddress": "8, Götaplatsen"
},
"name": "Göteborgs Konserthus"
}
</script>