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-772",
  "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><span style=\"font-family&#58;arial, helvetica, sans-serif;font-size&#58;16px;font-style&#58;normal;font-weight&#58;400;\">La science de l'atome entre dans la cuisine! Lors de cet atelier, les jeunes fabriqueront eux-mêmes leur caviar de jus de fruits, avant de le déguster.</span><br></p>",
  "name": "Cuisine Moléculaire",
  "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-jeunesse-cuisine-moleculaire.aspx",
  "endDate": "2024-10-19T15:30:00-04:00",
  "startDate": "2024-10-19T14:30:00-04:00",
  "image": {
    "type": "ImageObject",
    "url": "https://www.laval.ca/PublishingImages/Calendrier-des-activites/bibliotheque/biblio-jeunesse-cuisine-moleculaire-335x215.jpg"
  }
}
</script>