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-4",
"type": [
"Place",
"PerformingArtsTheater"
],
"sameAs": [
"http://scenepro.ca#Venue133",
"http://www.wikidata.org/entity/Q98513124",
"https://www.facebook.com/hectorcharland/",
"https://twitter.com/THCLAssomption"
],
"address": {
"id": "http://kg.artsdata.ca/resource/K11-4#PostalAddress",
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "L’Assomption",
"addressRegion": "QC",
"postalCode": "J5W 4M6",
"streetAddress": "225, boulevard de L’Ange-Gardien"
},
"name": "Théâtre Hector-Charland",
"url": "https://hector-charland.com"
}
</script>