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/K5-11",
  "type": "Place",
  "sameAs": [
    "http://kg.footlight.io/resource/nowplayingtoronto-com_place_meridian-arts-centre-2",
    "http://www.wikidata.org/entity/Q14875453"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-11#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "North York",
    "addressRegion": "ON",
    "postalCode": "M2N 6R8",
    "streetAddress": "5040 Yonge St"
  },
  "name": "Meridian Arts Centre"
}
</script>