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-61",
  "type": "Place",
  "sameAs": [
    "https://www.laval.ca/lieux/Pages/Fr/bibliotheque-multiculturelle.aspx#Place",
    "https://www.laval.ca/98205b68-5745-4687-b461-2e214e81389d"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-61#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7V 3R2",
    "streetAddress": "1535, boulevard Chomedey"
  },
  "name": "Bibliothèque Multiculturelle"
}
</script>