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-230",
"type": [
"Place",
"PerformingArtsTheater"
],
"sameAs": "http://www.wikidata.org/entity/Q7914233",
"address": {
"id": "http://kg.artsdata.ca/resource/K11-230#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Vancouver",
"addressRegion": "BC",
"postalCode": "V6B 2P1",
"streetAddress": "600 Hamilton Street"
},
"name": "Vancouver Playhouse",
"url": "https://vancouvercivictheatres.com/venues/vancouver-playhouse/"
}
</script>