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-424",
  "type": "Place",
  "sameAs": [
    "http://api.footlight.io/places/646ce24193ec110064150343",
    "https://www.laval.ca/1162effc-a6da-4ac8-a611-2aa8996c4544"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-424#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7T 1H1",
    "streetAddress": "4025 Rue Gaboury"
  },
  "name": "Parc Saint-Martin"
}
</script>