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-727",
  "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"
  },
  "name": "Comment devenir proactif et commencer tôt à planifier sa retraite",
  "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"
  },
  "endDate": "2024-11-15T01:30:00-04:00",
  "startDate": "2024-11-15T00:00:00-04:00"
}
</script>