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-777",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-55",
    "type": "Place",
    "sameAs": [
      "http://kg.footlight.io/resource/718d1963-4bc2-40eb-bf61-2d654c50c7e8",
      "https://www.laval.ca/8620bd60-4ce9-48a8-b327-90a368764774"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-55#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7R 5P8",
      "streetAddress": "4747 Bd Arthur-Sauvé"
    },
    "name": "Bibliothèque Philippe-Panneton"
  },
  "description": "<p>Soirée d'aide technologique pour aînés<br></p><p>Nous pouvons vous aider!<br></p><p>Entrée libre<br></p>",
  "name": "Aînés branchés",
  "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-techno-aines-branches.aspx",
  "endDate": "2024-12-11T01:30:00-04:00",
  "startDate": "2024-12-10T23:00:00-04:00",
  "image": {
    "type": "ImageObject",
    "url": "https://www.laval.ca/PublishingImages/Calendrier-des-activites/bibliotheque/biblio-aines-branches-335x215.png"
  }
}
</script>