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-839",
  "type": "Event",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-51",
    "type": "Place",
    "sameAs": [
      "http://kg.footlight.io/resource/2d360e1f-03e9-4408-8b37-dc026e105b80",
      "https://www.laval.ca/4870618a-b491-4abd-947e-9e1f4888b897"
    ],
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-51#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Laval",
      "addressRegion": "QC",
      "postalCode": "H7A 0K3",
      "streetAddress": "1000 rue Marie-Uguay"
    },
    "name": "Bibliothèque Marius-Barbeau"
  },
  "description": "<p>Cette animation invite aux enfants à découvrir le monde de la robotique et de la programmation. Les participants seront prêts à programmer leurs robots pour jouer le match de soccer.<br></p>",
  "name": "Robotique : Match de Soccer",
  "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-match-soccer.aspx",
  "endDate": "2024-12-01T19:30:00-04:00",
  "startDate": "2024-12-01T18:30:00-04:00"
}
</script>