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-617",
  "type": "Place",
  "sameAs": "http://kg.footlight.io/resource/dcf97ade-94a8-41e7-af26-a5ceb1afd287",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-617#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Toronto",
    "addressRegion": "ON",
    "postalCode": "M5V 2R2",
    "streetAddress": "125 Bathurst St"
  },
  "latitude": "43.6454714",
  "longitude": "-79.4028279",
  "name": "Mainspace at Factory Theatre"
}
</script>