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-76",
"type": [
"Place",
"CivicStructure"
],
"sameAs": [
"http://www.wikidata.org/entity/Q7737500",
"https://en.wikipedia.org/wiki/The_Grand_Theatre_(Kingston,_Ontario)"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-76#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Kingston",
"addressRegion": "ON",
"postalCode": "K7L 1B2",
"streetAddress": "218 Princess St"
},
"name": "Kingston Grand Theatre",
"url": "https://www.kingstongrand.ca"
}
</script>