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-5489",
"type": "Place",
"sameAs": [
"http://www.wikidata.org/entity/Q38394947",
"https://en.wikipedia.org/wiki/Sid_Williams_Theatre"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K2-5489#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Courtenay",
"addressRegion": "BC",
"postalCode": "V9N 2J2",
"streetAddress": "442 Cliffe Avenue"
},
"name": "Sid Williams Theatre"
}
</script>