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-320",
  "type": "Place",
  "sameAs": [
    "http://caligram.com/place/6596",
    "https://www.laval.ca/828c2ef7-5156-4206-a462-2727beee2835"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-320#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7R 3M3",
    "streetAddress": "6460, 29e Avenue"
  },
  "latitude": "45.54462410000001",
  "longitude": "-73.87062039999999",
  "name": "Piscine Raymond"
}
</script>