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-618",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/ec38f901-918e-455e-9d4f-0290c4bfdb01",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-618#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Toronto",
    "addressRegion": "ON",
    "postalCode": "M4M 1N8",
    "streetAddress": "10 Busy St"
  },
  "latitude": "43.6614376",
  "longitude": "-79.34218539999999",
  "name": "VideoCabaret - Deanne Taylor Theatre"
}
</script>