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-96",
"type": [
"Place",
"PerformingArtsTheater"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-96#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Kingston",
"addressRegion": "ON",
"postalCode": "K7L 1B2",
"streetAddress": "218 Princess St"
},
"name": "Kingston Grand Theatre - Baby Grand Theatre"
}
</script>