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-62",
  "type": "Place",
  "sameAs": [
    "https://www.laval.ca/lieux/Pages/Fr/bibliotheque-sylvain-garneau.aspx#Place",
    "https://www.laval.ca/8b694188-c831-4cd9-a679-df7613d442ba"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-62#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7L 1L5",
    "streetAddress": "187, boulevard Sainte-Rose"
  },
  "name": "Bibliothèque Sylvain-Garneau"
}
</script>