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/K23-2462",
  "type": "EventSeries",
  "location": {
    "id": "http://kg.artsdata.ca/resource/K5-418",
    "type": "Place",
    "sameAs": "http://kg.footlight.io/resource/c2bb79bc-215d-44c0-af21-7db979f71ee4",
    "address": {
      "id": "http://kg.artsdata.ca/resource/K5-418#PostalAddress",
      "type": "PostalAddress",
      "addressCountry": "CA",
      "addressLocality": "Gatineau",
      "addressRegion": "QC",
      "postalCode": "J8T 8H9",
      "streetAddress": "855 Bd de la Gappe"
    },
    "name": "Bibliothèque Guy-Sanche"
  },
  "name": "Heure du conte avec LaDorris",
  "subEvent": [
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44509#2024-08-18T103000-0400"
    },
    {
      "id": "http://kg.footlight.io/resource/gatineau-cloud_44509#2024-08-24T103000-0400"
    }
  ],
  "endDate": "2024-08-24T10:30:00-04:00",
  "startDate": "2024-08-18T10:30:00-04:00"
}
</script>