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-237",
  "type": "Place",
  "sameAs": [
    "http://caligram.com/place/1490",
    "https://www.laval.ca/3eae705c-98bd-4d09-8a59-6796136ace5a"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-237#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7L 1M7",
    "streetAddress": "345, boulevard Sainte-Rose"
  },
  "latitude": "45.6079849",
  "longitude": "-73.7963937",
  "name": "Parc de la Rivière-des-Mille-Îles"
}
</script>