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-207",
"type": [
"Place",
"PerformingArtsTheater"
],
"sameAs": "https://www.facebook.com/TheTheatreOnKingTtok/",
"address": {
"id": "http://kg.artsdata.ca/resource/K11-207#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Peterborough",
"addressRegion": "ON",
"postalCode": "K9J 2R8",
"streetAddress": "171 King Street"
},
"name": "The Theatre on King",
"url": "http://ttok.ca"
}
</script>