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-16",
"type": [
"Place",
"PerformingArtsTheater"
],
"sameAs": [
"http://scenepro.ca#Venue142",
"http://www.wikidata.org/entity/Q106625804"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-16#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Ottawa",
"addressRegion": "ON",
"postalCode": "K1P 5W1",
"streetAddress": "1 Elgin Street"
},
"name": "National Arts Centre - Babs Asper Theatre"
}
</script>