JSON-LD Schema.org

JSON-LD utilisant le @context de Schema.org. Il peut être copié-collé dans des pages Web HTML.

<script type="application/ld+json">
{
  "@context": "http://schema.org",
  "id": "http://kg.artsdata.ca/resource/K5-58",
  "type": "Place",
  "sameAs": [
    "https://www.laval.ca/lieux/Pages/Fr/bibliotheque-emile-nelligan.aspx#Place",
    "https://www.laval.ca/a8ade198-5ee7-4f7d-9c79-120c8d0e1be5"
  ],
  "address": {
    "id": "http://kg.artsdata.ca/resource/K5-58#PostalAddress",
    "type": "PostalAddress",
    "addressCountry": "CA",
    "addressLocality": "Laval",
    "addressRegion": "QC",
    "postalCode": "H7N 2J5",
    "streetAddress": "325, boulevard Cartier Ouest"
  },
  "name": "Bibliothèque Émile-Nelligan"
}
</script>