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-302",
  "type": "Place",
  "sameAs": "http://caligram.com/place/6834",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-302#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7S 2K6",
    "streetAddress": "Local 8, 1545 Boulevard Le corbusier"
  },
  "latitude": "45.563237",
  "longitude": "-73.7281756",
  "name": "Galerie Loongese"
}
</script>