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-346",
  "type": "Place",
  "sameAs": "http://caligram.com/place/7990",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-346#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7V 1E8",
    "streetAddress": "3690 Boulevard Lévesque O"
  },
  "latitude": "45.53399599999999",
  "longitude": "-73.735208",
  "name": "Parc Saint-Maxime"
}
</script>