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-360",
  "type": "Place",
  "sameAs": "http://caligram.com/place/6484",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-360#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7L 1L6",
    "streetAddress": "216 Boulevard Sainte-Rose"
  },
  "latitude": "45.6138149",
  "longitude": "-73.78630249999999",
  "name": "Galerie Rose-Art"
}
</script>