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/K43-862",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-59",
    "type": "Place",
    "sameAs": [
      "https://www.laval.ca/lieux/Pages/Fr/bibliotheque-gabrielle-roy.aspx#Place",
      "https://www.laval.ca/f4084c5d-aff7-4998-9e04-16a20732ad55"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-59#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7P 4V9",
      "streetAddress": "3505, boulevard Dagenais Ouest"
    },
    "name": "Bibliothèque Gabrielle-Roy de Laval"
  },
  "description": "<p>Un espace de discussion animé par Karine Fortin autour d’un même livre lu par tous les participants.&#160;<br></p>",
  "name": "Oh! Plaisir de lire (No 1)",
  "organizer": {
    "id": "http://kg.artsdata.ca/resource/K16-116",
    "type": "Organization",
    "sameAs": "http://www.wikidata.org/entity/Q124463790",
    "name": "Ville de Laval",
    "url": "https://www.laval.ca"
  },
  "url": "https://www.laval.ca/Pages/Fr/Calendrier/biblio-arts-litterature-oh-plaisir-lire-no1.aspx",
  "endDate": "2025-02-26T20:00:00-04:00",
  "startDate": "2025-02-26T18:30:00-04:00",
  "image": {
    "type": "ImageObject",
    "url": "https://www.laval.ca/PublishingImages/Pages/Fr/Activites/bibliotheques/biblio-karine-fortin-335x215.jpg"
  }
}
</script>