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-5218",
"type": "Place",
"sameAs": [
"http://www.wikidata.org/entity/Q3522102",
"https://en.wikipedia.org/wiki/The_Opera_House_(Toronto)",
"https://fr.wikipedia.org/wiki/The_Opera_House"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K2-5218#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Toronto",
"addressRegion": "ON",
"postalCode": "M4M 1H1",
"streetAddress": "735 Queen Street East"
},
"name": "The Opera House"
}
</script>