Filtering retrieved events

Query parameters can be used to filter the retrieved events by the following criteria.

Ongoing local events

Use to quickly access local (municipality level) events that are upcoming or have not ended yet. Combines the search on a number of description, name, and keyword fields. Locality is defined on the basis of MUNIGEO_MUNI value, which is set in the settings file. In the Helsinki case all the events would be retrieved that happen within Helsinki. Comes in two flavors: AND and OR. Use local_ongoing_AND=lapset,musiikki to search for the events with both search terms in the description fields and local_ongoing_OR to search for the events with at least one term mentioned. In case you need to realize a more complicated logic and search for a combination of search terms as in (singing OR vocal) AND (workshop OR training) use local_ongoing_OR_setX parameter, where X is a number.

Examples:

event/?local_ongoing_OR=lapsi,musiikki

See the result

event/?local_ongoing_OR_set1=lapsi,musiikki&local_ongoing_OR_set2=leiri,kurssi

See the result

Ongoing internet events

Use to quickly access internet-based events that are upcoming or have not ended yet. Usage is the same as for local ongoing events, three variations: internet_ongoing_AND, internet_ongoing_OR, and internet_ongoing_OR_setX, Note, that local_ongoing and internet_ongoing are mutually exclusive.

Example:

event/?internet_ongoing_AND=lapsi,musiikki

See the result

All ongoing events

All ongoing events, both internet and local combined. Usage is the same as for local ongoing events: all_ongoing_AND, all_ongoing_OR and all_ongoing_OR_setX

Example:

event/?all_ongoing_AND=lapsi,musiikki

See the result

Internet based

Filter for all the events that happen in the internet, both past and upcoming.

Example:

event/?internet_based=true

See the result

Event time

Use start and end to restrict the date range of returned events. Any events that intersect with the given date range will be returned.

The parameters start and end can be given in the following formats:

  • ISO 8601 (including the time of day), i.e. YYYY-MM-DDTHH:MM:SSZ
  • yyyy-mm-dd

In addition, today (for start or end of today) and now (for the exact current timestamp) can be used in either parameter to get current events.

Example:

event/?start=today&end=2020-12-31

See the result

event/?start=now&end=today

See the result

You can also use days filter to restrict the date range of returned events. Any events that intersect with the current time and amount of days from current time will be returned.

The parameters start and end cannot be used together with the days parameter.

Example:

event/?days=7

See the result

Event start/end time

Use starts_after, starts_before, ends_after, and ends_before to filter for the events that start and end within certain hours, for example for the ones that start after 17:00 and end before 21:00.

The parameters can be given as:

  • Hours only
  • Hours and minutes separated by a colon

Example:

event/?starts_after=16:30&ends_before=21

See the result

Event weekday

Use weekday to filter for the events that occurs within certain weekdays. Weekdays are to be input as Iso 8601 weekday numbers, where 1 is Monday and 7 is Sunday.

The parameter can include:

  • One weekday
  • Multiple weekdays separated by a comma

Example (Saturdays and Sundays):

event/?weekday=6,7

See the result

Event duration

Use max_duration to filter for the events that last up to a specified time, or min_duration to filter for the events that last at least a specified amount of time.

The parameters are expressed in format:

  • 86400 or 86400s (24 hours)
  • 180m or 3h (3 hours)
  • 3d (3 days)

Example:

event/?max_duration=3d

See the result

Event location

Bounding box

To restrict the retrieved events to a geographical region, use the query parameter bbox in the format

bbox=west,south,east,north

Where west is the longitude of the rectangle's western boundary, south is the latitude of the rectangle's southern boundary, and so on. The default coordinate system is the trusty old EPSG:4326 known from all online maps, and can be overridden with srid parameter.

Example:

event/?bbox=24.9348,60.1762,24.9681,60.1889

See the result

Specific location

To restrict the retrieved events to a known location(s), use the query parameter location, separating values by commas if you wish to query for several locations.

Location ids are found at the place endpoint, which lists the locations in decreasing number of events found. Most locations originate from the Helsinki service point registry (tprek), hence the format tprek:28473. An easy way to locate service points is to browse servicemap.hel.fi, which uses the same location ids, e.g. servicemap.hel.fi/unit/28473.

Example:

event/?location=tprek:28473

See the result

District

To restrict the retrieved events to city district(s), use the query parameter division, separating values by commas if you wish to query for several divisions.

City of Helsinki neighborhoods (kaupunginosa), districts (peruspiiri) and subdistricts (osa-alue) are supported. Check the divisions on the Helsinki map service.

You may query either by specific OCD division type peruspiiri:malmi, or by division name malmi. The latter query checks all divisions with the name, regardless of division type.

Example:

event/?division=malmi

See the result

Within a distance (or "circle filter")

To restrict the retrieved events to a certain distance from a point, use the query parameters dwithin_origin and dwithin_metres in the format

dwithin_origin=lon,lat&dwithin_metres=distance

Where lon is the longitude of the origin point, lat is the latitude of the origin point, and distance is the radius in metres. Both parameters are required. The default coordinate system is EPSG:4326 and can be overridden with the srid parameter.

Example:

event/?dwithin_origin=24.9348,60.1762&dwithin_metres=1000

See the result

Event category

To restrict the retrieved events by category, use the query parameter keyword, separating values by commas if you wish to query for any of several keywords, or the parameter keyword_AND, if you require all provided values (separated by commas) to be present. Use parameter keyword! if you require all provided values (separated by commas) not to be present.

In case you need to realize a more complicated logic and search for a combination of keywords as in (yso:p1235 OR yso:p1947) AND (yso:p14004 OR yso:p11185) use keyword_OR_setX parameter, where X is a number.

Keyword ids are found at the keyword endpoint, which lists the keywords in decreasing number of events found. The common keywords used in all events originate from the general Finnish ontology (YSO), hence the format yso:p4354.

The most common event categories are listed in the two keyword sets helsinki:topics and helsinki:audiences, which list the YSO keywords that are present in most events to specify event main topic and audience.

Example:

event/?keyword=yso:p4354

See the result

event/?keyword_OR_set1=yso:p1235,yso:p1947&keyword_OR_set2=yso:p14004,yso:p11185

See the result

Some services maintain curated keyword sets, which can also be used in search with query parameters keyword_set_AND and keyword_set_OR. As names of the keyword sets can repeat between the services, ids should be supplied. Say, we have one keyword set Music with id "myservice:1" that contains keywords rock and jazz, and another keyword set Workshops with keywords "workshop" and "seminar" and id "myservice:2". Then a request /event/?keyword_set_AND=myservice:1,myservice:2 would return the events matching the following expression: (rock OR jazz) AND (workshop OR seminar).

Event last modification time

To find events that have changed since you last polled Linkedevents API (to e.g. update your event cache), it is best to use the query parameter last_modified_since. This allows you to only return data that has changed after your last update. You may also include events that have been deleted in the API in the results by using the show_deleted filter. This allows you to update your cache with all added, modified and deleted events without having to fetch *all* future events every time.

Example:

event/?last_modified_since=2020-04-07&show_deleted=true

See the result

Specific ids

To find events that have specific id use parameter ids, separating values by commas if you wish to query for several event ids.

Example:

event/?ids=helsinki:1

See the result

Event status

Events in Linkedevents (indicated by the event_status field) may be either scheduled as planned (EventScheduled), rescheduled if their start time has changed after they were first published (EventRescheduled), cancelled if they were cancelled altogether after publication (EventCancelled), or postponed to the indefinite future if they could not be organized at the original time (EventPostponed). These statuses stem from schema.org.

You may filter events with only the desired status with the event_status filter.

Example:

event/?event_status=EventCancelled

See the result

It is also possible to use multiple event_status parameters in a single query. Statuses must be separated by a comma.

Example:

event/?event_status=EventCancelled,EventPostponed

Event type

Events in Linkedevents (indicated by the type_id field) may be event (General), course (Course) or volunteering (Volunteering). By default, only events with General type_id are returned.

You may filter events with only the desired type with the event_type filter, separating values by commas if you wish to query for several types.

Example:

event/?event_type=General,Course

See the result

Event text

To find out events that contain a specific string in any of the text fields, use the query parameter text.

Example:

event/?text=shostakovich

See the result

Combined text

While the text search is looking for the events containg exact matches of the search string, combined_text filtering finds events with exact text match for event text fields but retrieves expected keywords on the basis of similarity. Filtering for keywords works similar ways as keyword free_text filtering.

Example:

event/?combined_text=lapppset

See the result

Use full_text to perform advanced PostgreSQL full-text search with weighted relevance ranking. This search method provides more sophisticated results than basic text matching by:

  • Searching across multiple fields with different priority levels
  • Supporting stemming and language-specific text processing
  • Ranking results by relevance when no other sorting is specified

The search covers the following fields with weighted priorities:

  • Highest priority (A): Event names, location names
  • High priority (B): Keywords, audience keywords
  • Medium priority (C): Short descriptions
  • Lowest priority (D): Full descriptions

Use full_text_language to specify the search language. Accepts single language (e.g., 'fi') or comma-separated multiple languages (e.g., 'fi,en,sv'). Supported languages: fi, en, sv, zh_hans, ru, ar. Defaults to 'fi' if not specified.

Examples:

event/?full_text=musiikki

See the result

event/?full_text=music&full_text_language=en

See the result

event/?full_text=lapset&full_text_language=fi,en,sv

See the result

Event price

Events may or may not contain the offers field that lists event pricing. To return only free or non-free events, use the query parameteris_free. However, note that from some data sources, no event pricing info is available, so this filter will only return those events which have pricing data available.

Example:

event/?is_free=true

See the result

Event language

To find events that have a set language or event data translated into that language, use the query parameter language. If you only wish to see events that have a set language, use the in_language parameter, and if you only want event data translated to a set language, use the translation parameter.

Supported languages are found at the language endpoint, which also lists which languages have translations available. Currently, translations are supported in fi, sv, en, ru, zh_hans, and ar.

Example:

event/?language=ru

See the result

Event audience age boundaries.

To find events that are designed for specific age audiences use the query paramteres audience_min_age_lt, audience_min_age_gt, audience_max_age_lt, audience_max_age_gt.

audience_min_age_lt returns the events whose minimal age is lower than or equals the specified value, audience_min_age_gt returns the events whose minimal age is greater than or equals the specified value. max_age parameteres, naturally, work the same way only for the maximum age of the event audience. Note, that the events that are not designed for the specific audiences will be omitted.

audience_max_age and audience_min_age parameters without lt and gt modifiers are left for backward compatibility only and should not be employed.

Example:

event/?audience_min_age_gt=10

See the result

Select events suitable for certain age.

To find events that are suitable for certain age use the query paramter suitable_for that returns all the events that are suitable for the age or age range specified. Under the hood it excludes all the events that have max age limit below or min age limit above the age specified. Suitable events with just one age boundary specified are returned, events with no age limits specified are excluded. Query parameter can take either one or two arguments, the order of parameters when specifying the age range is not important.

Examples:

event/?suitable_for=12

See the result

event/?suitable_for=12,14

See the result

Event publisher

To find out events that are published by a specific organization, use the query parameter publisher, separating values by commas if you wish to query for several publishers.

Existing publisher organizations are found at the organization endpoint. City of Helsinki internal publishers have ids of the form ahjo:origin_id as they originate from the Helsinki Ahjo decisionmaking system, and have a rather complex hierarchy. External publishers may have their own namespaces, ids and hierarchies.

Also, it is possible to fetch events under a specific publisher organization hierarchy (say City of Helsinki) by using the parameter publisher_ancestor, which returns all events published by any suborganizations (at any level) of the given organization.

Example:

event/?publisher=ytj:0586977-6

See the result

event/?publisher_ancestor=ahjo:00001

See the result

Event data source

To find out events that originate from a specific source system, use the query parameter data_source. All event ids are of the form data_source:origin_id, so this allows you to return only events coming to Linkedevents from a specific data system. helsinki is the name of our own data source, i.e. events where Linkedevents API itself is the master data.

Example:

event/?data_source=helsinki

See the result

Event hierarchy

Events in linkedevents may be either standalone events, or they may have super or sub events. There are two types of super events, indicated in the field super_event_type by recurring (repeating events, event series) and umbrella (festivals etc.).

recurring events last for a period and have sub_events that all have similar data, but different dates.

umbrella events last for a period and may have different sub_events, including recurring events (i.e. an umbrella festival may have a recurring theater play sub_event, which may have several nights as sub_events.)

Super event type

You may use the query parameter super_event_type, comma separated, to get only super events of specific types. You may use none if you want non-super events included.

Example:

event/?super_event_type=umbrella,none

See the result

Super event

You may use the query parameter super_event, comma separated, to get all subevents for specific superevents. You may use none if you want all events which have no superevent included.

Example:

event/?super_event=linkedevents:agg-103

See the result

Hide super event

You may use the query parameter hide_super_event to exclude super events from the response.

Example:

event/?hide_super_event=true

See the result

Hide recurring children

You may use the query parameter hide_recurring_children to hide all child events for super events which are of type recurring.

Example:

event/?hide_recurring_children=true

See the result

Sub events

You may use the query parameter hide_recurring_children_sub_events in pair with hide_recurring_children to apply other filters to child events.

If you want to get only super_events of weekend events then pair hide_recurring_children and hide_recurring_children_sub_events with weekday=6,7

Example:

event/?hide_recurring_children=true&hide_recurring_children_sub_events=true&weekday=6,7

See the result

Event with registration

To find out events with or without a registration, use the query parameterregistration.

Example:

event/?registration=true

See the result

Open enrolment

Two endpoints show the events that have connected registrations and have places either at the event itself enrolment_open or in the waiting lists enrolment_open_waitlist. Note that the latter query parameter when set to true returns also the events that have open spots at the event itself. Null values are regarded as unlimited number of spots at the event or in the waiting list.

For example:

event/?enrolment_open_waitlist=true

See the result

Enrolment open on a given date

It is possible to check if a given datetime is within events' enrolment start and end times. In other words, if any events are open on a given date and time. The given datetime is expected to be in the events' timezone.

enrolment_open_on parameter displays events where the given datetime is within the enrolment_start_time and enrolment_end_time of the events. If an event has a registration, the registration's enrolment start and end times will be preferred over the event's times.

For example:

event/?enrolment_open_on=2024-02-19T12:00:00

See the result

Attendee capacity

Filters for filtering by event maximum_attendee_capacity and minimum_attendee_capacity:

Filtering for maximum_attendee_capacity

It is possible to filter by maximum_attendee_capacity using gte (>) or lte (<) filters.

