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",
    "http://musicbrainz.org/place/b8e221bc-de00-4cc2-adb9-9d48cdc4eddf"
  ],
  "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",
    "https://nac-cna.ca/en/venue/theatre"
  ]
}
</script>