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-503",
  "type": "Place",
  "sameAs": "http://api.footlight.io/places/6500a1dea59a070066bde907",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-503#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7T 1A7",
    "streetAddress": "3671 Boulevard Saint-Martin Ouest"
  },
  "latitude": "45.5536706",
  "longitude": "-73.7565204",
  "name": "Ballet Tompkins du Québec"
}
</script>