maximum_attendee_capacity_gte parameter displays events with maximum attendee capacity greater than or equal the applied parameter (integer value)

Example:

event/?maximum_attendee_capacity_gte=10

See the result

maximum_attendee_capacity_lte parameter displays events with maximum attendee capacity less than or equal the applied parameter (integer value)

Example:

event/?maximum_attendee_capacity_lte=10

See the result

Filtering for minimum_attendee_capacity

It is possible to filter by minimum_attendee_capacity using gte (>) or lte (<) filters.

minimum_attendee_capacity_gte parameter displays events with minimum attendee capacity greater than or equal the applied parameter (integer value)

Example:

event/?minimum_attendee_capacity_gte=10

See the result

minimum_attendee_capacity_lte parameter displays events with minimum attendee capacity less than or equal the applied parameter (integer value)

Example:

event/?minimum_attendee_capacity_lte=10

See the result

Remaining registration attendee or waiting list capacity

Filters for filtering by registration remaining_attendee_capacity and remaining_waiting_list_capacity:

Filtering for registration remaining_attendee_capacity

It is possible to filter by registration remaining_attendee_capacity using gte (>=) or isnull filters.

registration__remaining_attendee_capacity__gte parameter displays events where registration's remaining attendee capacity is greater than or equal the applied parameter (integer value)

Example:

event/?registration__remaining_attendee_capacity__gte=10

See the result

registration__remaining_attendee_capacity__isnull parameter displays events where registration's remaining attendee capacity is or is not NULL

The values True, true and 1 are all considered to be "true".

The values False, false and 0 are all considered to be "false".

Example:

event/?registration__remaining_attendee_capacity__isnull=true

See the result

Filtering for registration remaining_waiting_list_capacity

It is possible to filter by registration remaining_waiting_list_capacity using gte (>=) or isnull filters.

registration__remaining_waiting_list_capacity__gte parameter displays events where registration's remaining waiting list capacity is greater than or equal the applied parameter (integer value)

Example:

event/?registration__remaining_waiting_list_capacity__gte=10

See the result

registration__remaining_waiting_list_capacity__isnull parameter displays events where registration's remaining waiting list capacity is or is not NULL

The values True, true and 1 are all considered to be "true".

The values False, false and 0 are all considered to be "false".

Example:

event/?registration__remaining_waiting_list_capacity__isnull=true

See the result

Filtering for authenticated users

By default, only public events are shown in the event list. However, certain query parameters allow customizing the listing for authenticated users

Show all events

show_all parameter displays all events authenticated user can edit, including drafts, and public non-editable events

Example:

event/?show_all=true

See the result

Publication status

Events in Linkedevents (indicated by the publication_status field) may be either (draft) if the event is not published yet or (public) for published events.

You may filter events with only the desired publication status with the publication_status filter.

Example:

event/?publication_status=draft

See the result

Only editable events

admin_user parameter displays all events authenticated user can edit, including drafts, but no other public events

Example:

event/?admin_user=true

See the result

Only editable events for registration

registration_admin_user parameter displays all events whose registration the user can modify

Example:

event/?registration_admin_user=true

See the result

Events created by the user

created_by parameter only displays events by the authenticated user

Example:

event/?created_by=true

See the result

Getting detailed data

In the default case, keywords, locations, and other fields that refer to separate resources are only displayed as simple references.

If you want to include the complete data from related resources in the current response, use the keyword include. Please note, however, that including all the resources inlined in *every* event will result in a huge number of duplicate data in the json, making the json very slow to generate and process and causing considerable API load and long response times when too many such requests are made. Therefore, if you are listing the maximum number of events (100) or updating your cache with all events, please consider caching the keyword and location data separately to prevent unnecessary API slowdown and continuous repeated work. Keyword and location data seldom change and are easily fetched from their own endpoints separately.

Example:

event/?include=location,keywords

See the result

Ordering

Default normal search ordering is descending order by -last_modified_time. Default full text search ordering is based on search relevance rank and id (-rank,id). You may also order results by start_time, end_time, name, duration, enrolment_start_time, enrolment_end_time, registration__enrolment_start_time, registration__enrolment_end_time, enrolment_start and enrolment_end. Descending order is denoted by adding - in front of the parameter, default order is ascending.

For example:

event/?sort=-end_time

See the result

Enrolment start and enrolment end

The ordering filters enrolment_start and enrolment_end have two notable differences compared to the rest of the ordering filters related to enrolment start and enrolment end times:

First, if an event has a registration with an enrolment time defined, the registration's time will be preferred over the event's time.

Second, if neither the event's registration nor the event has enrolment times defined (enrolment_start_time and enrolment_end_time are both NULL), the event will be placed at the end of the results list regardless of whether ascending or descending order was used.

