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-288",
  "type": "Place",
  "sameAs": "http://caligram.com/place/9231",
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-288#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7A 4B3",
    "streetAddress": "7100 boul. des Mille-Îles - sous-so;"
  },
  "latitude": "45.6915037",
  "longitude": "-73.6170879",
  "name": "Centre communautaire Boileau"
}
</script>