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-62",
  "type": [
    "Place",
    "PerformingArtsTheater"
  ],
  "sameAs": "http://www.wikidata.org/entity/Q7757458",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K11-62#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Fredericton",
    "addressRegion": "NB",
    "postalCode": "E3B 1C2",
    "streetAddress": "686 Queen St"
  },
  "name": "Fredericton Playhouse",
  "url": "https://www.theplayhouse.ca"
}
</script>