GET /v1/event/?format=api&hide_super_event=true&page=95
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 35920,
        "next": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=96",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=94"
    },
    "data": [
        {
            "id": "helsinki:agp76adnwm",
            "has_user_editable_resources": true,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15417/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": {
                        "fi": ""
                    }
                }
            ],
            "data_source": "helsinki",
            "publisher": "others",
            "sub_events": [],
            "images": [],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p12297/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16486/?format=api"
                }
            ],
            "created_time": "2026-08-14T06:40:46.073466Z",
            "last_modified_time": "2026-08-14T06:40:46.073485Z",
            "date_published": null,
            "start_time": "2026-08-15T08:11:00Z",
            "end_time": "2026-08-29T08:11:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": 6,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": ""
            },
            "provider": {
                "fi": "uiytut"
            },
            "name": {
                "fi": "jhfg"
            },
            "description": {
                "fi": "<p>hgfhgfhgfhg</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "hgfhgfhghg"
            },
            "info_url": {
                "fi": ""
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/helsinki:agp76adnwm/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp7vkmhcq",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p10727/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1947/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2433/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p556/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp7vkmh6y/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385798,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-14T05:59:09.630073Z",
                    "last_modified_time": "2026-08-14T05:59:09.630088Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/f30fe554-35b5-42a8-abfd-131c96503bf0.jpg",
                    "name": "Connectoriassa jaetaan henkilökohtaisia tarinoita omasta kulttuurista.",
                    "cropping": "142,0,923,781",
                    "photographer_name": "Sherry Oso",
                    "alt_text": "Monikulttuurinen joukko ihmisiä kerääntyneenä ison pöydän ympärille Ison Omenan kirjaston Stagella kuuntelemaan puhujaa.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385798/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-13T09:57:38.245353Z",
            "last_modified_time": "2026-08-14T06:14:53.085305Z",
            "date_published": null,
            "start_time": "2026-08-21T13:00:00Z",
            "end_time": "2026-08-21T15:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Stage",
                "sv": "Stage",
                "en": "Stage"
            },
            "provider": {
                "fi": "Connectoria",
                "sv": "Connectoria",
                "en": "Connectoria"
            },
            "name": {
                "fi": "Connectoria - yhdistää kulttuurit ja sukupolvet",
                "sv": "Connectoria – Förbinder kulturer och generationer",
                "en": "Connectoria – Uniting Cultures and Generations"
            },
            "description": {
                "fi": "<p>Connectoria kokoontuu syksyllä kerran kuukaudessa Ison Omenan kirjaston Stagella. Tässä tapahtumassa on poikkeuksellisen lämmin tunnelma ja uusia kontakteja ja ystävyyksiä syntyy yli kulttuuristen rajojen.</p><p><br></p>\n21.8. klo 16-18<p>Oletko koskaan huomannut, kuinka tuttu tuoksu voi viedä sinut toiseen aikaan ja paikkaan?</p><p>Yhtenä hetkenä olet omassa keittiössäsi, ja seuraavassa muistat perheaterian, juhlan tai ihmisen, joka sai yksinkertaisenkin ruoan tuntumaan kodilta. Se muistuttaa meitä siitä, että ruoka on harvoin vain ruokaa. Se kantaa mukanaan muistoja. Se kantaa identiteettiä. Joskus se kantaa myös yhteenkuuluvuuden tunnetta.</p><p>Tästä ajatuksesta sai alkunsa seuraava kokoontumisemme:</p><p>Connectoria – Kulttuurimme maku</p><p>Tuo mukanasi ruoka-annos, resepti, mauste, raaka-aine, valokuva tai tarina ateriasta, joka merkitsee sinulle jotain. Voit myös tulla jakamaan pelkän muiston.</p><p>Jokaisella maulla on tarina. Jos kulttuurillasi olisi maku, miltä se maistuisi?</p><p><br></p><p><br></p><p>Syksyn loput päivät, teemat tarkentuvat myöhemmin.</p><p>25.9. klo 16-18</p><p>23.10 klo 16-18</p><p>27.10 klo 16-18</p><p>18.12. klo 16-18</p><p>Tervetuloa mukaan!</p><p>#helloespoo</p>",
                "sv": "<p>Connectoria – Förbinder kulturer och generationer</p><p>På Connectoria delar vi berättelser från olika kulturer genom varierande teman. Under hösten träffas Connectoria en gång i månaden på Stagen i Iso Omena bibliotek. Evenemanget präglas av en ovanligt varm och välkomnande atmosfär, där nya kontakter och vänskaper uppstår över kulturella gränser.</p>\n<br>\n21 augusti kl. 16.00–18.00<p>Har du någonsin märkt hur en välbekant doft kan ta dig någon annanstans?</p><p>Ena stunden står du i ditt kök, och nästa stund minns du en familjemåltid, ett firande eller någon som fick en enkel maträtt att kännas som hemma. Det fick oss att inse att mat sällan bara är mat. Den bär på minnen. Den bär på identitet. Ibland bär den också på känslan av tillhörighet.</p><p>Det är inspirationen bakom vår nästa träff:</p><p>Connectoria – Smaken av vår kultur</p><p>Ta med dig en maträtt, ett recept, en krydda, en ingrediens, ett fotografi eller berättelsen om en måltid som betyder något för dig. Du är också välkommen att bara ta med dig minnet.</p><p>Varje smak har en berättelse. Om din kultur hade en smak, hur skulle den smaka?</p><p><br></p><p>Övriga datum under hösten (teman meddelas senare)</p><p>25 september kl. 16.00–18.00</p><p>23 oktober kl. 16.00–18.00</p><p>27 november kl. 16.00–18.00</p><p>18 december kl. 16.00–18.00</p><p>Välkommen med!</p><p><br></p><p>#helloespoo</p>",
                "en": "<p>At Connectoria, stories from different cultures are shared through changing themes. Connectoria gatheres once a month during the autumn at the Stage in Iso Omena Library. These events are known for their exceptionally warm atmosphere, where new connections and friendships are formed across cultural and age boundaries.</p><p><br></p>\n21 August, 4:00 PM to 6:00 PM<p>Have you ever noticed how a familiar smell can take you somewhere else?</p><p>One moment you are in your kitchen; the next, you are remembering a family meal, a celebration, or someone who made a simple dish feel like home. It made us realize that food is rarely just food. It carries memories. It carries identity. Sometimes, it even carries the feeling of belonging. That is the inspiration behind our next gathering: Connectoria - The Taste of our Culture.</p><p>Bring a meal, recipe, a spice, an ingredient, a photo, the story of a meal that means something to you or just bring the memory.</p><p>Every flavour has a story. If your culture had a flavour, what would it taste like?&nbsp;</p><p><br></p><p>NOTE: library closes at six, so we are wrapping up a bit early this friday. </p><p><br></p><p>Upcoming autumn dates (themes will be announced later)</p><p>25 September, 4:00 PM to 6:00 PM</p><p>23 October, 4:00 PM to 6:00 PM</p><p>27 November, 4:00 PM to 6:00 PM</p><p>18 December, 4:00 PM to 6:00 PM</p><p>Welcome to join us!</p><p><br></p><p>#helloespoo</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Connectoriassa jaetaan tarinoita eri kulttuureista vaihtuvin teemoin. ",
                "sv": "På Connectoria delar vi berättelser från olika kulturer genom varierande teman.",
                "en": "At Connectoria, stories from different cultures are shared through changing themes."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp7vkmhcq/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agplxe5zam",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplxe52wy/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385112,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-06-12T10:42:48.413672Z",
                    "last_modified_time": "2026-06-12T10:42:48.413685Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/3a6a4178-a496-4c74-97e8-0ad5090d7eca.png",
                    "name": "",
                    "cropping": "0,60,960,1020",
                    "photographer_name": "Espoon kaupungin kuvituskuva",
                    "alt_text": "kuvituskuva henkilöstä lukemassa kirjastossa",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385112/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-12T10:45:15.190033Z",
            "last_modified_time": "2026-08-14T06:10:22.429760Z",
            "date_published": null,
            "start_time": "2026-09-08T13:30:00Z",
            "end_time": "2026-09-08T15:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Ryhmätyötila Aisti "
            },
            "provider": null,
            "name": {
                "fi": " Selkolukupiiri",
                "sv": " Läsgrupp på lättförståelig finska",
                "en": " Easy-to-Read Book Club in Finnis"
            },
            "description": {
                "fi": "Selkolukupiiri<p><strong>Entressen kirjasto - Ryhmätyötila Aisti</strong></p><p><strong>Tiistaisin 8.9. / 6.10. / 3.11. / 1.12. klo 16:30-18.00</strong></p><p>Selkolukupiirissä luemme suomenkielisiä selkokirjoja ja kokoonnumme keskustelemaan luetuista kirjoista.</p><p>Selkolukupiiri on avoin kaikille, mutta erityisen hyvin se sopii suomea opiskeleville maahanmuuttajille ja henkilöille, joilla on jokin lukemiseen liittyvä hidaste tai vaikeus.</p><ul><li><a href=\"https://helmet.finna.fi/Search/Results?lookfor=Poika+raidallisessa+pyjamassa&amp;type=AllFields\">8.9. Poika raidallisessa pyjamassa (Bazar, 2025, 108 s.)</a></li><li><a href=\"https://helmet.finna.fi/Record/helmet.2451067?sid=5464989962\">6.10. Niin metsä vastaa : novelleja (Avain, 2021, 106 s.)</a></li><li><a href=\"https://helmet.finna.fi/Search/Results?lookfor=Frankenstein+oppian&amp;type=AllFields&amp;limit=20&amp;sort=relevance\">3.11. Frankenstein (Oppian, 2025, 62 s.)</a></li><li><a href=\"https://helmet.finna.fi/Record/helmet.2545811?sid=5464991822\">1.12. Valon pilkahduksia (Oppian, 2026, 104 s.)</a></li></ul><p>Järjestäjänä kirjasto</p><p><br></p><p>#HelloEspoo</p>",
                "sv": "<p>&nbsp;Läsgrupp på lättförståelig finska</p>",
                "en": "<p>&nbsp;Easy-to-Read Book Club in Finnis</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Selkolukupiirissä luemme suomenkielisiä selkokirjoja ja kokoonnumme keskustelemaan luetuista kirjoista.",
                "sv": " Läsgrupp på lättförståelig finska",
                "en": " Easy-to-Read Book Club in Finnis"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplxe5zam/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agplxe5zom",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplxe52wy/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385112,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-06-12T10:42:48.413672Z",
                    "last_modified_time": "2026-06-12T10:42:48.413685Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/3a6a4178-a496-4c74-97e8-0ad5090d7eca.png",
                    "name": "",
                    "cropping": "0,60,960,1020",
                    "photographer_name": "Espoon kaupungin kuvituskuva",
                    "alt_text": "kuvituskuva henkilöstä lukemassa kirjastossa",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385112/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-12T10:45:15.297254Z",
            "last_modified_time": "2026-08-14T06:10:22.385087Z",
            "date_published": null,
            "start_time": "2026-10-06T13:30:00Z",
            "end_time": "2026-10-06T15:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Ryhmätyötila Aisti "
            },
            "provider": null,
            "name": {
                "fi": " Selkolukupiiri",
                "sv": " Läsgrupp på lättförståelig finska",
                "en": " Easy-to-Read Book Club in Finnis"
            },
            "description": {
                "fi": "Selkolukupiiri<p><strong>Entressen kirjasto - Ryhmätyötila Aisti</strong></p><p><strong>Tiistaisin 8.9. / 6.10. / 3.11. / 1.12. klo 16:30-18.00</strong></p><p>Selkolukupiirissä luemme suomenkielisiä selkokirjoja ja kokoonnumme keskustelemaan luetuista kirjoista.</p><p>Selkolukupiiri on avoin kaikille, mutta erityisen hyvin se sopii suomea opiskeleville maahanmuuttajille ja henkilöille, joilla on jokin lukemiseen liittyvä hidaste tai vaikeus.</p><ul><li><a href=\"https://helmet.finna.fi/Search/Results?lookfor=Poika+raidallisessa+pyjamassa&amp;type=AllFields\">8.9. Poika raidallisessa pyjamassa (Bazar, 2025, 108 s.)</a></li><li><a href=\"https://helmet.finna.fi/Record/helmet.2451067?sid=5464989962\">6.10. Niin metsä vastaa : novelleja (Avain, 2021, 106 s.)</a></li><li><a href=\"https://helmet.finna.fi/Search/Results?lookfor=Frankenstein+oppian&amp;type=AllFields&amp;limit=20&amp;sort=relevance\">3.11. Frankenstein (Oppian, 2025, 62 s.)</a></li><li><a href=\"https://helmet.finna.fi/Record/helmet.2545811?sid=5464991822\">1.12. Valon pilkahduksia (Oppian, 2026, 104 s.)</a></li></ul><p>Järjestäjänä kirjasto</p><p><br></p><p>#HelloEspoo</p>",
                "sv": "<p>&nbsp;Läsgrupp på lättförståelig finska</p>",
                "en": "<p>&nbsp;Easy-to-Read Book Club in Finnis</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Selkolukupiirissä luemme suomenkielisiä selkokirjoja ja kokoonnumme keskustelemaan luetuista kirjoista.",
                "sv": " Läsgrupp på lättförståelig finska",
                "en": " Easy-to-Read Book Club in Finnis"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplxe5zom/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agplxe5z3m",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplxe52wy/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385112,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-06-12T10:42:48.413672Z",
                    "last_modified_time": "2026-06-12T10:42:48.413685Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/3a6a4178-a496-4c74-97e8-0ad5090d7eca.png",
                    "name": "",
                    "cropping": "0,60,960,1020",
                    "photographer_name": "Espoon kaupungin kuvituskuva",
                    "alt_text": "kuvituskuva henkilöstä lukemassa kirjastossa",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385112/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-12T10:45:15.419613Z",
            "last_modified_time": "2026-08-14T06:10:22.337918Z",
            "date_published": null,
            "start_time": "2026-11-03T14:30:00Z",
            "end_time": "2026-11-03T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Ryhmätyötila Aisti "
            },
            "provider": null,
            "name": {
                "fi": " Selkolukupiiri",
                "sv": " Läsgrupp på lättförståelig finska",
                "en": " Easy-to-Read Book Club in Finnis"
            },
            "description": {
                "fi": "Selkolukupiiri<p><strong>Entressen kirjasto - Ryhmätyötila Aisti</strong></p><p><strong>Tiistaisin 8.9. / 6.10. / 3.11. / 1.12. klo 16:30-18.00</strong></p><p>Selkolukupiirissä luemme suomenkielisiä selkokirjoja ja kokoonnumme keskustelemaan luetuista kirjoista.</p><p>Selkolukupiiri on avoin kaikille, mutta erityisen hyvin se sopii suomea opiskeleville maahanmuuttajille ja henkilöille, joilla on jokin lukemiseen liittyvä hidaste tai vaikeus.</p><ul><li><a href=\"https://helmet.finna.fi/Search/Results?lookfor=Poika+raidallisessa+pyjamassa&amp;type=AllFields\">8.9. Poika raidallisessa pyjamassa (Bazar, 2025, 108 s.)</a></li><li><a href=\"https://helmet.finna.fi/Record/helmet.2451067?sid=5464989962\">6.10. Niin metsä vastaa : novelleja (Avain, 2021, 106 s.)</a></li><li><a href=\"https://helmet.finna.fi/Search/Results?lookfor=Frankenstein+oppian&amp;type=AllFields&amp;limit=20&amp;sort=relevance\">3.11. Frankenstein (Oppian, 2025, 62 s.)</a></li><li><a href=\"https://helmet.finna.fi/Record/helmet.2545811?sid=5464991822\">1.12. Valon pilkahduksia (Oppian, 2026, 104 s.)</a></li></ul><p>Järjestäjänä kirjasto</p><p><br></p><p>#HelloEspoo</p>",
                "sv": "<p>&nbsp;Läsgrupp på lättförståelig finska</p>",
                "en": "<p>&nbsp;Easy-to-Read Book Club in Finnis</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Selkolukupiirissä luemme suomenkielisiä selkokirjoja ja kokoonnumme keskustelemaan luetuista kirjoista.",
                "sv": " Läsgrupp på lättförståelig finska",
                "en": " Easy-to-Read Book Club in Finnis"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplxe5z3m/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agplxe52ju",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11406/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplxe52wy/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385112,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-06-12T10:42:48.413672Z",
                    "last_modified_time": "2026-06-12T10:42:48.413685Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/3a6a4178-a496-4c74-97e8-0ad5090d7eca.png",
                    "name": "",
                    "cropping": "0,60,960,1020",
                    "photographer_name": "Espoon kaupungin kuvituskuva",
                    "alt_text": "kuvituskuva henkilöstä lukemassa kirjastossa",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385112/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-12T10:45:15.516633Z",
            "last_modified_time": "2026-08-14T06:10:22.288342Z",
            "date_published": null,
            "start_time": "2026-12-01T14:30:00Z",
            "end_time": "2026-12-01T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Ryhmätyötila Aisti "
            },
            "provider": null,
            "name": {
                "fi": " Selkolukupiiri",
                "sv": " Läsgrupp på lättförståelig finska",
                "en": " Easy-to-Read Book Club in Finnis"
            },
            "description": {
                "fi": "Selkolukupiiri<p><strong>Entressen kirjasto - Ryhmätyötila Aisti</strong></p><p><strong>Tiistaisin 8.9. / 6.10. / 3.11. / 1.12. klo 16:30-18.00</strong></p><p>Selkolukupiirissä luemme suomenkielisiä selkokirjoja ja kokoonnumme keskustelemaan luetuista kirjoista.</p><p>Selkolukupiiri on avoin kaikille, mutta erityisen hyvin se sopii suomea opiskeleville maahanmuuttajille ja henkilöille, joilla on jokin lukemiseen liittyvä hidaste tai vaikeus.</p><ul><li><a href=\"https://helmet.finna.fi/Search/Results?lookfor=Poika+raidallisessa+pyjamassa&amp;type=AllFields\">8.9. Poika raidallisessa pyjamassa (Bazar, 2025, 108 s.)</a></li><li><a href=\"https://helmet.finna.fi/Record/helmet.2451067?sid=5464989962\">6.10. Niin metsä vastaa : novelleja (Avain, 2021, 106 s.)</a></li><li><a href=\"https://helmet.finna.fi/Search/Results?lookfor=Frankenstein+oppian&amp;type=AllFields&amp;limit=20&amp;sort=relevance\">3.11. Frankenstein (Oppian, 2025, 62 s.)</a></li><li><a href=\"https://helmet.finna.fi/Record/helmet.2545811?sid=5464991822\">1.12. Valon pilkahduksia (Oppian, 2026, 104 s.)</a></li></ul><p>Järjestäjänä kirjasto</p><p><br></p><p>#HelloEspoo</p>",
                "sv": "<p>&nbsp;Läsgrupp på lättförståelig finska</p>",
                "en": "<p>&nbsp;Easy-to-Read Book Club in Finnis</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Selkolukupiirissä luemme suomenkielisiä selkokirjoja ja kokoonnumme keskustelemaan luetuista kirjoista.",
                "sv": " Läsgrupp på lättförståelig finska",
                "en": " Easy-to-Read Book Club in Finnis"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agplxe52ju/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "lippupiste:21462308",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:9340/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1278/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:serie-4113324/?format=api"
            },
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": {
                        "fi": "Tarkista hinta lippupalvelusta"
                    },
                    "price": null,
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/birds-of-paradise-helsingin-kaupunginteatteri-studio-pasila-21462308/?affiliate=ADV&language=fi",
                        "sv": "https://www.lippu.fi/event/birds-of-paradise-helsingin-kaupunginteatteri-studio-pasila-21462308/?affiliate=ADV&language=sv",
                        "en": "https://www.lippu.fi/event/birds-of-paradise-helsingin-kaupunginteatteri-studio-pasila-21462308/?affiliate=ADV&language=en"
                    }
                }
            ],
            "data_source": "lippupiste",
            "publisher": "ytj:1789232-4",
            "sub_events": [],
            "images": [
                {
                    "id": 1646632,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-03-16T21:15:32.096046Z",
                    "last_modified_time": "2026-03-16T21:15:32.096061Z",
                    "url": "https://www.lippu.fi/obj/mam/finland/b2/76/bird-of-paradise-tickets_524214_4111198_222x222.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "lippupiste",
                    "publisher": "ytj:1789232-4",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1646632/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-03-16T21:15:33.302845Z",
            "last_modified_time": "2026-08-14T00:24:52.929017Z",
            "date_published": null,
            "start_time": "2026-08-13T15:30:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Studio Pasila"
            },
            "provider": {
                "fi": "Helsingin Kaupunginteatteri"
            },
            "name": {
                "en": "Birds Of Paradise"
            },
            "description": {
                "fi": "<p>Tiia Kasurinen<br><strong>BIRDS OF PARADISE</strong></p><p><strong>Tiia Kasurisen </strong>Birds of Paradise ammentaa paratiisilintujen soidintansseista, showpainista, rakkauslauluista ja kaipuusta. Koreografinen teos näyttää, miten sekä linnut että ihmiset rakentavat rituaaleja tullakseen huomatuksi, hyväksytyksi ja valituksi. Lopputuloksena on fyysinen ja leikittelevä esitys, joka tarkastelee valtaa, sukupuolirooleja sekä haavoittuvuutta.<br>Lintujen soidintanssien lisäksi Bird of Paradise inspiroituu ihmisen stereotyypillisestä maskuliinisuudesta: showpainista, kamppailulajeista, poikabändeistä, prinsseistä ja klubikulttuurista. Lavalla nähdään neljä utopistista paratiisilintua, joiden asut ovat pukusuunnittelija <strong>Leevi Ikäheimon </strong>hypermaskuliinisuutta tutkivasta No Pain No Glamour -mallistosta.</p><p>Birds of Paradise on Nykyesityksen näyttämön ohjelmistoa. Studio Pasilassa toimiva Nykyesityksen näyttämö tuo uusia esittävän taiteen muotoja osaksi Helsingin Kaupunginteatterin ohjelmistoa ja luo ainutlaatuisia kohtaamisia kiinteän ammattiteatterin ja vapaan kentän toimijoiden välille.</p><p>Birds of Paradise -teoksen varhainen versio herätti kansainvälistä kiinnostusta jo vuonna 2024, jolloin se valittiin Danse Élargie -koreografiakilpailun finaaliin Pariisissa – ensimmäisenä suomalaisteoksena kilpailun historiassa. Kasurinen valmistui Tukholman taideyliopistosta tanssitaiteen koulutusohjelmasta vuonna 2017. Hänen koreografioitaan on esitetty muun muassa Dance Basessa Yokohamassa Japanissa, One Dance -festivaalilla Bulgariassa. Inkonstissa Ruotsissa sekä Helsingin juhlaviikoilla ja Zodiak – Uuden tanssin keskuksessa. Kasurinen tutkailee teoksillaan identiteettiä, sukupuolta ja pop-kulttuuria. Internet ja sen erilaiset muodot ovat hänelle tärkeä inspiraation lähde.</p><p>Tukijat ja yhteistyökumppanit: Koneen säätiö, Suomen Kulttuurirahasto, Institut Finlandais, pARTir, Dansé Elargie, Zodiak - Uuden tanssin keskus / Loisto, Helsingin Kaupunginteatterin Nykyesityksen Näyttämö</p><p>Residenssit: Cité Internationale des Arts, Atelier De Paris, Saaren kartano, Helsingin Kaupunginteatterin Nykyesityksen näyttämö ö<br></p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tiia Kasurinen BIRDS OF PARADISE Tiia Kasurisen Birds of Paradise ammentaa paratiisilintujen soidintansseista, showpainista, rakkauslauluista ja kaipuusta."
            },
            "info_url": {
                "fi": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/birds-of-paradise-4113324/?affiliate=ADV&language=fi",
                "sv": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/birds-of-paradise-4113324/?affiliate=ADV&language=sv",
                "en": "https://www.lippu.fi/artist/helsingin-kaupunginteatteri/birds-of-paradise-4113324/?affiliate=ADV&language=en"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/lippupiste:21462308/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69024",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7265/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:48/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2201286,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-05-13T11:13:55.183910Z",
                    "last_modified_time": "2026-05-13T11:13:55.183925Z",
                    "url": "http://www.espanlava.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_786063.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2201286/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-05-13T11:13:55.091358Z",
            "last_modified_time": "2026-08-13T13:22:39.452602Z",
            "date_published": null,
            "start_time": "2026-08-20T17:00:00Z",
            "end_time": null,
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "Aizhan Sultan & Saku Liimatainen – Taiteiden yö Espan lavalla",
                "sv": "Aizhan Sultan & Saku Liimatainen – Konstens natt på Esplanadestraden",
                "en": "Aizhan Sultan & Saku Liimatainen – Taiteiden yö Espan lavalla"
            },
            "description": {
                "fi": "<p>Kaksi helsinkiläistä muusikkoa yhdistää voimansa kiehtovassa esityksessä, jossa kulttuurit, historiat ja äänimaailmat kohtaavat.</p><p><b>Huomaathan</b>, että konsertin ajankohta on siirtynyt tunnilla aiemmin ilmoitetusta: konsertti alkaa nyt klo 20.00.</p><p><b>Aizhan Sultanin</b> (Kazakstan) ja <b>Saku Liimataisen</b> (Suomi) yhteistyö luo elävän vuoropuhelun modernin suomalaisen ja kazakstanilaisen kansanmusiikin välille: ikiaikaiset perinteet kohtaavat nykyajan äänimaisemat.</p><p>Laulaja, lauluntekijä ja tutkija Aizhan Sultan käsittelee työssään vammaisuutta, identiteettiä ja postkolonialistista muistia. Äänellään, kazakstanilaisella terme-laululla, kurkkulaululla ja shanqobyzin aavemaisella soinnilla hän ottaa perinteiset äänet takaisin käyttöön sitkeyden ja vapautumisen välineinä.</p><p>Häntä täydentää Saku Liimatainen, live-elektroniikkamuusikko, pianisti ja säveltäjä, jonka teksturoidut äänimaisemat kietovat modernin suomalaisen ääniestetiikan Aizhanin nomadisiin juuriin. Hänen live-elektroniikkansa uudistaa kansanperinteitä ambient-kerrosten, rytmin ja improvisaation kautta – luoden tilan, jossa muinaiset äänet ja digitaalinen tulevaisuus elävät rinnakkain.</p><p>Yhdessä he luovat kulttuurienvälisen vuoropuhelun, joka käsittelee yhtä lailla historiaa ja identiteettiä sekä muutosta ja taiteellista vapautta. Tämä on esitys, jossa perintö kohtaa innovaation.</p>",
                "sv": "<p>Två Helsingforsmusiker förenar sina krafter i en fascinerande föreställning där kulturer, historier och ljudlandskap möts.</p><p><b>Observera</b> att konsertens starttid har flyttats fram en timme jämfört med vad vi tidigare meddelat och att den nu börjar kl. 20.00.</p><p>Samarbetet mellan <b>Aizhan Sultan</b> (Kazachstan) och <b>Saku Liimatainen</b> (Finland) skapar en levande dialog mellan modern finländsk och kazakstansk folkmusik: Uråldriga traditioner möter dagens ljudlandskap.</p><p>Sångaren, låtskrivaren och forskaren Aizhan Sultan behandlar funktionshinder, identitet och postkolonialt minne i sitt arbete. Han återerövrar traditionella ljud som instrument för ihärdighet och befrielse med sin röst, kazakstanska terme-sång, strupsång och det spöklika ljudet av shanqobyz.</p><p>Han får sällskap av Saku Liimatainen, en live-elektromusiker, pianist och kompositör vars texturerade ljudlandskap väver samman modern finländsk ljudestetik med Aizhans nomadiska rötter. Hans live-elektronik förnyar folktraditioner genom ambientskikt, rytm och improvisation – och skapar ett utrymme där forntida ljud och den digitala framtiden lever parallellt.</p><p>Tillsammans skapar artisterna en interkulturell dialog som handlar lika mycket om historia och identitet som om förändring och konstnärlig frihet. Det här är en föreställning där arv möter innovation.</p>",
                "en": "<p>Two Helsinki-based musicians join forces in a captivating performance that bridges cultures, histories, and sound worlds.</p><p><b>Please note</b> that the concert has been moved to begin at 20.00, an hour later than previously noted.</p><p>The collaboration between <b>Aizhan Sultan</b> (Kazakhstan) and <b>Saku Liimatainen</b> (Finland) creates a living dialogue between modern Finnish and Kazakh folk music. Ancient traditions meet contemporary soundscapes.</p><p>Aizhan Sultan, a singer, songwriter, and researcher, explores themes of disability, identity, and post-colonial memory. Through her voice, Kazakh terme, throat singing, and the haunting resonance of the shanqobyz, she reclaims traditional sounds as tools of resilience and emancipation.</p><p>Complementing her is Saku Liimatainen, a live electronic musician, pianist, and composer, whose textured soundscapes weave modern Finnish sonic aesthetics into Aizhan’s nomadic roots. His live electronics reimagine folk traditions through ambient layers, rhythm, and improvisation – creating a space where ancient voices and digital futures coexist.</p><p>Together, they craft an intercultural conversation that is as much about history and identity as it is about transformation and artistic freedom. This is a performance where heritage meets innovation.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Kaksi helsinkiläistä muusikkoa yhdistää voimansa kiehtovassa esityksessä, jossa kulttuurit, historiat ja äänimaailmat kohtaavat.",
                "sv": "Två Helsingforsmusiker förenar sina krafter i en fascinerande föreställning där kulturer, historier och ljudlandskap möts.",
                "en": "Two Helsinki-based musicians join forces in a captivating performance that bridges cultures, histories, and sound worlds."
            },
            "info_url": {
                "fi": "http://www.espanlava.fi/fi/tapahtumat/event/4C0806266FEACC2E76C6BAC748838CE7/Aizhan_Sultan_Saku_Liimatainen",
                "sv": "http://www.espanlava.fi/sv/evenemang/event/4C0806266FEACC2E76C6BAC748838CE7/Aizhan_Sultan_Saku_Liimatainen",
                "en": "http://www.espanlava.fi/en/events/event/4C0806266FEACC2E76C6BAC748838CE7/Aizhan_Sultan_Saku_Liimatainen"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69024/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp7whvcfm",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p556/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385794,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-13T11:15:10.456483Z",
                    "last_modified_time": "2026-08-13T11:15:10.456497Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/e03f5833-0f5c-467a-b37b-c7cd73e2765a.jpg",
                    "name": "",
                    "cropping": "212,0,833,620",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on tapahtuman tiedot ja siinä lukee englanniksi career reality &awareness ja siinä on tapahtumassa puhuvan Lidiia Salon kuva.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385794/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-13T11:30:04.475781Z",
            "last_modified_time": "2026-08-13T11:30:04.475797Z",
            "date_published": null,
            "start_time": "2026-08-30T10:30:00Z",
            "end_time": "2026-08-30T14:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Salonki",
                "en": "Salonki"
            },
            "provider": {
                "fi": "Finpolar Nuoriso Yhdistys Ry",
                "en": "Finpolar Nuoriso Yhdistys Ry"
            },
            "name": {
                "fi": "CareerCraft – Career Reality & Awareness- englanninkielinen seminaari",
                "en": "CareerCraft – Career Reality & Awareness"
            },
            "description": {
                "fi": "<p>CareerCraft – Career Reality &amp; Awareness on ilmainen interaktiivinen seminaari yliopisto-opiskelijoille ja nuorille aikuisille (18–29), erityisesti kansainvälisille opiskelijoille ja niille, jotka ovat aloittamassa uraansa Suomessa. Tervetuloa!</p><p>Tapahtuma on englanninkielinen. </p>",
                "en": "<p>CareerCraft – Career Reality &amp; Awareness is a free interactive seminar for university students and young adults (18–29), especially for international students and those beginning their careers in Finland.</p><p><br></p><p><strong>Program:</strong></p><ul><li><strong>13:30 - Doors open</strong></li><li><strong>14:00 - Opening - The pieces of the puzzle </strong>( A short intro to the 6-month journey, interactive q&amp;a and a quick \"meet your neighbour\" icebreaker.)</li><li><strong>14:30 Fails &amp; Wins - with Lidiia Salo</strong> (A young professional who made it to Helsinki shares her biggest failures- and the lessons that turned them into wins. Interactive talk, not a lecture. Followed by a short break.)</li><li><strong>15:45 Workshop- Expectation vs. Reality Matrix </strong>(In small groups, map your assumptions about job hunting, interviews, networking and Finnish work culture-then run them through the reality filter with our guests &amp; facilitators)</li><li><strong>16:45 Reflection Circle and Networking</strong> (Leave one fear or bias behind-say it in one word. Then stay for free-form networking before the event closes at 17:30)</li></ul>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Welcome to the CareerCraft- Career Reality & Awareness interactive seminar on Sunday 30.8. from 13:30 - 17:30.",
                "en": "Welcome to the CareerCraft- Career Reality & Awareness interactive seminar on Sunday 30.8. from 13:30 - 17:30."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp7whvcfm/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp7mxvpcm",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385698,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-05T10:20:51.407172Z",
                    "last_modified_time": "2026-08-05T10:20:51.407191Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/8108eb09-5ffe-4c8d-9898-14fddaed2371.jpg",
                    "name": "",
                    "cropping": "685,0,1235,550",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on kitara ja sateenkaari",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385698/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-12T13:19:51.360093Z",
            "last_modified_time": "2026-08-13T10:50:44.256700Z",
            "date_published": null,
            "start_time": "2026-08-28T09:00:00Z",
            "end_time": "2026-08-28T09:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Stage",
                "sv": "Stage",
                "en": "Stage"
            },
            "provider": {
                "fi": "Klassisen kitaran taitaja ja säveltäjä Yunjia Liu ",
                "sv": "Den professionella klassiska gitarristen och kompositören Yunjia Liu",
                "en": "Professional classical guitarist and composer Yunjia Liu"
            },
            "name": {
                "fi": "\"Rainbow\"-projekti: Klassisen kitaran konserttikiertue",
                "sv": "Projektet ”Rainbow”: Konsertturné med sologitarr",
                "en": "\"Rainbow\" Project: Solo Guitar Concert Tour"
            },
            "description": {
                "fi": "<p>Klassisen kitaran taitaja ja säveltäjä Yunjia Liu esittää \"Rainbow\"-projektin – ainutlaatuisen konserttisarjan, jonka tavoitteena on juhlistaa monimuotoisuutta ja syvää yhteiskunnallista osallisuutta.</p><p>Tämä 30-minuuttinen konserttimatka rakentaa musiikillisia mestariteoksia ja alkuperäissävellyksiä sateenkaaren seitsemän symbolisen värin ympärille. Ohjelmisto sisältää sekä klassisia teoksia että kantaesityksen teoksesta \"PUU\" (Tree) – sävellys, joka symboloi syvien juurten kasvattamista Suomeen.</p><p>Konsertit on suunniteltu kaikille avoimiksi ja saavutettaviksi, ja ne sisältävät yleisövuorovaikutusta sekä selostuksia, jotka voidaan esittää paikallisen yleisön tarpeen mukaan englanniksi, suomeksi, ruotsiksi, saksaksi tai kiinaksi. Nämä maksuttomat esitykset muuttavat kirjastot keskinäisen kunnioituksen ja yhteisöllisyyden tyyssijoiksi.</p><p>Digitaalinen julkaisu: Alkuperäisteos \"PUU\" julkaistaan suoratoistopalveluissa 28. elokuuta 2026.</p><p><br></p><p><strong>Tapahtumien aikataulu</strong></p><p>Kiertue vierailee viidessä espoolaisessa kirjastossa:</p><p><br></p><p><strong>Espoo-päivä, perjantai 28. elokuuta 2026</strong></p><p>12:00–12:30: Entressen kirjasto</p><p>14:00–14:30: Sellon kirjasto</p><p>16:00–16:30: Tapiolan kirjasto</p><p><br></p><p><strong>Lauantai 12. syyskuuta 2026</strong></p><p>13:00–13:30: Ison Omenan kirjasto</p><p>15:00–15:30: Lippulaivan kirjasto</p>",
                "sv": "<p>Den professionella klassiska gitarristen och kompositören Yunjia Liu presenterar projektet ”Rainbow”, en unik konsertserie som syftar till att hylla mångfald och djup samhällelig inkludering.</p><p><br></p><p>Denna 30-minuters långa musikaliska resa bygger upp musikaliska mästerverk och egna kompositioner kring regnbågens sju symboliska färger. Programmet innehåller både klassiska favoriter och världspremiären av ”PUU” (Träd) – ett stycke som symboliserar resan mot att slå djupa rötter i Finland – och erbjuder ett utrymme för gemenskap och reflektion.</p><p><br></p><p>Konserterna är utformade för att vara tillgängliga för alla, med interaktiva inslag och kommentarer anpassade efter den lokala publiken på engelska, finska, svenska, tyska eller kinesiska. Dessa kostnadsfria föreställningar förvandlar kommunala bibliotek till oaser av ömsesidig respekt och gemenskap.</p><p><br></p><p>Digital lansering: Det originella verket ”PUU” släpps på streamingplattformar den 28 augusti 2026.</p><p><br></p><p><strong>Evenemangsinformation och schema</strong></p><p>Turnén omfattar fem stora bibliotek i Esbo:</p><p><br></p><p><strong>Fredag den 28 augusti 2026 på Esbodagen:</strong></p><p>12:00–12:30: Entresse biblioteket</p><p>14:00–14:30: Sello biblioteket</p><p>16:00–16:30: Tapiola biblioteket</p><p><br></p><p><strong>Lördag den 12 september 2026:</strong></p><p>13:00–13:30: Iso Omena biblioteket</p><p>15:00–15:30: Lippulaiva biblioteket</p>",
                "en": "<p>Professional classical guitarist and composer Yunjia Liu presents the \"Rainbow\" Project, a unique series of concerts designed to celebrate diversity and deep societal inclusion.</p><p>This 30-minute performance journey structures musical masterworks and original compositions around the seven symbolic colors of the rainbow. Featuring both classical staples and the world premiere of \"PUU\" (Tree)—a piece symbolizing the journey of planting deep roots in Finland—this program offers a space for connection and reflection.</p><p>The concerts are designed to be accessible to everyone, with interactive elements and commentary tailored to local audiences in English, Finnish, Swedish, German, or Chinese. These free performances transform municipal libraries into sanctuaries of mutual respect and community cohesion.</p><p>Digital Launch: The original piece \"PUU\" will be released on streaming platforms on August 28, 2026.</p><p><br></p><p><strong>Event Details &amp; Schedule</strong></p><p>The tour spans five major Espoo libraries:</p><p><br></p><p><strong>Friday, August 28, 2026 on Espoo Day:</strong></p><p>12:00–12:30: Entresse Library</p><p>14:00–14:30: Sello Library</p><p>16:00–16:30: Tapiola Library</p><p><br></p><p><strong>Saturday, September 12, 2026:</strong></p><p>13:00–13:30: Iso Omena Library</p><p>15:00–15:30: Lippulaiva Library</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa klassisenkitaran konserttiin pe 28.8. klo 12!",
                "sv": "Välkommen till en konsert med klassisk gitarr fredagen den 28 augusti kl. 12!",
                "en": "Welcome to a classical guitar concert on Friday 28 August at 12 pm."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp7mxvpcm/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69430",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:32/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:33/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:351/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1278/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2625/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6529/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "20 / 7 €",
                        "sv": "20 / 7 €",
                        "en": "20 / 7 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/",
                        "sv": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/",
                        "en": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385191,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-16T12:13:41.889393Z",
                    "last_modified_time": "2026-06-16T12:13:41.889404Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_794269.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385191/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-16T12:13:41.796797Z",
            "last_modified_time": "2026-08-13T10:15:51.902371Z",
            "date_published": null,
            "start_time": "2026-08-30T12:00:00Z",
            "end_time": "2026-08-30T13:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "OLEMA",
                "sv": "OLEMA",
                "en": "OLEMA"
            },
            "description": {
                "fi": "<p>OLEMA on nykysirkusnäyttämöteos, joka tutkii ja tunnustelee ihmiskeskeisyyden purkamista ja yhteyden kokemista.</p><p>Teos pohjautuu tarinaan sukupuuttoon kuolleesta linnusta, jonka yksin jäänyt laulu päättyy hiljaisuuteen. Näyttämöllä akrobatia, tanssi, musiikki ja visuaalisuus kietoutuvat yhteen. Esitys kysyy, mitä menetysten jälkeen jää jäljelle ja voiko kadonnut silti näkyä kehossa, äänessä ja liikkeessä. <br> <br> ***<br> <br>Sirkus tarjoaa esityksen teemojen tutkimukselle ainutlaatuisen kontekstin: sen historia on kietoutunut ihmisen ja muunlajisten rajapintoihin; käärmenaisiin, pedonkesyttäjiin ja kehollisen epäinhimillistämisen perintöihin. <br> <br>Teoksen dramaturginen ydin kasvaa kauainkiharapyrstön sukupuuttotarinasta. Lintulajin viimeinen koiras jäi laulamaan yksin dueton puolikasta viimeisen naaraan kadottua hurrikaani Iwan mukana vuonna 1982. Esityksessä kuultavalla Cornellin yliopiston vuoden 1987 nauhoituksella lauluun avautuu yhä pidempiä hiljaisuuksia – paikkoja toiselle äänelle, joka ei enää vastaa.<br> <br>Näyttämöllä sirkustaiteilijat liikkuvat akrobatian, tanssin, tasapainoilun ja muunlajiseksi kurottavan kehollisuuden rajapinnoilla. Elektroakustinen musiikki tuo kuuluviin elämän sykkeen ja sukupuuton lopullisuuden. Pukusuunnittelijan työ tuo teokseen liikettä vasten asettuvia pintoja: kitkaa ja liukua, kiiltoa ja sameutta, olentojen ääriä. Valo- ja lavastussuunnittelija loihtii näyttämölle sisäisyydestä kumpuavan maailman, jossa muodot, liike, heijastukset, harhat ja materiat varjoineen ovat omia hahmojaan esityksen kudelmassa.<br> <br>Monitaiteelliset elementit kietoutuvat näyttämöllä yhteen kysymykseksi siitä, mitä menetyksistä jää jäljelle, ja voiko peruuttamattomasti loppunutta kantaa elävässä kehossa, katseessa, äänessä ja liikkeessä?<br> <br>  <br>Työryhmä:<br>Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Esiintyjät: Felicia Hedman, Ella Jaakkola, Aino Savolainen<br>Ohjaus ja dramaturgia: Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Nykysirkuskoreografia: Felicia Hedman, Aino Savolainen<br>Sävellys, musiikki ja äänisuunnittelu: Ella Jaakkola<br>Valosuunnittelu ja lavastus: Saana Volanen<br>Pukusuunnittelu: Riina Leea Nieminen<br>Materiaalitutkimus: Jenni Räsänen<br>Lavastuksen valmistus: Bea Tornberg, Saana Volanen<br>Pukujen valmistus: Jenni Räsänen, Riina Leea Nieminen<br>Taiteellinen tuki: Henna Kaikula, Anni Koskinen<br>Maskeerauskonsultaatio: Riikka Virtanen<br>Esityskuvat: Venla Helenius<br>Koollekutsujat: Ghia Lumia, Aino Savolainen<br>Taiteellinen esityö ja tuotanto: Ella Jaakkola, Ghia Lumia, Aino Savolainen<br>Markkinointi: Aino Savolainen</p><p>Tukijat: Koneen Säätiö, Taike (Taiteen edistämiskeskus), SKR (Suomen Kulttuurirahasto), Kulttuurikeskus Caisa, Cirko – Uuden sirkuksen keskus, CircusNext, La Grainerie, Subtopia, Soiva Metsä -festivaali, Tanssiteatteri Hurjaruuth, R.E.D. Arena Norway</p><p>Kiitokset: Stella Kanto, András Nádasi, Rasmus Strandell</p><p>Esityskieli: esitys ei sisällä puhetta <br>Ikäsuositus: 14-v. +   <br>Esityksen kesto: 60 min</p>",
                "sv": "<p>Poesikonferensen är ett seminarieliknande evenemang för poeter, författare, litteraturforskare och alla som är intresserade av poetiska frågor.</p><p>Konferensen är öppen för alla och en fortsättning på traditionen från Helsingfors poetikkonferens, som grundades för 20 år sedan som ett parallellarrangemang till Runokuu och som ordnades i olika former och många olika sammanhang under åren 2005–2012. Syftet med poesikonferensen är att upprätthålla en dialog mellan forskare, poeter, konstnärer från andra områden och publiken. Publiken uppmuntras att diskutera inte bara med föreläsarna utan också med varandra.</p><p>Talare på konferensen är <b>Jonis Hartman, A. V. Marraccini, Merima Dizdarević, Antti Salminen</b> och <b>Berta García Faet</b>. <br> <br> <br>Diskussionens språk: engelska och finska</p><p><u><a href=\"https://runokuu.fi/\">Läs mer om festivalen och programmet (sidan finns på finska och engelska)</u></a>.</p><p>OLEMA <br>OLEMA är en samtida cirkusföreställning som utforskar och undersöker nedmonteringen av antropocentrismen och upplevelsen av gemenskap.</p><p>Verket bygger på en berättelse om en utdöd fågel, vars ensamma sång tystnar. På scenen flätas akrobatik, dans, musik och scenografi samman. Föreställningen ställer frågan om vad som återstår efter förlusterna och om det förlorade ändå kan synas i kroppen, rösten och rörelserna.</p><p>Cirkusen erbjuder en unik kontext för att utforska föreställningens teman: dess historia är sammanslingrad med gränssnittet mellan människan och övriga arter; ormmänniskor, djurtämjare och arvet efter kroppslig dehumanisering.</p><p>Verkets dramaturgiska kärna växer fram ur berättelsen om utrotningen av kauai-oon. Den sista hanen av arten blev ensam kvar och sjöng sin halva av duetten efter att den sista honan försvann i samband med orkanen Iwan 1982. I en inspelning från Cornell University från 1987 som spelas upp i föreställningen uppstår allt längre tystnader i sången – pauser för en annan röst som inte längre svarar.</p><p>På scenen rör sig cirkusartisterna i gränslandet mellan akrobatik, dans och balanskonst samt kroppslighet som leker med uttryckskraften hos andra arter. Den elektroakustiska musiken som kompositören och musikern Ella Jaakkola framför på scenen ger uttryck för livets puls och utrotningens oåterkallelighet. Kostymdesignern  arbete tillför verket ytor som står i kontrast till rörelsen: friktion och glidning, glans och grumlighet, varelsernas ytterligheter. På scenen skapar ljusdesign och scenografi en värld som växer fram inifrån, där former, rörelser, reflektioner, illusioner och material med sina skuggor utgör egna karaktärer i föreställningens väv.</p><p>De tvärkonstnärliga elementen vävs samman på scenen till en enda fråga: Vad återstår av förlusterna, och kan det som oåterkalleligt har upphört att existera fortleva i den levande kroppen, blicken, rösten och rörelsen?</p><p>Föreställningens språk: föreställningen innehåller inget tal<br>Åldersrekommendation: 14 år och äldre<br>Föreställningens längd: 60 min.</p>",
                "en": "<p>OLEMA is a contemporary circus performance exploring and attuning itself to the experience of connection and the undoing of anthropocentrism.</p><p>The piece takes its inspiration from the story of an extinct bird, whose solitary song ends in silence. On the stage, acrobatics, dance, music and visual art meld together. The performance asks, what is left after a loss, and if what has been lost can still be found in the body, voice, and movement. <br> <br> ** <br>  <br>Circus offers a singular context for this inquiry: its history is entwined with the thresholds between the human and the more-than-human – from the serpent-like contortionists (käärmeihminen, ‘snake-human’ in Finnish), to beast tamers, and legacies of bodily dehumanisation. <br>  <br>The dramaturgical core of the work grows from the extinction story of the Kauaʻi ʻōʻō bird species. The last male of the species continued to sing its duet-form mating call even after the last female had disappeared in a hurricane in 1982. In the 1987 recording by the Cornell Lab of Ornithology, heard during the performance, ever-lengthening silences open within the song – spaces for another voice to enter, a voice that no longer answers. <br>  <br>On stage, the circus artists move at the thresholds of acrobatics, dance, balance, and a corporeality that reaches toward the more-than-human. The electroacoustic music brings forth the pulse of the living and the finality of extinction. The work of costume designer introduces surfaces that meet and resist movement: friction and glide, gloss and opacity, the edges of beings. Lighting and set design conjures a stage world in which the forms, movements, reflections, illusions, materials, and shadows of the surrounding world become figures in their own right within the weave of the performance. <br>  <br>The multidisciplinary elements intertwine on stage into a question: what remains after loss, and can that which has irreversibly ended be carried in a living body, gaze, voice, and movement? <br>  <br> Working group:<br>Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen</p><p>Performers: Felicia Hedman, Ella Jaakkola, Aino Savolainen<br>Direction and dramaturgy: Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Contemporary circus choreography: Felicia Hedman, Aino Savolainen<br>Composition, music and sound design: Ella Jaakkola<br>Lighting design and scenography: Saana Volanen<br>Costume design: Riina Leea Nieminen<br>Material research: Jenni Räsänen</p><p>Execution of set: Bea Tornberg, Saana Volanen<br>Costume making: Jenni Räsänen, Riina Leea Nieminen<br>Artistic support: Henna Kaikula, Anni Koskinen<br>Make up consultation: Riikka Virtanen<br>Photography of performance: Venla Helenius</p><p>Conveners: Ghia Lumia, Aino Savolainen<br>Artistic development and production: Ella Jaakkola, Ghia Lumia, Aino Savolainen<br>Marketing: Aino Savolainen</p><p>In support: Kone Foundation, Arts Promotion Centre Finland (Taike), Finnish Cultural Foundation (SKR), Cultural Centre Caisa, CircusNext, La Grainerie, Cirko – Center for New Circus, Subtopia, Dance Theatre Hurjaruuth, Soiva Metsä Festival, R.E.D. Arena Norway<br>Special thanks: Stella Kanto, András Nádasi, Rasmus Strandell</p><p>Performance language: wordless; non-language-specific <br>Age recommendation: 14 years old and up <br>Performance duration: 60 min</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "OLEMA on nykysirkusnäyttämöteos, joka tutkii ja tunnustelee ihmiskeskeisyyden purkamista ja yhteyden kokemista.",
                "sv": "Poesikonferensen är ett seminarieliknande evenemang för poeter, författare, litteraturforskare och alla som är intresserade av poetiska frågor.",
                "en": "OLEMA is a contemporary circus performance exploring and attuning itself to the experience of connection and the undoing of anthropocentrism."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/D5595565EA9D9BBCB1A05CAF8C3B5F6E/OLEMA",
                "sv": "http://www.caisa.fi/sv/evenemang/event/D5595565EA9D9BBCB1A05CAF8C3B5F6E/OLEMA",
                "en": "http://www.caisa.fi/en/events/event/D5595565EA9D9BBCB1A05CAF8C3B5F6E/OLEMA"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69430/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69429",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:32/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:33/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:351/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1278/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2625/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6529/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "20 / 7 €",
                        "sv": "20 / 7 €",
                        "en": "20 / 7 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/",
                        "sv": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/",
                        "en": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385190,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-16T12:13:26.817692Z",
                    "last_modified_time": "2026-06-16T12:13:26.817703Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_794268.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385190/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-16T12:13:26.713870Z",
            "last_modified_time": "2026-08-13T10:15:51.492970Z",
            "date_published": null,
            "start_time": "2026-08-29T15:00:00Z",
            "end_time": "2026-08-29T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "OLEMA",
                "sv": "OLEMA",
                "en": "OLEMA"
            },
            "description": {
                "fi": "<p>OLEMA on nykysirkusnäyttämöteos, joka tutkii ja tunnustelee ihmiskeskeisyyden purkamista ja yhteyden kokemista.</p><p>Teos pohjautuu tarinaan sukupuuttoon kuolleesta linnusta, jonka yksin jäänyt laulu päättyy hiljaisuuteen. Näyttämöllä akrobatia, tanssi, musiikki ja visuaalisuus kietoutuvat yhteen. Esitys kysyy, mitä menetysten jälkeen jää jäljelle ja voiko kadonnut silti näkyä kehossa, äänessä ja liikkeessä. <br> <br> ***<br> <br>Sirkus tarjoaa esityksen teemojen tutkimukselle ainutlaatuisen kontekstin: sen historia on kietoutunut ihmisen ja muunlajisten rajapintoihin; käärmenaisiin, pedonkesyttäjiin ja kehollisen epäinhimillistämisen perintöihin. <br> <br>Teoksen dramaturginen ydin kasvaa kauainkiharapyrstön sukupuuttotarinasta. Lintulajin viimeinen koiras jäi laulamaan yksin dueton puolikasta viimeisen naaraan kadottua hurrikaani Iwan mukana vuonna 1982. Esityksessä kuultavalla Cornellin yliopiston vuoden 1987 nauhoituksella lauluun avautuu yhä pidempiä hiljaisuuksia – paikkoja toiselle äänelle, joka ei enää vastaa.<br> <br>Näyttämöllä sirkustaiteilijat liikkuvat akrobatian, tanssin, tasapainoilun ja muunlajiseksi kurottavan kehollisuuden rajapinnoilla. Elektroakustinen musiikki tuo kuuluviin elämän sykkeen ja sukupuuton lopullisuuden. Pukusuunnittelijan työ tuo teokseen liikettä vasten asettuvia pintoja: kitkaa ja liukua, kiiltoa ja sameutta, olentojen ääriä. Valo- ja lavastussuunnittelija loihtii näyttämölle sisäisyydestä kumpuavan maailman, jossa muodot, liike, heijastukset, harhat ja materiat varjoineen ovat omia hahmojaan esityksen kudelmassa.<br> <br>Monitaiteelliset elementit kietoutuvat näyttämöllä yhteen kysymykseksi siitä, mitä menetyksistä jää jäljelle, ja voiko peruuttamattomasti loppunutta kantaa elävässä kehossa, katseessa, äänessä ja liikkeessä?<br> <br>  <br>Työryhmä:<br>Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Esiintyjät: Felicia Hedman, Ella Jaakkola, Aino Savolainen<br>Ohjaus ja dramaturgia: Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Nykysirkuskoreografia: Felicia Hedman, Aino Savolainen<br>Sävellys, musiikki ja äänisuunnittelu: Ella Jaakkola<br>Valosuunnittelu ja lavastus: Saana Volanen<br>Pukusuunnittelu: Riina Leea Nieminen<br>Materiaalitutkimus: Jenni Räsänen<br>Lavastuksen valmistus: Bea Tornberg, Saana Volanen<br>Pukujen valmistus: Jenni Räsänen, Riina Leea Nieminen<br>Taiteellinen tuki: Henna Kaikula, Anni Koskinen<br>Maskeerauskonsultaatio: Riikka Virtanen<br>Esityskuvat: Venla Helenius<br>Koollekutsujat: Ghia Lumia, Aino Savolainen<br>Taiteellinen esityö ja tuotanto: Ella Jaakkola, Ghia Lumia, Aino Savolainen<br>Markkinointi: Aino Savolainen</p><p>Tukijat: Koneen Säätiö, Taike (Taiteen edistämiskeskus), SKR (Suomen Kulttuurirahasto), Kulttuurikeskus Caisa, Cirko – Uuden sirkuksen keskus, CircusNext, La Grainerie, Subtopia, Soiva Metsä -festivaali, Tanssiteatteri Hurjaruuth, R.E.D. Arena Norway</p><p>Kiitokset: Stella Kanto, András Nádasi, Rasmus Strandell</p><p>Esityskieli: esitys ei sisällä puhetta <br>Ikäsuositus: 14-v. +   <br>Esityksen kesto: 60 min</p>",
                "sv": "<p>Poesikonferensen är ett seminarieliknande evenemang för poeter, författare, litteraturforskare och alla som är intresserade av poetiska frågor.</p><p>Konferensen är öppen för alla och en fortsättning på traditionen från Helsingfors poetikkonferens, som grundades för 20 år sedan som ett parallellarrangemang till Runokuu och som ordnades i olika former och många olika sammanhang under åren 2005–2012. Syftet med poesikonferensen är att upprätthålla en dialog mellan forskare, poeter, konstnärer från andra områden och publiken. Publiken uppmuntras att diskutera inte bara med föreläsarna utan också med varandra.</p><p>Talare på konferensen är <b>Jonis Hartman, A. V. Marraccini, Merima Dizdarević, Antti Salminen</b> och <b>Berta García Faet</b>. <br> <br> <br>Diskussionens språk: engelska och finska</p><p><u><a href=\"https://runokuu.fi/\">Läs mer om festivalen och programmet (sidan finns på finska och engelska)</u></a>.</p><p>OLEMA <br>OLEMA är en samtida cirkusföreställning som utforskar och undersöker nedmonteringen av antropocentrismen och upplevelsen av gemenskap.</p><p>Verket bygger på en berättelse om en utdöd fågel, vars ensamma sång tystnar. På scenen flätas akrobatik, dans, musik och scenografi samman. Föreställningen ställer frågan om vad som återstår efter förlusterna och om det förlorade ändå kan synas i kroppen, rösten och rörelserna.</p><p>Cirkusen erbjuder en unik kontext för att utforska föreställningens teman: dess historia är sammanslingrad med gränssnittet mellan människan och övriga arter; ormmänniskor, djurtämjare och arvet efter kroppslig dehumanisering.</p><p>Verkets dramaturgiska kärna växer fram ur berättelsen om utrotningen av kauai-oon. Den sista hanen av arten blev ensam kvar och sjöng sin halva av duetten efter att den sista honan försvann i samband med orkanen Iwan 1982. I en inspelning från Cornell University från 1987 som spelas upp i föreställningen uppstår allt längre tystnader i sången – pauser för en annan röst som inte längre svarar.</p><p>På scenen rör sig cirkusartisterna i gränslandet mellan akrobatik, dans och balanskonst samt kroppslighet som leker med uttryckskraften hos andra arter. Den elektroakustiska musiken som kompositören och musikern Ella Jaakkola framför på scenen ger uttryck för livets puls och utrotningens oåterkallelighet. Kostymdesignern  arbete tillför verket ytor som står i kontrast till rörelsen: friktion och glidning, glans och grumlighet, varelsernas ytterligheter. På scenen skapar ljusdesign och scenografi en värld som växer fram inifrån, där former, rörelser, reflektioner, illusioner och material med sina skuggor utgör egna karaktärer i föreställningens väv.</p><p>De tvärkonstnärliga elementen vävs samman på scenen till en enda fråga: Vad återstår av förlusterna, och kan det som oåterkalleligt har upphört att existera fortleva i den levande kroppen, blicken, rösten och rörelsen?</p><p>Föreställningens språk: föreställningen innehåller inget tal<br>Åldersrekommendation: 14 år och äldre<br>Föreställningens längd: 60 min.</p>",
                "en": "<p>OLEMA is a contemporary circus performance exploring and attuning itself to the experience of connection and the undoing of anthropocentrism.</p><p>The piece takes its inspiration from the story of an extinct bird, whose solitary song ends in silence. On the stage, acrobatics, dance, music and visual art meld together. The performance asks, what is left after a loss, and if what has been lost can still be found in the body, voice, and movement. <br> <br> ** <br>  <br>Circus offers a singular context for this inquiry: its history is entwined with the thresholds between the human and the more-than-human – from the serpent-like contortionists (käärmeihminen, ‘snake-human’ in Finnish), to beast tamers, and legacies of bodily dehumanisation. <br>  <br>The dramaturgical core of the work grows from the extinction story of the Kauaʻi ʻōʻō bird species. The last male of the species continued to sing its duet-form mating call even after the last female had disappeared in a hurricane in 1982. In the 1987 recording by the Cornell Lab of Ornithology, heard during the performance, ever-lengthening silences open within the song – spaces for another voice to enter, a voice that no longer answers. <br>  <br>On stage, the circus artists move at the thresholds of acrobatics, dance, balance, and a corporeality that reaches toward the more-than-human. The electroacoustic music brings forth the pulse of the living and the finality of extinction. The work of costume designer introduces surfaces that meet and resist movement: friction and glide, gloss and opacity, the edges of beings. Lighting and set design conjures a stage world in which the forms, movements, reflections, illusions, materials, and shadows of the surrounding world become figures in their own right within the weave of the performance. <br>  <br>The multidisciplinary elements intertwine on stage into a question: what remains after loss, and can that which has irreversibly ended be carried in a living body, gaze, voice, and movement? <br>  <br> Working group:<br>Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen</p><p>Performers: Felicia Hedman, Ella Jaakkola, Aino Savolainen<br>Direction and dramaturgy: Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Contemporary circus choreography: Felicia Hedman, Aino Savolainen<br>Composition, music and sound design: Ella Jaakkola<br>Lighting design and scenography: Saana Volanen<br>Costume design: Riina Leea Nieminen<br>Material research: Jenni Räsänen</p><p>Execution of set: Bea Tornberg, Saana Volanen<br>Costume making: Jenni Räsänen, Riina Leea Nieminen<br>Artistic support: Henna Kaikula, Anni Koskinen<br>Make up consultation: Riikka Virtanen<br>Photography of performance: Venla Helenius</p><p>Conveners: Ghia Lumia, Aino Savolainen<br>Artistic development and production: Ella Jaakkola, Ghia Lumia, Aino Savolainen<br>Marketing: Aino Savolainen</p><p>In support: Kone Foundation, Arts Promotion Centre Finland (Taike), Finnish Cultural Foundation (SKR), Cultural Centre Caisa, CircusNext, La Grainerie, Cirko – Center for New Circus, Subtopia, Dance Theatre Hurjaruuth, Soiva Metsä Festival, R.E.D. Arena Norway<br>Special thanks: Stella Kanto, András Nádasi, Rasmus Strandell</p><p>Performance language: wordless; non-language-specific <br>Age recommendation: 14 years old and up <br>Performance duration: 60 min</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "OLEMA on nykysirkusnäyttämöteos, joka tutkii ja tunnustelee ihmiskeskeisyyden purkamista ja yhteyden kokemista.",
                "sv": "Poesikonferensen är ett seminarieliknande evenemang för poeter, författare, litteraturforskare och alla som är intresserade av poetiska frågor.",
                "en": "OLEMA is a contemporary circus performance exploring and attuning itself to the experience of connection and the undoing of anthropocentrism."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/D5DA1DC7B99277385CB6B0A672F1C310/OLEMA",
                "sv": "http://www.caisa.fi/sv/evenemang/event/D5DA1DC7B99277385CB6B0A672F1C310/OLEMA",
                "en": "http://www.caisa.fi/en/events/event/D5DA1DC7B99277385CB6B0A672F1C310/OLEMA"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69429/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69428",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:32/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:33/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:351/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1278/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2625/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6529/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "20 / 7 €",
                        "sv": "20 / 7 €",
                        "en": "20 / 7 €"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/",
                        "sv": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/",
                        "en": "https://www.lippu.fi/artist/kulttuurikeskus-caisa/olema-nykysirkusesitys-4182233/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385189,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-16T12:13:26.032266Z",
                    "last_modified_time": "2026-06-16T12:13:26.032277Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_794267.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385189/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-16T12:13:25.925737Z",
            "last_modified_time": "2026-08-13T10:15:50.706069Z",
            "date_published": null,
            "start_time": "2026-08-28T16:00:00Z",
            "end_time": "2026-08-28T17:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": null,
            "name": {
                "fi": "OLEMA",
                "sv": "OLEMA",
                "en": "OLEMA"
            },
            "description": {
                "fi": "<p>OLEMA on nykysirkusnäyttämöteos, joka tutkii ja tunnustelee ihmiskeskeisyyden purkamista ja yhteyden kokemista.</p><p>Teos pohjautuu tarinaan sukupuuttoon kuolleesta linnusta, jonka yksin jäänyt laulu päättyy hiljaisuuteen. Näyttämöllä akrobatia, tanssi, musiikki ja visuaalisuus kietoutuvat yhteen. Esitys kysyy, mitä menetysten jälkeen jää jäljelle ja voiko kadonnut silti näkyä kehossa, äänessä ja liikkeessä. <br> <br> ***<br> <br>Sirkus tarjoaa esityksen teemojen tutkimukselle ainutlaatuisen kontekstin: sen historia on kietoutunut ihmisen ja muunlajisten rajapintoihin; käärmenaisiin, pedonkesyttäjiin ja kehollisen epäinhimillistämisen perintöihin. <br> <br>Teoksen dramaturginen ydin kasvaa kauainkiharapyrstön sukupuuttotarinasta. Lintulajin viimeinen koiras jäi laulamaan yksin dueton puolikasta viimeisen naaraan kadottua hurrikaani Iwan mukana vuonna 1982. Esityksessä kuultavalla Cornellin yliopiston vuoden 1987 nauhoituksella lauluun avautuu yhä pidempiä hiljaisuuksia – paikkoja toiselle äänelle, joka ei enää vastaa.<br> <br>Näyttämöllä sirkustaiteilijat liikkuvat akrobatian, tanssin, tasapainoilun ja muunlajiseksi kurottavan kehollisuuden rajapinnoilla. Elektroakustinen musiikki tuo kuuluviin elämän sykkeen ja sukupuuton lopullisuuden. Pukusuunnittelijan työ tuo teokseen liikettä vasten asettuvia pintoja: kitkaa ja liukua, kiiltoa ja sameutta, olentojen ääriä. Valo- ja lavastussuunnittelija loihtii näyttämölle sisäisyydestä kumpuavan maailman, jossa muodot, liike, heijastukset, harhat ja materiat varjoineen ovat omia hahmojaan esityksen kudelmassa.<br> <br>Monitaiteelliset elementit kietoutuvat näyttämöllä yhteen kysymykseksi siitä, mitä menetyksistä jää jäljelle, ja voiko peruuttamattomasti loppunutta kantaa elävässä kehossa, katseessa, äänessä ja liikkeessä?<br> <br>  <br>Työryhmä:<br>Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Esiintyjät: Felicia Hedman, Ella Jaakkola, Aino Savolainen<br>Ohjaus ja dramaturgia: Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Nykysirkuskoreografia: Felicia Hedman, Aino Savolainen<br>Sävellys, musiikki ja äänisuunnittelu: Ella Jaakkola<br>Valosuunnittelu ja lavastus: Saana Volanen<br>Pukusuunnittelu: Riina Leea Nieminen<br>Materiaalitutkimus: Jenni Räsänen<br>Lavastuksen valmistus: Bea Tornberg, Saana Volanen<br>Pukujen valmistus: Jenni Räsänen, Riina Leea Nieminen<br>Taiteellinen tuki: Henna Kaikula, Anni Koskinen<br>Maskeerauskonsultaatio: Riikka Virtanen<br>Esityskuvat: Venla Helenius<br>Koollekutsujat: Ghia Lumia, Aino Savolainen<br>Taiteellinen esityö ja tuotanto: Ella Jaakkola, Ghia Lumia, Aino Savolainen<br>Markkinointi: Aino Savolainen</p><p>Tukijat: Koneen Säätiö, Taike (Taiteen edistämiskeskus), SKR (Suomen Kulttuurirahasto), Kulttuurikeskus Caisa, Cirko – Uuden sirkuksen keskus, CircusNext, La Grainerie, Subtopia, Soiva Metsä -festivaali, Tanssiteatteri Hurjaruuth, R.E.D. Arena Norway</p><p>Kiitokset: Stella Kanto, András Nádasi, Rasmus Strandell</p><p>Esityskieli: esitys ei sisällä puhetta <br>Ikäsuositus: 14-v. +   <br>Esityksen kesto: 60 min</p>",
                "sv": "<p>Poesikonferensen är ett seminarieliknande evenemang för poeter, författare, litteraturforskare och alla som är intresserade av poetiska frågor.</p><p>Konferensen är öppen för alla och en fortsättning på traditionen från Helsingfors poetikkonferens, som grundades för 20 år sedan som ett parallellarrangemang till Runokuu och som ordnades i olika former och många olika sammanhang under åren 2005–2012. Syftet med poesikonferensen är att upprätthålla en dialog mellan forskare, poeter, konstnärer från andra områden och publiken. Publiken uppmuntras att diskutera inte bara med föreläsarna utan också med varandra.</p><p>Talare på konferensen är <b>Jonis Hartman, A. V. Marraccini, Merima Dizdarević, Antti Salminen</b> och <b>Berta García Faet</b>. <br> <br> <br>Diskussionens språk: engelska och finska</p><p><u><a href=\"https://runokuu.fi/\">Läs mer om festivalen och programmet (sidan finns på finska och engelska)</u></a>.</p><p>OLEMA <br>OLEMA är en samtida cirkusföreställning som utforskar och undersöker nedmonteringen av antropocentrismen och upplevelsen av gemenskap.</p><p>Verket bygger på en berättelse om en utdöd fågel, vars ensamma sång tystnar. På scenen flätas akrobatik, dans, musik och scenografi samman. Föreställningen ställer frågan om vad som återstår efter förlusterna och om det förlorade ändå kan synas i kroppen, rösten och rörelserna.</p><p>Cirkusen erbjuder en unik kontext för att utforska föreställningens teman: dess historia är sammanslingrad med gränssnittet mellan människan och övriga arter; ormmänniskor, djurtämjare och arvet efter kroppslig dehumanisering.</p><p>Verkets dramaturgiska kärna växer fram ur berättelsen om utrotningen av kauai-oon. Den sista hanen av arten blev ensam kvar och sjöng sin halva av duetten efter att den sista honan försvann i samband med orkanen Iwan 1982. I en inspelning från Cornell University från 1987 som spelas upp i föreställningen uppstår allt längre tystnader i sången – pauser för en annan röst som inte längre svarar.</p><p>På scenen rör sig cirkusartisterna i gränslandet mellan akrobatik, dans och balanskonst samt kroppslighet som leker med uttryckskraften hos andra arter. Den elektroakustiska musiken som kompositören och musikern Ella Jaakkola framför på scenen ger uttryck för livets puls och utrotningens oåterkallelighet. Kostymdesignern  arbete tillför verket ytor som står i kontrast till rörelsen: friktion och glidning, glans och grumlighet, varelsernas ytterligheter. På scenen skapar ljusdesign och scenografi en värld som växer fram inifrån, där former, rörelser, reflektioner, illusioner och material med sina skuggor utgör egna karaktärer i föreställningens väv.</p><p>De tvärkonstnärliga elementen vävs samman på scenen till en enda fråga: Vad återstår av förlusterna, och kan det som oåterkalleligt har upphört att existera fortleva i den levande kroppen, blicken, rösten och rörelsen?</p><p>Föreställningens språk: föreställningen innehåller inget tal<br>Åldersrekommendation: 14 år och äldre<br>Föreställningens längd: 60 min.</p>",
                "en": "<p>OLEMA is a contemporary circus performance exploring and attuning itself to the experience of connection and the undoing of anthropocentrism.</p><p>The piece takes its inspiration from the story of an extinct bird, whose solitary song ends in silence. On the stage, acrobatics, dance, music and visual art meld together. The performance asks, what is left after a loss, and if what has been lost can still be found in the body, voice, and movement. <br> <br> ** <br>  <br>Circus offers a singular context for this inquiry: its history is entwined with the thresholds between the human and the more-than-human – from the serpent-like contortionists (käärmeihminen, ‘snake-human’ in Finnish), to beast tamers, and legacies of bodily dehumanisation. <br>  <br>The dramaturgical core of the work grows from the extinction story of the Kauaʻi ʻōʻō bird species. The last male of the species continued to sing its duet-form mating call even after the last female had disappeared in a hurricane in 1982. In the 1987 recording by the Cornell Lab of Ornithology, heard during the performance, ever-lengthening silences open within the song – spaces for another voice to enter, a voice that no longer answers. <br>  <br>On stage, the circus artists move at the thresholds of acrobatics, dance, balance, and a corporeality that reaches toward the more-than-human. The electroacoustic music brings forth the pulse of the living and the finality of extinction. The work of costume designer introduces surfaces that meet and resist movement: friction and glide, gloss and opacity, the edges of beings. Lighting and set design conjures a stage world in which the forms, movements, reflections, illusions, materials, and shadows of the surrounding world become figures in their own right within the weave of the performance. <br>  <br>The multidisciplinary elements intertwine on stage into a question: what remains after loss, and can that which has irreversibly ended be carried in a living body, gaze, voice, and movement? <br>  <br> Working group:<br>Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen</p><p>Performers: Felicia Hedman, Ella Jaakkola, Aino Savolainen<br>Direction and dramaturgy: Felicia Hedman, Ella Jaakkola, Riina Leea Nieminen, Aino Savolainen, Saana Volanen<br>Contemporary circus choreography: Felicia Hedman, Aino Savolainen<br>Composition, music and sound design: Ella Jaakkola<br>Lighting design and scenography: Saana Volanen<br>Costume design: Riina Leea Nieminen<br>Material research: Jenni Räsänen</p><p>Execution of set: Bea Tornberg, Saana Volanen<br>Costume making: Jenni Räsänen, Riina Leea Nieminen<br>Artistic support: Henna Kaikula, Anni Koskinen<br>Make up consultation: Riikka Virtanen<br>Photography of performance: Venla Helenius</p><p>Conveners: Ghia Lumia, Aino Savolainen<br>Artistic development and production: Ella Jaakkola, Ghia Lumia, Aino Savolainen<br>Marketing: Aino Savolainen</p><p>In support: Kone Foundation, Arts Promotion Centre Finland (Taike), Finnish Cultural Foundation (SKR), Cultural Centre Caisa, CircusNext, La Grainerie, Cirko – Center for New Circus, Subtopia, Dance Theatre Hurjaruuth, Soiva Metsä Festival, R.E.D. Arena Norway<br>Special thanks: Stella Kanto, András Nádasi, Rasmus Strandell</p><p>Performance language: wordless; non-language-specific <br>Age recommendation: 14 years old and up <br>Performance duration: 60 min</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "OLEMA on nykysirkusnäyttämöteos, joka tutkii ja tunnustelee ihmiskeskeisyyden purkamista ja yhteyden kokemista.",
                "sv": "Poesikonferensen är ett seminarieliknande evenemang för poeter, författare, litteraturforskare och alla som är intresserade av poetiska frågor.",
                "en": "OLEMA is a contemporary circus performance exploring and attuning itself to the experience of connection and the undoing of anthropocentrism."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/4BE6944BD76CCB69E5CFC6EAAA6E8D64/OLEMA",
                "sv": "http://www.caisa.fi/sv/evenemang/event/4BE6944BD76CCB69E5CFC6EAAA6E8D64/OLEMA",
                "en": "http://www.caisa.fi/en/events/event/4BE6944BD76CCB69E5CFC6EAAA6E8D64/OLEMA"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69428/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp7uqh6ti",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:63115/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66fq/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66hi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p916/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 2385788,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-13T08:06:20.516322Z",
                    "last_modified_time": "2026-08-13T08:06:20.516340Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/d56d509d-4a02-4c3a-9665-568b3343c5e4.jpg",
                    "name": "",
                    "cropping": "420,0,1500,1080",
                    "photographer_name": "",
                    "alt_text": "Kuvassa lukee liikuntaneuvontakiertue kirjastoissa",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385788/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-13T08:06:37.801178Z",
            "last_modified_time": "2026-08-13T08:06:37.801195Z",
            "date_published": null,
            "start_time": "2026-08-25T10:00:00Z",
            "end_time": "2026-08-25T13:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Aula",
                "sv": "Aula",
                "en": "Aula"
            },
            "provider": {
                "fi": "Espoon liikuntapalvelut",
                "sv": "Espoon liikuntapalvelut",
                "en": "Espoon liikuntapalvelut"
            },
            "name": {
                "fi": "Liikuntaneuvonta kiertue",
                "sv": "Motionsrådgivningsturné ",
                "en": "Exercise counselling tour"
            },
            "description": {
                "fi": "<p>Tule juttelemaan omasta hyvinvoinnista ja saa vinkkejä liikkumiseen!</p>",
                "sv": "<p>Kom och prata om ditt välmående och få tips om att röra på dig.</p>",
                "en": "<p><br></p><p>Come and talk about your wellbeing and get tips on exercising!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa tapaamaan Espoon liikuntapalveluita kirjaston aulaan ti 25.8. klo 13-16.",
                "sv": "Kom och träffa Espos idrottsförvaltning i bibliotekets foajé tisdagen den 25 augusti kl. 13.00–16.00.",
                "en": "Come meet the Espoon liikuntapalvelut in the library lobby on Tuesday, August 25, from 1:00 p.m. to 4:00 p.m."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp7uqh6ti/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agp7l37dgq",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15417/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66oi/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:KOTO",
            "sub_events": [],
            "images": [
                {
                    "id": 1824154,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-04-01T06:34:01.167108Z",
                    "last_modified_time": "2026-04-01T06:34:01.167135Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/18a3036c-84c1-4815-b7fb-558bb97152c2.jpg",
                    "name": "Lastenmusiikkiorkesteri Svengaavat hirvet",
                    "cropping": "984,0,3517,2532",
                    "photographer_name": "Aleksi Tonteri",
                    "alt_text": "muusikot kuvassa",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1824154/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7av4/?format=api"
                }
            ],
            "created_time": "2026-08-12T11:37:04.409051Z",
            "last_modified_time": "2026-08-13T07:44:05.472010Z",
            "date_published": null,
            "start_time": "2026-12-08T08:30:00Z",
            "end_time": "2026-12-08T09:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "lava",
                "sv": "stage",
                "en": "stage"
            },
            "provider": null,
            "name": {
                "fi": "Lastenmusiikkiorkesteri Svengaavat hirvet jouluspesiaali ",
                "sv": "Barnmusikorkestern Svengaavat hirvet Julspektaklet",
                "en": "Children’s Music Orchestra Svengaavat hirvet Christmas Spectacular"
            },
            "description": {
                "fi": "<p>Lastenmusiikkiorkesteri Svengaavat hirvet soittavat jouluspesiaalikonsertin! Tästä konsertista ei puutu joulumieltä eikä iloista yhdessä tekemistä. Konsertissa lapset pääsevät itse osallistumaan laulamalla, tanssimalla ja soittamalla laulujen mukana kirjaston muusikoiden johdolla. Konsertin kesto on noin 30 minuuttia.</p><p><br></p><p>Elina Kulmala - laulu ja huilu</p><p>Sakari Heikka - laulu, kitara ja viulu</p><p>Timo Ylönen - laulu ja basso</p><p>Lauri Iljin - laulu, piano ja trumpetti</p><p><br></p><p>Alla konserttien päivämäärät ja kellonajat. Ilmoitathan yli 10 lapsen ryhmät webropol-lomakkeen kautta.<a href=\" https://link.webropol.com/s/svengaavathirvet\"> https://link.webropol.com/s/svengaavathirvet</a></p><p><br></p><p>Tervetuloa konserttiin</p><p><br></p><ul><li>Svengaavat hirvet Tapiolan kirjastossa 15.9. klo 10.30</li><li>Svengaavat hirvet Sellon kirjastossa 29.9. klo 10.30</li><li>Svengaavat hirvet Ison Omenan kirjastossa 20.10. klo 10.30</li><li>Svengaavat hirvet Lippulaivan kirjastossa 10.11 klo 10.30</li><li>Svengaavat hirvet Entressen kirjastossa 24.11. klo 10.30</li><li>Jouluspektaakkeli Svengaavat hirvet Sellon kirjastossa 8.12. klo 10.30</li></ul>",
                "sv": "<p>Barnmusikorkestern Svengaavat Hirvet bjuder på en julkonsert! Här saknas varken julstämning, glädje eller gemenskap. Barnen får själva vara med genom att sjunga, dansa och spela med i sångerna under ledning av bibliotekets musiker. Konserten räcker cirka 30 minuter.</p><p>Föreställningen är på finska.</p><p><br></p><p>Elina Kulmala – sång och flöjt</p><p>Sakari Heikka – sång, gitarr och violin</p><p>Timo Ylönen – sång och bas</p><p>Lauri Iljin – sång, piano och trumpet</p><p><br></p><p>Nedan hittar du konsertdatum och tider. Grupper med fler än 10 barn ombeds anmäla sig via Webropol-formuläret: <a href=\"https://link.webropol.com/s/svengaavathirvet\">https://link.webropol.com/s/svengaavathirvet</a></p><p><br></p><p>Välkommen till konserten!</p><ul><li>Svengaavat hirvet på Tapiola bibliotek 15.9 kl. 10.30</li><li>Svengaavat hirvet på Sello bibliotek 29.9 kl. 10.30</li><li>Svengaavat hirvet på Iso Omena bibliotek 20.10 kl. 10.30</li><li>Svengaavat hirvet på Lippulaiva bibliotek 10.11 kl. 10.30</li><li>Svengaavat hirvet på Entresse bibliotek 24.11 kl. 10.30</li><li>Julspektaklet Svengaavat hirvet på Sello bibliotek 8.12 kl. 10.30</li></ul>",
                "en": "<p>The children’s music orchestra Svengaavat Hirvet is putting on a special Christmas concert! This concert is full of Christmas spirit, joy and the fun of making music together. Children are invited to join in by singing, dancing and playing along with the songs, guided by the library’s musicians. The concert lasts approximately 30 minutes.</p><p>Performance in Finnish</p><p><br></p><p>Elina Kulmala – vocals and flute</p><p>Sakari Heikka – vocals, guitar and violin</p><p>Timo Ylönen – vocals and bass</p><p>Lauri Iljin – vocals, piano and trumpet</p><p><br></p><p>Below you will find the dates and times of the concerts. Groups of more than 10 children are kindly asked to register via the Webropol form: <a href=\"https://link.webropol.com/s/svengaavathirvet\">https://link.webropol.com/s/svengaavathirvet</a></p><p><br></p><p>Welcome to the concert!</p><ul><li>Svengaavat hirvet at Tapiola Library – 15 September at 10:30</li><li>Svengaavat hirvet at Sello Library – 29 September at 10:30</li><li>Svengaavat hirvet at Iso Omena Library – 20 October at 10:30</li><li>Svengaavat hirvet at Lippulaiva Library – 10 November at 10:30</li><li>Svengaavat hirvet at Entresse Library – 24 November at 10:30</li><li>Christmas Spectacular Svengaavat hirvet at Sello Library – 8 December at 10:30</li></ul>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Lastenmusiikkiorkesteri Svengaavat hirvet soittavat tuttuja lastenlauluja raikkaalla otteella.",
                "sv": "Barnmusikorkestern Svengaavat hirvet framför välkända barnsånger på ett fräscht och livfullt sätt. (Föreställningen är på finska.)",
                "en": "The children’s music orchestra Svengaavat hirvet performs well-known children’s songs with a fresh and lively approach. (Performance in Finnish) "
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agp7l37dgq/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpwu5s2ru",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpwu5s3j4/?format=api"
            },
            "event_status": "EventCancelled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:koha",
            "sub_events": [],
            "images": [
                {
                    "id": 151452,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2022-07-01T06:28:47.191453Z",
                    "last_modified_time": "2022-08-31T05:56:25.773787Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/Espoo-info_kuva_tunnuksella_CMYK.jpg",
                    "name": "",
                    "cropping": "194,0,1006,813",
                    "photographer_name": "",
                    "alt_text": "Kolme piirroshahmoa istuu pöydän ääressä koneella, kaksi seisoo tablettia katsoen.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/151452/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-16T09:50:04.504775Z",
            "last_modified_time": "2026-08-13T07:36:17.235882Z",
            "date_published": null,
            "start_time": "2026-08-13T10:30:00Z",
            "end_time": "2026-08-13T13:30:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Konsernihallinto"
            },
            "name": {
                "fi": "PERUTTU: Liikkuva Espoo-info Entressen kirjasto",
                "sv": "AVBRUTEN: Mobila Esbo-info Entressebiblioteket",
                "en": "CANCELLED: Mobile Espoo Info Entresse Library"
            },
            "description": {
                "fi": "<p>Espoo-infon palveluneuvojat tuovat digituen ja palveluneuvonnan lähemmäs sinua.</p><p>Espoo-info tarjoaa neuvontaa julkisten palveluiden ja Espoon kaupungin yhteistyökumppaneiden (Helsingin seudun liikenne eli HSL, Kela, Visit Espoo, Länsi-Uudenmaan hyvinvointialue) palveluista ja tapahtumista sekä digitukea eli opastusta sähköiseen asiointiin.</p>",
                "sv": "<p>Esbo-infos servicerådgivare för digitalt stöd och servicerådgivning närmare dig.</p><p>Esbo-info erbjuder rådgivning om tjänster och evenemang som ordnas av Esbo stad, Helsingforsregionens trafik, Folkpensionsanstalten samt turistinformation som ges av Visit Espoo, Västra Nylands välfärdsområde och stöd vid användning av e-tjänster på datorn</p>",
                "en": "<p>The service advisors of Espoo Info bring digital support and service advice closer to you.</p><p>Espoo Info offers advice on public services as well as the services and events of the City of Espoo's partners (Helsinki Region Transport HSL, Kela and Visit Espoo, Western Uusimaa Wellbeing Services County) and digital support, i.e. advice on how to use online services</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Espoo-infon palveluneuvojat tuovat digituen ja palveluneuvonnan lähemmäs sinua.",
                "sv": "Esbo-infos servicerådgivare för digitalt stöd och servicerådgivning närmare dig.",
                "en": "The service advisors of Espoo Info bring digital support and service advice closer to you."
            },
            "info_url": {
                "fi": "https://www.espoo.fi/fi/espoon-kaupunki/asiakaspalvelu-ja-asiointi/espoo-info",
                "sv": "https://www.espoo.fi/sv/esbo-stad/kundservice-och-e-tjanster/esbo-info",
                "en": "https://www.espoo.fi/en/city-espoo/customer-service-and-e-services/espoo-info"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpwu5s2ru/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpuv2zeke",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuv2zffa/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1494530,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-01-17T13:07:38.145427Z",
                    "last_modified_time": "2026-01-17T13:07:38.145442Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/136a44d2-7b05-44cc-a130-98ec846be8f2.jpg",
                    "name": "",
                    "cropping": "223,0,1191,968",
                    "photographer_name": "",
                    "alt_text": "Helmiä, lankarullia ja muita käsityötarvikkeita.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1494530/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T06:25:59.470981Z",
            "last_modified_time": "2026-08-13T07:13:43.355157Z",
            "date_published": null,
            "start_time": "2026-08-19T14:00:00Z",
            "end_time": "2026-08-19T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja Lounge",
                "sv": "Paja Lounge",
                "en": "Paja Lounge"
            },
            "provider": null,
            "name": {
                "fi": "Keskiviikon käsityöhetki",
                "sv": "Onsdag Handarbetsverkstad",
                "en": "Wedneday Craft Circle"
            },
            "description": {
                "fi": "<p>Tervetuloa Ison Omenan kirjaston avoimeen käsityöpajaan!</p><p>Ota mukaan oma käsityö tai tule inspiroitumaan ja ideoimaan yhteisiä materiaaleja hyödyntäen. Voit esimerkiksi korjata vaatteita, tehdä koruja ja käyttää ompelukonetta.&nbsp;</p><p>Tässä aikuisille suunnatussa tapahtumassa voi viihtyä itselle sopivan ajan. Käsityöhetkessä on mukana englanninkielinen vapaaehtoinen.</p>",
                "sv": "<p>Välkommen till den öppna handarbetsverkstaden på Iso Omena bibliotek!</p><p>Ta med ditt eget handarbetsprojekt, eller kom för att få inspiration och skapa med gemensamma material. Du kan till exempel laga kläder, göra smycken eller använda en symaskin.</p><p>Evenemanget är avsett för vuxna, och du är välkommen att stanna så länge det passar dig. En engelskspråkig volontär finns på plats under verkstaden.</p>",
                "en": "<p>Welcome to the Open Craft Workshop at Iso Omena Library!</p><p>Bring your own craft project, or come to get inspired and create using shared materials. You can, for example, mend clothes, make jewelry, or use a sewing machine.</p><p>This event is for adults, and you are welcome to stay for as long as it suits you. An English-speaking volunteer will be present during the workshop.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa Ison Omenan kirjaston avoimeen käsityöpajaan!",
                "sv": "Välkommen till den öppna handarbetsverkstaden på Iso Omena bibliotek!",
                "en": "Welcome to the Open Craft Workshop at Iso Omena Library!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuv2zeke/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpuv2zd5q",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuv2zffa/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1494530,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-01-17T13:07:38.145427Z",
                    "last_modified_time": "2026-01-17T13:07:38.145442Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/136a44d2-7b05-44cc-a130-98ec846be8f2.jpg",
                    "name": "",
                    "cropping": "223,0,1191,968",
                    "photographer_name": "",
                    "alt_text": "Helmiä, lankarullia ja muita käsityötarvikkeita.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1494530/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T06:25:59.608996Z",
            "last_modified_time": "2026-08-13T07:13:43.311902Z",
            "date_published": null,
            "start_time": "2026-08-26T14:00:00Z",
            "end_time": "2026-08-26T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja Lounge",
                "sv": "Paja Lounge",
                "en": "Paja Lounge"
            },
            "provider": null,
            "name": {
                "fi": "Keskiviikon käsityöhetki",
                "sv": "Onsdag Handarbetsverkstad",
                "en": "Wedneday Craft Circle"
            },
            "description": {
                "fi": "<p>Tervetuloa Ison Omenan kirjaston avoimeen käsityöpajaan!</p><p>Ota mukaan oma käsityö tai tule inspiroitumaan ja ideoimaan yhteisiä materiaaleja hyödyntäen. Voit esimerkiksi korjata vaatteita, tehdä koruja ja käyttää ompelukonetta.&nbsp;</p><p>Tässä aikuisille suunnatussa tapahtumassa voi viihtyä itselle sopivan ajan. Käsityöhetkessä on mukana englanninkielinen vapaaehtoinen.</p>",
                "sv": "<p>Välkommen till den öppna handarbetsverkstaden på Iso Omena bibliotek!</p><p>Ta med ditt eget handarbetsprojekt, eller kom för att få inspiration och skapa med gemensamma material. Du kan till exempel laga kläder, göra smycken eller använda en symaskin.</p><p>Evenemanget är avsett för vuxna, och du är välkommen att stanna så länge det passar dig. En engelskspråkig volontär finns på plats under verkstaden.</p>",
                "en": "<p>Welcome to the Open Craft Workshop at Iso Omena Library!</p><p>Bring your own craft project, or come to get inspired and create using shared materials. You can, for example, mend clothes, make jewelry, or use a sewing machine.</p><p>This event is for adults, and you are welcome to stay for as long as it suits you. An English-speaking volunteer will be present during the workshop.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa Ison Omenan kirjaston avoimeen käsityöpajaan!",
                "sv": "Välkommen till den öppna handarbetsverkstaden på Iso Omena bibliotek!",
                "en": "Welcome to the Open Craft Workshop at Iso Omena Library!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuv2zd5q/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpuv2zdra",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuv2zffa/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1494530,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-01-17T13:07:38.145427Z",
                    "last_modified_time": "2026-01-17T13:07:38.145442Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/136a44d2-7b05-44cc-a130-98ec846be8f2.jpg",
                    "name": "",
                    "cropping": "223,0,1191,968",
                    "photographer_name": "",
                    "alt_text": "Helmiä, lankarullia ja muita käsityötarvikkeita.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1494530/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T06:25:59.758191Z",
            "last_modified_time": "2026-08-13T07:13:43.268373Z",
            "date_published": null,
            "start_time": "2026-09-02T14:00:00Z",
            "end_time": "2026-09-02T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja Lounge",
                "sv": "Paja Lounge",
                "en": "Paja Lounge"
            },
            "provider": null,
            "name": {
                "fi": "Keskiviikon käsityöhetki",
                "sv": "Onsdag Handarbetsverkstad",
                "en": "Wedneday Craft Circle"
            },
            "description": {
                "fi": "<p>Tervetuloa Ison Omenan kirjaston avoimeen käsityöpajaan!</p><p>Ota mukaan oma käsityö tai tule inspiroitumaan ja ideoimaan yhteisiä materiaaleja hyödyntäen. Voit esimerkiksi korjata vaatteita, tehdä koruja ja käyttää ompelukonetta.&nbsp;</p><p>Tässä aikuisille suunnatussa tapahtumassa voi viihtyä itselle sopivan ajan. Käsityöhetkessä on mukana englanninkielinen vapaaehtoinen.</p>",
                "sv": "<p>Välkommen till den öppna handarbetsverkstaden på Iso Omena bibliotek!</p><p>Ta med ditt eget handarbetsprojekt, eller kom för att få inspiration och skapa med gemensamma material. Du kan till exempel laga kläder, göra smycken eller använda en symaskin.</p><p>Evenemanget är avsett för vuxna, och du är välkommen att stanna så länge det passar dig. En engelskspråkig volontär finns på plats under verkstaden.</p>",
                "en": "<p>Welcome to the Open Craft Workshop at Iso Omena Library!</p><p>Bring your own craft project, or come to get inspired and create using shared materials. You can, for example, mend clothes, make jewelry, or use a sewing machine.</p><p>This event is for adults, and you are welcome to stay for as long as it suits you. An English-speaking volunteer will be present during the workshop.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa Ison Omenan kirjaston avoimeen käsityöpajaan!",
                "sv": "Välkommen till den öppna handarbetsverkstaden på Iso Omena bibliotek!",
                "en": "Welcome to the Open Craft Workshop at Iso Omena Library!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuv2zdra/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agpuv2zdey",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15395/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz66by/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuv2zffa/?format=api"
            },
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "espoo_le",
            "publisher": "espoo:sito",
            "sub_events": [],
            "images": [
                {
                    "id": 1494530,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-01-17T13:07:38.145427Z",
                    "last_modified_time": "2026-01-17T13:07:38.145442Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/136a44d2-7b05-44cc-a130-98ec846be8f2.jpg",
                    "name": "",
                    "cropping": "223,0,1191,968",
                    "photographer_name": "",
                    "alt_text": "Helmiä, lankarullia ja muita käsityötarvikkeita.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1494530/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T06:25:59.916736Z",
            "last_modified_time": "2026-08-13T07:13:43.224419Z",
            "date_published": null,
            "start_time": "2026-09-09T14:00:00Z",
            "end_time": "2026-09-09T16:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": {
                "fi": "Paja Lounge",
                "sv": "Paja Lounge",
                "en": "Paja Lounge"
            },
            "provider": null,
            "name": {
                "fi": "Keskiviikon käsityöhetki",
                "sv": "Onsdag Handarbetsverkstad",
                "en": "Wedneday Craft Circle"
            },
            "description": {
                "fi": "<p>Tervetuloa Ison Omenan kirjaston avoimeen käsityöpajaan!</p><p>Ota mukaan oma käsityö tai tule inspiroitumaan ja ideoimaan yhteisiä materiaaleja hyödyntäen. Voit esimerkiksi korjata vaatteita, tehdä koruja ja käyttää ompelukonetta.&nbsp;</p><p>Tässä aikuisille suunnatussa tapahtumassa voi viihtyä itselle sopivan ajan. Käsityöhetkessä on mukana englanninkielinen vapaaehtoinen.</p>",
                "sv": "<p>Välkommen till den öppna handarbetsverkstaden på Iso Omena bibliotek!</p><p>Ta med ditt eget handarbetsprojekt, eller kom för att få inspiration och skapa med gemensamma material. Du kan till exempel laga kläder, göra smycken eller använda en symaskin.</p><p>Evenemanget är avsett för vuxna, och du är välkommen att stanna så länge det passar dig. En engelskspråkig volontär finns på plats under verkstaden.</p>",
                "en": "<p>Welcome to the Open Craft Workshop at Iso Omena Library!</p><p>Bring your own craft project, or come to get inspired and create using shared materials. You can, for example, mend clothes, make jewelry, or use a sewing machine.</p><p>This event is for adults, and you are welcome to stay for as long as it suits you. An English-speaking volunteer will be present during the workshop.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa Ison Omenan kirjaston avoimeen käsityöpajaan!",
                "sv": "Välkommen till den öppna handarbetsverkstaden på Iso Omena bibliotek!",
                "en": "Welcome to the Open Craft Workshop at Iso Omena Library!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agpuv2zdey/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}