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-6363",
"type": "Place",
"sameAs": [
"http://www.wikidata.org/entity/Q5108795",
"http://musicbrainz.org/place/7a163781-bfae-40ca-bc54-b3ad5defa279"
],
"address": {
"type": "PostalAddress",
"addressCountry": "CA",
"addressLocality": "Toronto",
"addressRegion": "ON",
"postalCode": "M4T 1Z8",
"streetAddress": "1570 Yonge Street"
},
"name": "Christ Church Deer Park",
"url": "http://www.christchurchdeerpark.org/"
}
</script>