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-187",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": "http://www.wikidata.org/entity/Q126401089",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-187#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Ottawa",
    "addressRegion": "ON",
    "postalCode": "K2G 5K7",
    "streetAddress": "101 Centrepointe Drive"
  },
  "name": "Meridian Theatres @ Centrepointe - Les Lye Studio Theatre"
}
</script>