JSON-LD Schema.org

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-20",
  "type": "Place",
  "sameAs": [
    "http://www.wikidata.org/entity/Q111724573",
    "http://musicbrainz.org/place/39efd1ea-23de-427b-b3e3-ac05451f89e1"
  ],
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Ottawa",
    "addressRegion": "ON",
    "postalCode": "K1P 5W1",
    "streetAddress": "1 Elgin St"
  },
  "name": "Southam Hall",
  "url": "https://nac-cna.ca/en/venue/southam-hall"
}
</script>