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-16",
  "type": "Place",
  "sameAs": "http://www.wikidata.org/entity/Q106625804",
  "address": {
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Ottawa",
    "addressRegion": "ON",
    "postalCode": "K1P 5W1",
    "streetAddress": "1 Elgin Street"
  },
  "name": "Babs Asper Theatre",
  "url": "https://nac-cna.ca/fr/venue/theatre"
}
</script>