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-332",
  "type": "Place",
  "sameAs": "http://caligram.com/place/6581",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-332#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7V 3L6",
    "streetAddress": "1630, rue Hébert"
  },
  "latitude": "45.5512615",
  "longitude": "-73.7562915",
  "name": "Parc Labelle (Chomedey)"
}
</script>