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-224",
"type": [
"Place",
"PerformingArtsTheater"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-224#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Annapolis Royal",
"addressRegion": "NS",
"postalCode": "B0S 1A0",
"streetAddress": "209 St George Street"
},
"name": "King's Theatre",
"url": "https://www.kingstheatre.ca"
}
</script>