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=45
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=46",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=44"
    },
    "data": [
        {
            "id": "espoo_le:agqgzif74e",
            "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:p2625/?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:p8113/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgzigani/?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": 2386136,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T12:20:27.212142Z",
                    "last_modified_time": "2026-09-04T12:20:27.212162Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/1a99bf5c-06dd-48c5-b393-c03f37613f92.png",
                    "name": "Omppu Open Mic -runostagea juontaa Räppäri Vaara.",
                    "cropping": "420,0,1500,1080",
                    "photographer_name": "",
                    "alt_text": "Tilaisuuden mc Sanna Vaara, hymyilee leveästi harmaata taustaa vasten.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386136/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T12:32:56.585947Z",
            "last_modified_time": "2026-09-04T12:33:24.901135Z",
            "date_published": null,
            "start_time": "2026-12-10T15:30:00Z",
            "end_time": "2026-12-10T17: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": "Espoon kirjailijat ry",
                "sv": "Esbo författare rf",
                "en": "The Espoo writers' association"
            },
            "name": {
                "fi": "Omppu open mic Runostage",
                "sv": "Omppu Open mic poesiscen ",
                "en": "Omppu open mic poetry stage"
            },
            "description": {
                "fi": "<p>Espoon kirjailijat järjestävät lämminhenkisen lavaruno-tapahtuman Ison Omenan kirjastossa noin kerran kuussa. Torstaisin 17.9., 29.10 ja 10.12. Vuorot jaetaan paikan päällä. Tilaisuuden MC on Räppäri Vaara. 17.9. esiintyvänä lavarunoilijana Pauli Jokinen.</p>",
                "sv": "<p>Espoon kirjailijat järjestävät lämminhenkisen lavaruno-tapahtuman Ison Omenan kirjastossa noin kerran kuussa. Torstaisin 17.9., 29.10 ja 10.12. Vuorot jaetaan paikan päällä. Tilaisuuden MC on Räppäri Vaara. 17.9. esiintyvänä lavarunoilijana Pauli Jokinen.</p>",
                "en": "<p>The Espoo Writers' Association organizes a warm and welcoming spoken word event at the Iso Omena Library approximately once a month. The events will take place on Thursdays: September 17, October 29, and December 10. Performance slots will be assigned on site. The event host (MC) is rapper Vaara. On September 17, the featured spoken word poet is Pauli Jokinen.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Lavarunoja",
                "sv": "scenpoesi ",
                "en": " spoken word poetry"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgzif74e/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqeo776bm",
            "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:p2787/?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": 2386133,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T12:04:08.092257Z",
                    "last_modified_time": "2026-09-04T12:04:08.092269Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/6124c939-878d-498a-9388-cf58f02f2688.jpg",
                    "name": "",
                    "cropping": "315,0,1125,810",
                    "photographer_name": "",
                    "alt_text": "Kuvassa on Espoon Vasemmiston Aki Hauru ja Anna Kontula",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386133/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-28T08:23:48.731479Z",
            "last_modified_time": "2026-09-04T12:04:13.500010Z",
            "date_published": null,
            "start_time": "2026-10-07T14:30:00Z",
            "end_time": "2026-10-07T15: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",
                "sv": "Salonki",
                "en": "Salonki"
            },
            "provider": null,
            "name": {
                "fi": "Vasemmistoliiton keskustelutilaisuus - vieraana Anna Kontula",
                "sv": "Esbo Vänsterpartiets diskussionsmöte - Anna Kontula är gästtalare vid evenemanget",
                "en": "Espoon Vasemmisto political partys discussion event – featuring Anna Kontula as a guest speaker"
            },
            "description": {
                "fi": "<p>Tervetuloa kuuntelemaan keskustelua monitoimitila Salonkiin ke 7.10. klo 17:30 alkaen. Vieraana Anna Kontula.</p>",
                "sv": "<p>Kom och lyssna på Esbo Vänsterpartiets diskussionsmöte i multifunktionssalen Salonki onsdagen den 7 oktober kl. 17.30. Anna Kontula är gästtalare vid evenemanget.</p><p>Evenemanget hålls på finska.</p>",
                "en": "<p>Welcome to listen to the Espoon Vasemmisto political partys discussion event in the multipurpose room Salonki on Wednesday 7 October from 5.30 pm. Anna Kontula will be the guest of the event.</p><p>The event is in finnish.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa kuuntelemaan keskustelua monitoimitila Salonkiin ke 7.10. klo 17:30 alkaen. Vieraana Anna Kontula.",
                "sv": "Kom och lyssna på Esbo Vänsterpartiets diskussionsmöte i multifunktionssalen Salonki onsdagen den 7 oktober kl. 17.30. ",
                "en": "Welcome to listen to the Espoon Vasemmisto political partys discussion event in the multipurpose room Salonki on Wednesday 7 October from 5.30 pm. "
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqeo776bm/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqgwiksm4",
            "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:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2739/?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"
                },
                {
                    "@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:agqgwiks6i/?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": 2386135,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T11:32:04.650082Z",
                    "last_modified_time": "2026-09-04T11:32:04.650103Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/bca301b2-3cce-4103-ad7f-c6ca468676c3.png",
                    "name": "",
                    "cropping": "200,0,1000,800",
                    "photographer_name": "",
                    "alt_text": "Monikulttuurinen ryhmä lapsia leikkimässä aikuisen johdolla.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386135/?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-09-04T05:54:40.190241Z",
            "last_modified_time": "2026-09-04T11:32:18.773999Z",
            "date_published": null,
            "start_time": "2026-09-12T11:00:00Z",
            "end_time": "2026-09-12T13: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": "Kids Global Safety hub",
                "sv": "Kids Global Safety hub",
                "en": "Kids Global Safety hub"
            },
            "name": {
                "fi": "Safety Circle / englanninkielinen ryhmä ",
                "sv": "Safety Circle / på engelska",
                "en": "Safety Circle for kids"
            },
            "description": {
                "fi": "SAFETY CIRCLE by KGShub<p><br></p><p><strong>Opi. Kasva. Luo. Pysy turvassa.</strong></p><p>Hauska ja osallistava ohjelma, jossa lapset oppivat ja kasvavat yhdessä.</p><p>SYYSKUUN TEEMA: IDENTITEETTI</p><p>Lapset pohtivat ja tutkivat:</p><p>Kuka minä olen?</p><p>Mitkä ovat arvoni?</p><p>Miten rakennan itseluottamusta ja terveitä rajoja?</p><p>Miksi on tärkeää tuntea oma arvonsa?</p><p>VUODEN MITTAINEN TAITOPAJA</p><p>Lapset voivat valita YHDEN taidon, jota kehittävät vuoden aikana: ompelu tai luova kirjoittaminen.</p><p>ALOITUSTAPAHTUMA</p><p>Lauantai 12. syyskuuta</p><p>Klo 14.00–16.00</p><p>Iso Omenan kirjasto</p><p>Palvelutori, Espoo</p><p>Suora yhteys Matinkylän metroasemalta</p><p>Vanhemmille ja lapsille. Kaikki perheet ovat tervetulleita.</p><p>ILMOITTAUTUMISTA EI TARVITA. TARJOLLA VÄLIPALAA.</p><p><br></p><p>#helloespoo</p>",
                "sv": "SAFETY CIRCLE by KGShub<p><br></p><p><strong>Lär. Väx. Skapa. Var trygg.</strong></p><p>Ett roligt och interaktivt program där barn lär sig och utvecklas tillsammans.</p><p>SEPTEMBERS TEMA: IDENTITET</p><p>Barnen kommer att utforska:</p><p>Vem är jag?</p><p>Vilka är mina värderingar?</p><p>Hur bygger jag upp självförtroende och sunda gränser?</p><p>Varför är det viktigt att känna sitt eget värde?</p><p>FÄRDIGHETSLAB UNDER HELA ÅRET</p><p>Barnen kan välja EN färdighet att utveckla under året: sömnad eller kreativt skrivande.</p><p>STARTEVENT</p><p>Lördag 12 september</p><p>Kl. 14.00–16.00</p><p>Iso Omena-biblioteket (Omenan Kirjasto)</p><p>Servicetorget, Esbo</p><p>Direkt tillgång via Mattby metrostation</p><p>För föräldrar och barn. Alla familjer är välkomna.</p><p>INGEN ANMÄLAN KRÄVS. MELLANMÅL INGÅR.</p><p>Safety Circle by KGShub: Vi bygger självsäkra, kreativa och säkerhetsmedvetna barn.</p><p><br></p><p>#helloespoo</p>",
                "en": "SAFETY CIRCLE BY KGShub<p><br></p><p><strong>Learn. Grow. Create. Stay Safe.</strong></p><p>A fun and interactive programme where children learn and grow together.</p><p><br></p><p>SEPTEMBER THEME: IDENTITY</p><p>Children will explore:</p><p><br></p><p>&nbsp;- Who am I?</p><p>&nbsp;- What are my values?</p><p>&nbsp;- How do I build confidence and healthy boundaries?</p><p>&nbsp;- Why is knowing my worth important?</p><p><br></p><p>YEAR-LONG SKILLS LAB</p><p>Children can choose ONE skill to develop through the year: Sewing or Creative Writing.</p><p><br></p><p>LAUNCH EVENT</p><p>Saturday, 12 September</p><p>2:00 PM – 4:00 PM</p><p>Iso Omena Library (Omenan Kirjasto)</p><p>Palvelutori, Espoo</p><p>Direct access via Matinkylä Metro</p><p><br></p><p>For parents &amp; children. All families welcome.</p><p>NO REGISTRATION NEEDED. SNACKS INCLUDED.</p><p>Safety Circle by KGShub: Building confident, creative, and safety-conscious children.</p><p><br></p><p>#helloespoo</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Englanninkielinen toistuva tapahtuma, jossa käsitellään lasten turvallisuutta ja samalla harjoitellaan erilaisia käytännöllisiä ja luovia taitoja. ",
                "sv": "\n\nSwedish\n\nEtt återkommande program på engelska där barn lär sig om säkerhet samtidigt som de utvecklar olika praktiska och kreativa färdigheter.",
                "en": "An English-language recurring event where children learn about safety while also developing a variety of practical and creative skills."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgwiksm4/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqgwikr4m",
            "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:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2739/?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"
                },
                {
                    "@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:agqgwiks6i/?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": 2386135,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T11:32:04.650082Z",
                    "last_modified_time": "2026-09-04T11:32:04.650103Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/bca301b2-3cce-4103-ad7f-c6ca468676c3.png",
                    "name": "",
                    "cropping": "200,0,1000,800",
                    "photographer_name": "",
                    "alt_text": "Monikulttuurinen ryhmä lapsia leikkimässä aikuisen johdolla.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386135/?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-09-04T05:54:40.349318Z",
            "last_modified_time": "2026-09-04T11:32:18.686109Z",
            "date_published": null,
            "start_time": "2026-10-10T11:00:00Z",
            "end_time": "2026-10-10T13: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": "Kids Global Safety hub",
                "sv": "Kids Global Safety hub",
                "en": "Kids Global Safety hub"
            },
            "name": {
                "fi": "Safety Circle / englanninkielinen ryhmä ",
                "sv": "Safety Circle / på engelska",
                "en": "Safety Circle for kids"
            },
            "description": {
                "fi": "SAFETY CIRCLE by KGShub<p><br></p><p><strong>Opi. Kasva. Luo. Pysy turvassa.</strong></p><p>Hauska ja osallistava ohjelma, jossa lapset oppivat ja kasvavat yhdessä.</p><p>SYYSKUUN TEEMA: IDENTITEETTI</p><p>Lapset pohtivat ja tutkivat:</p><p>Kuka minä olen?</p><p>Mitkä ovat arvoni?</p><p>Miten rakennan itseluottamusta ja terveitä rajoja?</p><p>Miksi on tärkeää tuntea oma arvonsa?</p><p>VUODEN MITTAINEN TAITOPAJA</p><p>Lapset voivat valita YHDEN taidon, jota kehittävät vuoden aikana: ompelu tai luova kirjoittaminen.</p><p>ALOITUSTAPAHTUMA</p><p>Lauantai 12. syyskuuta</p><p>Klo 14.00–16.00</p><p>Iso Omenan kirjasto</p><p>Palvelutori, Espoo</p><p>Suora yhteys Matinkylän metroasemalta</p><p>Vanhemmille ja lapsille. Kaikki perheet ovat tervetulleita.</p><p>ILMOITTAUTUMISTA EI TARVITA. TARJOLLA VÄLIPALAA.</p><p><br></p><p>#helloespoo</p>",
                "sv": "SAFETY CIRCLE by KGShub<p><br></p><p><strong>Lär. Väx. Skapa. Var trygg.</strong></p><p>Ett roligt och interaktivt program där barn lär sig och utvecklas tillsammans.</p><p>SEPTEMBERS TEMA: IDENTITET</p><p>Barnen kommer att utforska:</p><p>Vem är jag?</p><p>Vilka är mina värderingar?</p><p>Hur bygger jag upp självförtroende och sunda gränser?</p><p>Varför är det viktigt att känna sitt eget värde?</p><p>FÄRDIGHETSLAB UNDER HELA ÅRET</p><p>Barnen kan välja EN färdighet att utveckla under året: sömnad eller kreativt skrivande.</p><p>STARTEVENT</p><p>Lördag 12 september</p><p>Kl. 14.00–16.00</p><p>Iso Omena-biblioteket (Omenan Kirjasto)</p><p>Servicetorget, Esbo</p><p>Direkt tillgång via Mattby metrostation</p><p>För föräldrar och barn. Alla familjer är välkomna.</p><p>INGEN ANMÄLAN KRÄVS. MELLANMÅL INGÅR.</p><p>Safety Circle by KGShub: Vi bygger självsäkra, kreativa och säkerhetsmedvetna barn.</p><p><br></p><p>#helloespoo</p>",
                "en": "SAFETY CIRCLE BY KGShub<p><br></p><p><strong>Learn. Grow. Create. Stay Safe.</strong></p><p>A fun and interactive programme where children learn and grow together.</p><p><br></p><p>SEPTEMBER THEME: IDENTITY</p><p>Children will explore:</p><p><br></p><p>&nbsp;- Who am I?</p><p>&nbsp;- What are my values?</p><p>&nbsp;- How do I build confidence and healthy boundaries?</p><p>&nbsp;- Why is knowing my worth important?</p><p><br></p><p>YEAR-LONG SKILLS LAB</p><p>Children can choose ONE skill to develop through the year: Sewing or Creative Writing.</p><p><br></p><p>LAUNCH EVENT</p><p>Saturday, 12 September</p><p>2:00 PM – 4:00 PM</p><p>Iso Omena Library (Omenan Kirjasto)</p><p>Palvelutori, Espoo</p><p>Direct access via Matinkylä Metro</p><p><br></p><p>For parents &amp; children. All families welcome.</p><p>NO REGISTRATION NEEDED. SNACKS INCLUDED.</p><p>Safety Circle by KGShub: Building confident, creative, and safety-conscious children.</p><p><br></p><p>#helloespoo</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Englanninkielinen toistuva tapahtuma, jossa käsitellään lasten turvallisuutta ja samalla harjoitellaan erilaisia käytännöllisiä ja luovia taitoja. ",
                "sv": "\n\nSwedish\n\nEtt återkommande program på engelska där barn lär sig om säkerhet samtidigt som de utvecklar olika praktiska och kreativa färdigheter.",
                "en": "An English-language recurring event where children learn about safety while also developing a variety of practical and creative skills."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgwikr4m/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqgwikrky",
            "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:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2739/?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"
                },
                {
                    "@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:agqgwiks6i/?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": 2386135,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T11:32:04.650082Z",
                    "last_modified_time": "2026-09-04T11:32:04.650103Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/bca301b2-3cce-4103-ad7f-c6ca468676c3.png",
                    "name": "",
                    "cropping": "200,0,1000,800",
                    "photographer_name": "",
                    "alt_text": "Monikulttuurinen ryhmä lapsia leikkimässä aikuisen johdolla.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386135/?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-09-04T05:54:40.495845Z",
            "last_modified_time": "2026-09-04T11:32:18.623517Z",
            "date_published": null,
            "start_time": "2026-11-14T12:00:00Z",
            "end_time": "2026-11-14T14: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": "Kids Global Safety hub",
                "sv": "Kids Global Safety hub",
                "en": "Kids Global Safety hub"
            },
            "name": {
                "fi": "Safety Circle / englanninkielinen ryhmä ",
                "sv": "Safety Circle / på engelska",
                "en": "Safety Circle for kids"
            },
            "description": {
                "fi": "SAFETY CIRCLE by KGShub<p><br></p><p><strong>Opi. Kasva. Luo. Pysy turvassa.</strong></p><p>Hauska ja osallistava ohjelma, jossa lapset oppivat ja kasvavat yhdessä.</p><p>SYYSKUUN TEEMA: IDENTITEETTI</p><p>Lapset pohtivat ja tutkivat:</p><p>Kuka minä olen?</p><p>Mitkä ovat arvoni?</p><p>Miten rakennan itseluottamusta ja terveitä rajoja?</p><p>Miksi on tärkeää tuntea oma arvonsa?</p><p>VUODEN MITTAINEN TAITOPAJA</p><p>Lapset voivat valita YHDEN taidon, jota kehittävät vuoden aikana: ompelu tai luova kirjoittaminen.</p><p>ALOITUSTAPAHTUMA</p><p>Lauantai 12. syyskuuta</p><p>Klo 14.00–16.00</p><p>Iso Omenan kirjasto</p><p>Palvelutori, Espoo</p><p>Suora yhteys Matinkylän metroasemalta</p><p>Vanhemmille ja lapsille. Kaikki perheet ovat tervetulleita.</p><p>ILMOITTAUTUMISTA EI TARVITA. TARJOLLA VÄLIPALAA.</p><p><br></p><p>#helloespoo</p>",
                "sv": "SAFETY CIRCLE by KGShub<p><br></p><p><strong>Lär. Väx. Skapa. Var trygg.</strong></p><p>Ett roligt och interaktivt program där barn lär sig och utvecklas tillsammans.</p><p>SEPTEMBERS TEMA: IDENTITET</p><p>Barnen kommer att utforska:</p><p>Vem är jag?</p><p>Vilka är mina värderingar?</p><p>Hur bygger jag upp självförtroende och sunda gränser?</p><p>Varför är det viktigt att känna sitt eget värde?</p><p>FÄRDIGHETSLAB UNDER HELA ÅRET</p><p>Barnen kan välja EN färdighet att utveckla under året: sömnad eller kreativt skrivande.</p><p>STARTEVENT</p><p>Lördag 12 september</p><p>Kl. 14.00–16.00</p><p>Iso Omena-biblioteket (Omenan Kirjasto)</p><p>Servicetorget, Esbo</p><p>Direkt tillgång via Mattby metrostation</p><p>För föräldrar och barn. Alla familjer är välkomna.</p><p>INGEN ANMÄLAN KRÄVS. MELLANMÅL INGÅR.</p><p>Safety Circle by KGShub: Vi bygger självsäkra, kreativa och säkerhetsmedvetna barn.</p><p><br></p><p>#helloespoo</p>",
                "en": "SAFETY CIRCLE BY KGShub<p><br></p><p><strong>Learn. Grow. Create. Stay Safe.</strong></p><p>A fun and interactive programme where children learn and grow together.</p><p><br></p><p>SEPTEMBER THEME: IDENTITY</p><p>Children will explore:</p><p><br></p><p>&nbsp;- Who am I?</p><p>&nbsp;- What are my values?</p><p>&nbsp;- How do I build confidence and healthy boundaries?</p><p>&nbsp;- Why is knowing my worth important?</p><p><br></p><p>YEAR-LONG SKILLS LAB</p><p>Children can choose ONE skill to develop through the year: Sewing or Creative Writing.</p><p><br></p><p>LAUNCH EVENT</p><p>Saturday, 12 September</p><p>2:00 PM – 4:00 PM</p><p>Iso Omena Library (Omenan Kirjasto)</p><p>Palvelutori, Espoo</p><p>Direct access via Matinkylä Metro</p><p><br></p><p>For parents &amp; children. All families welcome.</p><p>NO REGISTRATION NEEDED. SNACKS INCLUDED.</p><p>Safety Circle by KGShub: Building confident, creative, and safety-conscious children.</p><p><br></p><p>#helloespoo</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Englanninkielinen toistuva tapahtuma, jossa käsitellään lasten turvallisuutta ja samalla harjoitellaan erilaisia käytännöllisiä ja luovia taitoja. ",
                "sv": "\n\nSwedish\n\nEtt återkommande program på engelska där barn lär sig om säkerhet samtidigt som de utvecklar olika praktiska och kreativa färdigheter.",
                "en": "An English-language recurring event where children learn about safety while also developing a variety of practical and creative skills."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgwikrky/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqgwikqve",
            "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:p2149/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2739/?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"
                },
                {
                    "@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:agqgwiks6i/?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": 2386135,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T11:32:04.650082Z",
                    "last_modified_time": "2026-09-04T11:32:04.650103Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/bca301b2-3cce-4103-ad7f-c6ca468676c3.png",
                    "name": "",
                    "cropping": "200,0,1000,800",
                    "photographer_name": "",
                    "alt_text": "Monikulttuurinen ryhmä lapsia leikkimässä aikuisen johdolla.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386135/?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-09-04T05:54:40.650734Z",
            "last_modified_time": "2026-09-04T11:32:18.522213Z",
            "date_published": null,
            "start_time": "2026-12-19T12:00:00Z",
            "end_time": "2026-12-19T14: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": "Kids Global Safety hub",
                "sv": "Kids Global Safety hub",
                "en": "Kids Global Safety hub"
            },
            "name": {
                "fi": "Safety Circle / englanninkielinen ryhmä ",
                "sv": "Safety Circle / på engelska",
                "en": "Safety Circle for kids"
            },
            "description": {
                "fi": "SAFETY CIRCLE by KGShub<p><br></p><p><strong>Opi. Kasva. Luo. Pysy turvassa.</strong></p><p>Hauska ja osallistava ohjelma, jossa lapset oppivat ja kasvavat yhdessä.</p><p>SYYSKUUN TEEMA: IDENTITEETTI</p><p>Lapset pohtivat ja tutkivat:</p><p>Kuka minä olen?</p><p>Mitkä ovat arvoni?</p><p>Miten rakennan itseluottamusta ja terveitä rajoja?</p><p>Miksi on tärkeää tuntea oma arvonsa?</p><p>VUODEN MITTAINEN TAITOPAJA</p><p>Lapset voivat valita YHDEN taidon, jota kehittävät vuoden aikana: ompelu tai luova kirjoittaminen.</p><p>ALOITUSTAPAHTUMA</p><p>Lauantai 12. syyskuuta</p><p>Klo 14.00–16.00</p><p>Iso Omenan kirjasto</p><p>Palvelutori, Espoo</p><p>Suora yhteys Matinkylän metroasemalta</p><p>Vanhemmille ja lapsille. Kaikki perheet ovat tervetulleita.</p><p>ILMOITTAUTUMISTA EI TARVITA. TARJOLLA VÄLIPALAA.</p><p><br></p><p>#helloespoo</p>",
                "sv": "SAFETY CIRCLE by KGShub<p><br></p><p><strong>Lär. Väx. Skapa. Var trygg.</strong></p><p>Ett roligt och interaktivt program där barn lär sig och utvecklas tillsammans.</p><p>SEPTEMBERS TEMA: IDENTITET</p><p>Barnen kommer att utforska:</p><p>Vem är jag?</p><p>Vilka är mina värderingar?</p><p>Hur bygger jag upp självförtroende och sunda gränser?</p><p>Varför är det viktigt att känna sitt eget värde?</p><p>FÄRDIGHETSLAB UNDER HELA ÅRET</p><p>Barnen kan välja EN färdighet att utveckla under året: sömnad eller kreativt skrivande.</p><p>STARTEVENT</p><p>Lördag 12 september</p><p>Kl. 14.00–16.00</p><p>Iso Omena-biblioteket (Omenan Kirjasto)</p><p>Servicetorget, Esbo</p><p>Direkt tillgång via Mattby metrostation</p><p>För föräldrar och barn. Alla familjer är välkomna.</p><p>INGEN ANMÄLAN KRÄVS. MELLANMÅL INGÅR.</p><p>Safety Circle by KGShub: Vi bygger självsäkra, kreativa och säkerhetsmedvetna barn.</p><p><br></p><p>#helloespoo</p>",
                "en": "SAFETY CIRCLE BY KGShub<p><br></p><p><strong>Learn. Grow. Create. Stay Safe.</strong></p><p>A fun and interactive programme where children learn and grow together.</p><p><br></p><p>SEPTEMBER THEME: IDENTITY</p><p>Children will explore:</p><p><br></p><p>&nbsp;- Who am I?</p><p>&nbsp;- What are my values?</p><p>&nbsp;- How do I build confidence and healthy boundaries?</p><p>&nbsp;- Why is knowing my worth important?</p><p><br></p><p>YEAR-LONG SKILLS LAB</p><p>Children can choose ONE skill to develop through the year: Sewing or Creative Writing.</p><p><br></p><p>LAUNCH EVENT</p><p>Saturday, 12 September</p><p>2:00 PM – 4:00 PM</p><p>Iso Omena Library (Omenan Kirjasto)</p><p>Palvelutori, Espoo</p><p>Direct access via Matinkylä Metro</p><p><br></p><p>For parents &amp; children. All families welcome.</p><p>NO REGISTRATION NEEDED. SNACKS INCLUDED.</p><p>Safety Circle by KGShub: Building confident, creative, and safety-conscious children.</p><p><br></p><p>#helloespoo</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Englanninkielinen toistuva tapahtuma, jossa käsitellään lasten turvallisuutta ja samalla harjoitellaan erilaisia käytännöllisiä ja luovia taitoja. ",
                "sv": "\n\nSwedish\n\nEtt återkommande program på engelska där barn lär sig om säkerhet samtidigt som de utvecklar olika praktiska och kreativa färdigheter.",
                "en": "An English-language recurring event where children learn about safety while also developing a variety of practical and creative skills."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgwikqve/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69337",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7255/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?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:41/?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/kulke:755/?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:p4354/?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": "15€ 12€ 6€",
                        "sv": "15€ 12€ 6€",
                        "en": "15€ 12€ 6€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/laulavat-tiedekysymykset-dinosauruksen-hikka-vai-mehilaisen-kakka-kanneltalo-21752000/",
                        "sv": "https://www.lippu.fi/event/laulavat-tiedekysymykset-dinosauruksen-hikka-vai-mehilaisen-kakka-kanneltalo-21752000/",
                        "en": "https://www.lippu.fi/event/laulavat-tiedekysymykset-dinosauruksen-hikka-vai-mehilaisen-kakka-kanneltalo-21752000/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385523,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-07T11:13:49.706598Z",
                    "last_modified_time": "2026-07-07T11:13:49.706614Z",
                    "url": "http://www.kanneltalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_793985.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385523/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                }
            ],
            "created_time": "2026-07-07T11:13:49.456620Z",
            "last_modified_time": "2026-09-04T11:23:50.896716Z",
            "date_published": null,
            "start_time": "2026-11-21T12: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": "Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä",
                "sv": "Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä",
                "en": "Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä"
            },
            "description": {
                "fi": "<p>Uusintaesitys yleisön pyynnöstä! Lasten tiedekysymyksistä kootussa musiikillisessa teatteriseikkailussa tiede tanssii sambaa ja mielikuvitus laukkaa!</p><p>Esitys on oodi lapsen uteliaisuudelle, ihmettelylle ja kysymisen taidolle. Miksi aikuinen sanoo hieno, vaikka ei edes katso? Kuorsaako kalat? Mistä voi tietää mikä on totta?</p><p>Näihin ja muihin kiperiin kysymyksiin etsitään vastauksia musiikillisessa ja vauhdikkaassa seikkailussa, joka lennättää katsojan someampparin siivin yli Atlantin, paljastaa puiden salaiset keskustelut ja johdattaa misinformaation villiin viidakkoon. Kun pienet reportterit Solmu ja Silmu tunkeutuvat Äärimmäisen tiedon konferenssiin, syntyy kaaos, jossa tiede kohtaa mielikuvituksen ja faktat tanssivat samban tahdissa.</p><p><i>Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä</i> -esitys pohjaa Helsingin Sanomien palstaan ja sen pohjalta toimitettuihin kirjoihin: <i>Ovatko kaikki esineet joskus olleet märkiä?</i> (2015), <i>Tietääkö karhu että se on karhu?</i> (2018) ja <i>Miksi linnut heräävät niin aikaisin?</i> (2020). Nämä <b>Tuomas Kasevan</b> toimittavat kirjat sisältävät yhteensä yli 400 visaista kysymystä, joita lapset ovat HS:n palstalla eri alojen asiantuntijoille esittäneet.</p><p>Lasten tiedekysymykset ovat itsessään oivaltavia, mielikuvituksekkaita ja asiantuntijavastauksineen yleissivistäviä ihan kaikille. Ne käsittelevät monia eri tieteen aloja aina biologiasta astrologiaan, filosofisia pohdintoja unohtamatta. Esitys on suunnattu 5─9-vuotiaille, mutta se sopii mainiosti koko perheelle.</p><p>Esitys on visuaalisesti näyttävä, musiikillisesti runsas, oivaltava, leikkisä ja ajatuksia herättävä teos, jonka tavoite on yllyttää lapsia kysymään, tutkimaan ja ihmettelemään maailmaa sekä pohtimaan syvemmin tiedon olemusta. Se on oodi lapsen uteliaisuudelle, ihmettelylle ja kysymisen taidolle. Esitys kunnioittaa lapsia ja heidän tapaansa katsoa maailmaa. On vaikeaa kuvitella, että aikuiset keksisivat ihmetellä yhtä monialaisesti ja luovasti. Tässä esityksessä ajattelussaan jäykille aikuisille ja pieruvitseille on lupa nauraa.</p><p>Esitys tarkastelee myös tietoa itsessään ja tiedon olemusta mediakriittisyyden näkökulmasta. Monilukutaitoa ja mediakriittisyyttä opetetaan nykyään yhä nuoremmille. Jo varhaiskasvatuksen piirissä olevien lasten on hyvä osata tunnistaa, mikä tieto on luotettavaa ja mistä tietoa voi etsiä.</p><p>Esityksen työryhmään kuuluvat näyttelijä-käsikirjoittajat <b>Pinja Hahtola</b> ja <b>Iida-Maaria Lindstedt</b> sekä muusikko <b>Suvi Isotalo</b>. Teoksen visuaalisesta ilmeestä vastaavat skenografi ja nukketaiteilija <b>Tua Hautamäki</b> ja valosuunnittelija <b>Mirkka Saari</b>.</p><p>Lavalla: Pinja Hahtola, Iida-Maaria Lindstedt ja Jouni Raatikainen.</p><p>Esityksen ensi-ilta oli huhtikuussa 2026 ja se toteutettiin yhteistyössä Q-teatterin ja Kanneltalon kanssa. Kanneltalon ensi-illan jälkeen esitys on jatkanut Q-teatterin ohjelmistossa 8.5.2026 alkaen.</p><p><i>Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä</i> on myös osa <u><a href=\"https://kummilapset.hel.fi/fi/\">Kulttuurin kummilapset</u></a> -hanketta. Esitys on tilattavissa syksystä 2026 eteenpäin ympäri Suomen.</p><p>Kesto: maks. 1 t<br>Esityskieli: suomi</p><p>Varoitus: Esitys saattaa aiheuttaa kroonista kysymysripulia!</p>",
                "sv": "<p>I detta musikaliska teateräventyr som byggts upp av frågor från barn om vetenskap får vetenskapen dansa samba och fantasin flöda!</p><p>Föreställningen är en hyllning till barnets nyfikenhet, förundran och förmåga att ställa frågor. Varför säger vuxna att något är bra fast de inte ens tittat efter? Snarkar fiskar? Hur kan man veta vad som är sant?</p><p>Svaren på dessa och andra kvistiga frågor söks i ett fartfyllt musikaliskt äventyr, där publiken får flyga över Atlanten på some-getingens vingar, upptäcka trädens hemliga samtal och dyka in i missinformationens vilda djungel. När de små reportrarna Solmu och Silmu invaderar en konferens för extrem kunskap blir det kaos, där vetenskapen möter fantasin och fakta dansar i sambatakt.</p><p>Föreställningen <i>Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä</i> baserar sig på en spalt i Helsingin Sanomat och böcker som sammanställts utifrån den: <i>Ovatko kaikki esineet joskus olleet märkiä?</i> (2015), <i>Tietääkö karhu että se on karhu?</i> (2018) och <i>Miksi linnut heräävät niin aikaisin?</i> (2020). Dessa böcker, som <b>Tuomas Kaseva</b> fungerat som redaktör för, innehåller sammanlagt mer än 400 knepiga frågor som barn har ställt till experter inom olika områden i HS-spalten.</p><p>Barnens vetenskapsfrågor är i sig insiktsfulla, fantasifulla och med expertsvaren allmänbildande för oss alla. De berör många olika områden inom vetenskaper, från biologi till astronomi, filosofiska funderingar icke att förglömma. Föreställningen riktar sig till barn i åldern 5–9 år men passar utmärkt för hela familjen.</p><p>Föreställningen är visuellt slående, musikaliskt rik, insiktsfull, lekfull och tankeväckande, och dess mål är att uppmuntra barn att ifrågasätta, utforska och förundras över världen och att reflektera djupare över kunskapens natur. Den är en hyllning till barnets nyfikenhet, förundran och förmåga att ställa frågor. Programmet respekterar barnen och deras sätt att se på världen. Det är svårt att föreställa sig att vuxna skulle komma på att fundera lika mångsidigt och kreativt. I den här föreställningen får man skratta åt vuxnas stela tänkande och åt pruttskämt.</p><p>Föreställningen utforskar också kunskapen i sig och dess väsen ur ett mediekritiskt perspektiv. Multilitteracitet och mediekritik lärs numera ut till allt yngre barn. Redan för barn i småbarnspedagogiken är det bra att känna till vilken information som är tillförlitlig och var man kan leta efter information.</p><p>Arbetsgruppen för föreställningen består av skådespelarna och manusförfattarna <b>Pinja Hahtola</b> och <b>Iida-Maaria Lindstedt</b> samt musikern <b>Suvi Isotalo</b>. För det visuella uttrycket ansvarar scenografen och dockartisten <b>Tua Hautamäki</b> samt ljusdesignern <b>Mirkka Saari</b>.</p><p>På scenen: Pinja Hahtola, Iida-Maaria Lindstedt ja Jouni Raatikainen.</p><p>Premiären blir i april 2026 och är ett samarbete mellan Q-teatteri och Gamlasgården. <i>Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä</i> är också en del av <u><a href=\"https://kummilapset.hel.fi/sv\">projektet Kulturens fadderbarn</u></a>. Efter föreställningarna i Helsingfors kan föreställningen beställas till andra orter i Finland från hösten 2026 och framåt.</p><p>Längd: max 1 h <br>Föreställningens språk är finska.</p><p>Varning: Föreställningen kan orsaka en störtflod av frågor!</p>",
                "en": "<p>Science dances the samba and imagination runs wild in this musical theatre adventure about science questions from children!</p><p>The performance is an ode to a child's curiosity and ability to wonder and question. Why does an adult say that something looks good when they don't even look? Do fish snore? How can you know what is true?</p><p>Answers to these and other tricky questions are sought in a musical and fast-paced adventure that takes the viewer across the Atlantic on the wings of a social media bee, revealing the secret conversations of the trees and leading the travellers into the wild jungle of misinformation. When little reporters Solmu and Silmu invade the Extreme Knowledge Conference (Äärimmäisen tiedon konferenssi), chaos ensues as science meets imagination and facts dance the samba.</p><p><i>Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä</i> – is based on a Helsingin Sanomat column and the books edited based on it: <i>Ovatko kaikki esineet joskus olleet märkiä?</i> (2015), <i>Tietääkö karhu että se on karhu?</i> (2018) ja <i>Miksi linnut heräävät niin aikaisin?</i> (2020). These books, edited by <b>Tuomas Kaseva</b>, contain a total of more than 400 tough questions that children have asked experts in various fields in the Helsingin Sanomat column.</p><p>Children's science questions are themselves insightful, imaginative and, with expert answers, educational for everyone. They cover a wide range of scientific disciplines, from biology to astrology, not forgetting philosophical reflections. The show is aimed at children aged 5–9, but the whole family will probably enjoy it.</p><p>The performance is visually striking, musically rich, insightful, playful and thought-provoking, with the aim of encouraging children to question, explore and wonder about the world and to reflect more deeply on the nature of knowledge. It is an ode to a child's curiosity, wonder and questioning. The show respects children and the way they look at the world. It's hard to imagine adults being able to look at things in such a multidisciplinary and creative way. In this performance, you are allowed to laugh at fart jokes and adults with their rigid thoughts.</p><p>The presentation will also examine knowledge itself and the nature of knowledge from the perspective of media criticism. Multi-literacy and media literacy are now taught to younger and younger people. Children already in early childhood education should be able to identify reliable information and where to look for it.</p><p>The production team consists of actor-writers <b>Pinja Hahtola</b> and <b>Iida-Maaria Lindstedt</b> and musician <b>Suvi Isotalo</b>. The visuals of the work are the responsibility of the scenographer and puppeteer <b>Tua Hautamäki</b> and the lighting designer <b>Mirkka Saari</b>.</p><p>On stage: Pinja Hahtola, Iida-Maaria Lindstedt ja Jouni Raatikainen.</p><p>The premiere of the show will take place in April 2026, and it will be produced in collaboration with Q-teatteri and Kanneltalo. <i>Dinosauruksen hikka vai mehiläisen kakka? – 33 kutkuttavaa lasten tiedekysymystä</i> is also part of the <u><a href=\"https://kummilapset.hel.fi/en\">Culture Kids project</u></a>. After the performances in Helsinki, the show will be available to order from autumn 2026 onwards throughout Finland.</p><p>Duration: max. 1 h. <br>The performance language is Finnish.</p><p>Warning: The performance may cause chronic questionitis!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Uusintaesitys yleisön pyynnöstä! Lasten tiedekysymyksistä kootussa musiikillisessa teatteriseikkailussa tiede tanssii sambaa ja mielikuvitus laukkaa!",
                "sv": "I detta musikaliska teateräventyr som byggts upp av frågor från barn om vetenskap får vetenskapen dansa samba och fantasin flöda!",
                "en": "Science dances the samba and imagination runs wild in this musical theatre adventure about science questions from children!"
            },
            "info_url": {
                "fi": "http://www.kanneltalo.fi/fi/tapahtumat/event/7E6199D461CD0EDF2496D907F256E0B3/Dinosauruksen_hikka_vai_mehilaisen_kakka_",
                "sv": "http://www.kanneltalo.fi/sv/evenemang/event/7E6199D461CD0EDF2496D907F256E0B3/Dinosauruksen_hikka_vai_mehilaisen_kakka_",
                "en": "http://www.kanneltalo.fi/en/events/event/7E6199D461CD0EDF2496D907F256E0B3/Dinosauruksen_hikka_vai_mehilaisen_kakka_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69337/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69213",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7260/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:348/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:45/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:52/?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"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39492/?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€ / 15€",
                        "sv": "20€ / 15€",
                        "en": "20€ / 15€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/etnosoi-indigenous-voices-vuotalo-21847864/",
                        "sv": "https://www.lippu.fi/event/etnosoi-indigenous-voices-vuotalo-21847864/",
                        "en": "https://www.lippu.fi/event/etnosoi-indigenous-voices-vuotalo-21847864/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384915,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T12:13:30.249841Z",
                    "last_modified_time": "2026-06-02T12:13:30.249854Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792326.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384915/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-06-02T12:13:30.121476Z",
            "last_modified_time": "2026-09-04T11:23:46.252554Z",
            "date_published": null,
            "start_time": "2026-10-30T16:00:00Z",
            "end_time": "2026-10-30T18: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": "Third Spaces Collective: INDIGENOUS VOICES (BRA/KOR/FIN/NZL/ITA/AUS – Etnosoi!-festivaali Vuotalossa",
                "sv": "Third Spaces Collective: INDIGENOUS VOICES (BRA/KOR/FIN/NZL/ITA/AUS – Etnosoi!-festivalen på Nordhuset",
                "en": "Third Spaces Collective: INDIGENOUS VOICES (BRA/KOR/FIN/NZL/ITA/AUS – Etnosoi!-festival at Vuosaari House"
            },
            "description": {
                "fi": "<p>Third Spaces Collective tuo yhteen alkuperäiskansojen ja muiden kulttuuritaustojen taiteilijoita.</p><p>Kollektiivin keskeisenä tavoitteena on kehittää uusia kulttuurienvälisen taiteellisen yhteistyön muotoja, jotka perustuvat alkuperäiskansojen arvoihin ja lähestymistapoihin. Kollektiivi luo uutta musiikkia yhteistyöhön perustuvassa ‘kolmannessa tilassa’ hyödyntäen monimuotoisuutta, erilaisuutta ja alkuperäiskansojen vahvuuksia.</p><p>Tämä projekti on osa Taideyliopiston Sibelius-Akatemian Ääni ja oikeus – Third Spaces -projektia, jota johtaa professori Nathan Riki Thomson ja jota Jane ja Aatos Erkon säätiö sekä Paloheimon Perinnesäätiö tukevat.</p><p>Adriano Itaúna Adewale (Brasilia): berimbau, perkussiot, ääni<br>Sunny Kim (Korea): ääni <br>Hildá Länsman (Saami): joiku, ääni<br>Jerome Kavanagh Poutama (Aotearoa): Māori taonga puoro, ääni<br>Livia Schweizer (Italia): huilut, ääni<br>Nathan Riki Thomson (Australia / Aotearoa): preparoitu kontrabasso, huilut, ääni<br>Daniel Yipininy Wilfred (Yolngu Wägilak -kansa, Arnhem Land, Australia): Yolngu songman, ääni, bilma</p><p>Klubi-ilta, A-oikeudet, Café Pokkari huolehtii tarjoilusta.<br>Ovet avataan klo 17.30.<br>Konsertin kesto: noin 2 tuntia, sisältäen väliajan.<br>Liput à 20/15 € @ Lippu.fi tai lippuautomaatilta ovelta.</p>",
                "sv": "<p>Third Spaces Collective sammanför artister från ursprungsfolk och andra kulturella bakgrunder.</p><p>Kollektivets främsta mål är att utveckla nya former för interkulturellt konstnärligt samarbete som bygger på ursprungsfolkens värderingar och synsätt. Kollektivet skapar ny musik i ett samarbetsorienterat ”tredje rum”, där man drar nytta av mångfald, olikheter och ursprungsfolkens styrkor. <br>Detta projekt ingår i Sibelius-Akademins projekt Ääni ja oikeus – Third Spaces vid Konstuniversitetet. Projektet leds av professor Nathan Riki Thomson och stöds av Jane och Aatos Erkkos stiftelse samt Paloheimon Perinnesäätiö.</p><p>Adriano Itaúna Adewale (Brasilien) – berimbau, slagverk, röst <br>Sunny Kim (Korea) – röst  <br>Hildá Länsman (Sameland) – jojk, röst <br>Jerome Kavanagh Poutama (Aotearoa) – māori taonga pūoro, röst <br>Livia Schweizer (Italien) – flöjter, röst <br>Nathan Riki Thomson (Australien/Aotearoa) – preparerad kontrabas, flöjter, röst <br>Daniel Yipininy Wilfred (Yolngu Wägilak-folket, Arnhem Land, Australien) – Yolngu songman, röst, bilma</p><p>Klubbkväll, A-rättigheter, Café Pokkari står för serveringen. <br>Dörrarna öppnas kl. 17.30. <br>Konsertens längd: ca 2 h, inklusive paus. <br>Biljetter à 20/15 € på Lippu.fi eller i biljettautomaten vid ingången.</p>",
                "en": "<p>Third Spaces Collective brings together artists from Indigenous and other diverse cultural backgrounds, with the central aim of developing new forms of intercultural artistic collaboration grounded by Indigenous values and approaches.</p><p>Drawing on diversity, difference, and indigeneity as core strengths, the collective creates new music in a collaborative third space.</p><p>This project is part of the University of the Arts Helsinki Sibelius Academy’s Voice and Justice Third Spaces project, led by Professor Nathan Riki Thomson and kindly supported by the Jane and Aatos Erkko Foundation and Paloheimo Foundation.</p><p>Adriano Itaúna Adewale (Brazil): berimbau, percussion, voice<br>Sunny Kim (Korea): voice <br>Hildá Länsman (Sápmi): Sámi joik, voice<br>Jerome Kavanagh Poutama (Aotearoa): Māori taonga puoro, voice<br>Livia Schweizer (Italy): flutes, voice<br>Nathan Riki Thomson (Australia / Aotearoa): prepared double bass, flutes, voice<br>Daniel Yipininy Wilfred (Yolngu Wägilak people, Arnhem Land, Australia): Yolngu songman, voice, bilma</p><p>Club night, Café Pokkari takes care of the refreshments, starting from 5:30 PM.<br>Duration: approx. 2 hours, including intermission.<br>Tickets à 20/15 € @ Lippu.fi or from the ticket machine at the door.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Third Spaces Collective tuo yhteen alkuperäiskansojen ja muiden kulttuuritaustojen taiteilijoita.",
                "sv": "Third Spaces Collective sammanför artister från ursprungsfolk och andra kulturella bakgrunder.",
                "en": "Third Spaces Collective brings together artists from Indigenous and other diverse cultural backgrounds, with the central aim of developing new forms of intercultural artistic collaboration grounded by Indigenous values and approaches."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/681706867E1C756FD3485DDFBA5301AD/Third_Spaces_Collective_INDIGENOUS_VOICES_BRA_KOR_FIN_NZL_ITA_AUS",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/681706867E1C756FD3485DDFBA5301AD/Third_Spaces_Collective_INDIGENOUS_VOICES_BRA_KOR_FIN_NZL_ITA_AUS",
                "en": "http://www.vuotalo.fi/en/events/event/681706867E1C756FD3485DDFBA5301AD/Third_Spaces_Collective_INDIGENOUS_VOICES_BRA_KOR_FIN_NZL_ITA_AUS"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69213/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqgx7d7ri",
            "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: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"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?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": 1494716,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2025-11-13T12:19:15.033026Z",
                    "last_modified_time": "2025-11-13T12:19:15.033050Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/5f8a5d8b-6851-4815-960f-58f31650107d.jpg",
                    "name": "",
                    "cropping": "214,0,1066,853",
                    "photographer_name": "Kuva Peggy Pixabaystä",
                    "alt_text": "Kuvassa henkilö piirtää mangaa.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1494716/?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-09-04T09:58:31.799542Z",
            "last_modified_time": "2026-09-04T09:58:31.799564Z",
            "date_published": "2026-09-04T09:00:00Z",
            "start_time": "2026-09-07T12:30:00Z",
            "end_time": "2026-09-07T13: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": "Jaminurkka",
                "sv": "Jaminurkka",
                "en": "Jaminurkka"
            },
            "provider": {
                "fi": "Sarjakuvakeskus | Espoon harrastuspolku",
                "sv": "Sarjakuvakeskus | Hobbystigen i Esbo",
                "en": "Sarjakuvakeskus | Espoo Hobby Path"
            },
            "name": {
                "fi": "Manga- ja animeharrastus 3.-6.-luokkalaisille",
                "sv": "Manga- och animehobby för åk 3-6",
                "en": "Manga and anime hobby for 3rd-6th graders"
            },
            "description": {
                "fi": "<p>Manga- ja animeharrastuksessa tutustut mangan ja animen valloittaviin maailmoihin. Harrastuksesta saat hyvän yleiskuvan mangasta ja animesta, ja yleiskuvan pohjalta sinun on helppo lähteä suuntaamaan omaa kiinnostustasi tiettyä tyyliä tai alalajia kohti. Harrastuksessa aloitetaan perusteista kuten piirtotekniikasta ja eroista länsimaiseen sarjakuvaan. Kun taitosi karttuvat, saat yhä syvempää osaamista mangan ja animen eri tyyleistä. Teet tehtäviä sekä yksin että ryhmässä. Harrastus sopii kaikille mangasta ja animesta kiinnostuneille, et tarvitse aiempaa kokemusta. Ryhmän toiminnassa painotetaan aina osallistujien omia toiveita ja kiinnostuksen kohteita.&nbsp;</p><p>Ilmoittautuminen harrastusryhmiin käynnistyy torstaina 21.8. alkaen. Harrastusryhmät alkavat viikolla 37 maanantaista 8.9.2025 alkaen. Harrastus kestää koko lukuvuoden ajan, ellei muuta mainita. Harrastusryhmät eivät kokoonnu koulujen loma-aikoina. Harrastus on osallistujille maksuton. Espoon kaupunki on vakuuttanut harrastusryhmien osallistujat.</p><p>Kaikki ovat tervetulleita harrastusryhmiin riippumatta esimerkiksi kielitaidosta, toimintakyvystä tai aiemmasta harrastustaustasta. Osallistumiseen on mahdollista saada tukea. Ilmoittautumisen yhteydessä kerrothan lapsen mahdollisista tuen tarpeista tai muista huomioitavista asioista, jotta harrastuksen järjestäjä voi ottaa ne huomioon toiminnassaan ja sujuvoittaa osallistumista.</p><p>Harrastusryhmän järjestäjä on yhteydessä huoltajiin harrastuksen käytännön asioista. Olettehan yhteydessä harrastuksen järjestäjään, mikäli haluatte perua lapsen osallistumisen tai teillä on kysyttävää harrastuksesta. Harrastusryhmissä on myös mahdollista käydä tutustumassa ennen ilmoittautumista.</p><p>Espoon harrastuspolku tarjoaa maksuttomia, lasten ja nuorten toiveiden mukaisia harrastuksia 3.–9.-luokkalaisille koulupäivien jälkeen kouluilla, niiden läheisyydessä tai etäyhteydellä. Espoon harrastuspolku toteuttaa valtakunnallista harrastamisen Suomen mallia Espoossa. Harrastuksissa noudatetaan turvallisemman tilan periaatteita.</p>",
                "sv": "<p>I manga- och animehobbyn får du bekanta dig med de fascinerande världarna av manga och anime. Hobbyn ger dig en bra överblick av manga och anime och utifrån den överblick du får kan du lätt rikta ditt eget intresse mot en viss stil eller underart. Man börjar med grunderna, såsom ritteknik och att se skillnader jämfört med västerländska serier. I takt med att du blir skickligare får du allt djupare kunskaper om de olika stilarna inom manga och anime. Du utför uppgifter både ensam och i grupp. Hobbyn lämpar sig för alla som är intresserade av manga och anime, du behöver inte tidigare erfarenhet. I gruppens verksamhet betonas alltid deltagarnas egna önskemål och intressen.&nbsp;</p><p>Anmälan till hobbygrupperna öppnas torsdagen den 21&nbsp;augusti. Hobbygrupperna börjar vecka 37, måndagen den 8&nbsp;september 2025. Hobbyn pågår hela läsåret, om inte annat nämns. Hobbygrupperna samlas inte under skolloven. Hobbyn är avgiftsfri för deltagarna. Esbo stad har försäkrat deltagarna i hobbygrupperna.</p><p>Alla är välkomna till hobbygrupperna oberoende av till exempel språkkunskaper, funktionsförmåga eller tidigare hobbybakgrund. Det är möjligt att få stöd för deltagandet. Berätta i samband med anmälan om barnets eventuella stödbehov eller annat som ska tas i beaktande så att hobbyanordnaren kan planera sin verksamhet och göra deltagandet smidigare.</p><p>Den som ordnar hobbygruppen kontaktar vårdnadshavarna om praktiska frågor rörande hobbyverksamheten. Kontakta den som ordnar hobbyn om ni vill annullera barnets deltagande eller om ni har frågor om hobbyn. Det är också möjligt att bekanta sig med hobbygrupperna före anmälan.</p><p>Esbos hobbystig erbjuder avgiftsfria hobbyer enligt barnens och ungdomarnas önskemål för elever i årskurs 3–9 efter skoldagarna i skolorna, i närheten av skolorna eller på distans. Hobbystigen i Esbo förverkligar Finlandsmodellen för hobbyverksamhet i Esbo. I hobbygrupperna iakttas principerna för ett tryggare rum.</p>",
                "en": "<p>In the manga and anime hobby, you’ll learn about the wonderful worlds of manga and anime. In this hobby, you’ll get a good look into manga and anime, which helps you to find and focus on your favourite style or subgenre. This hobby starts with the basics, such as drawing technique and the differences to Western comics. As you build up your skills, you’ll gain a deeper knowledge of the different styles of manga and anime. You’ll work both independently and in groups. The hobby is suitable for everyone interested in manga and anime, no prior experience needed. The group will always focus on the participants’ wishes and interests.&nbsp;</p><p>Registration for hobby groups will open on Thursday 21 August. Hobby groups will start&nbsp;in week 37, on Monday, 8 September 2025 onwards. The hobby groups will meet weekly throughout the school year unless otherwise stated. The hobby groups do not meet during school holidays. The hobbies are free of charge for the participants. The City of Espoo has insured the hobby group participants.</p><p>Everyone is welcome to hobby groups regardless of their language skills, functional capacity or past hobbies. Support for participation is available. When registering, please notify any support needs your child might have or if there is anything else of note, so that the hobby organiser can take it into account in their activities and make participating easier.</p><p>The organiser of the hobby group contacts the guardians about the practical arrangements for the hobby. Please contact the hobby organiser if you want to cancel your child’s participation or if you have questions about the hobby. It is possible to try out the hobby groups before signing up.</p><p>The Espoo Hobby Path offers free hobbies according to children’s and young people’s wishes. The activities are for pupils in grades 3–9 and take place after school days at school premises, near the school or via remote connection. The Espoo Hobby Path implements the national Finnish Model for Leisure Activities in Espoo. The principles of a safer space are applied in the hobby groups.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Harrastuksesta saat hyvän yleiskuvan mangasta ja animesta, minkä pohjalta sinun on helppo suunnata omaa kiinnostustasi tiettyä tyyliä tai alalajia kohti.",
                "sv": "Hobbyn ger dig en bra överblick av manga och anime och utifrån den överblick du får kan du lätt rikta ditt eget intresse mot en viss stil eller underart.",
                "en": "In the manga and anime hobby, you’ll get a good look into manga and anime, which helps you to find and focus on your favourite style or subgenre."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgx7d7ri/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqgx7eave",
            "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: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"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p8630/?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": 1494716,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2025-11-13T12:19:15.033026Z",
                    "last_modified_time": "2025-11-13T12:19:15.033050Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/5f8a5d8b-6851-4815-960f-58f31650107d.jpg",
                    "name": "",
                    "cropping": "214,0,1066,853",
                    "photographer_name": "Kuva Peggy Pixabaystä",
                    "alt_text": "Kuvassa henkilö piirtää mangaa.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/1494716/?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-09-04T09:57:35.119996Z",
            "last_modified_time": "2026-09-04T09:57:35.120012Z",
            "date_published": "2026-09-04T09:00:00Z",
            "start_time": "2026-09-07T11:30:00Z",
            "end_time": "2026-09-07T12: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": "Jaminurkka",
                "sv": "Jaminurkka",
                "en": "Jaminurkka"
            },
            "provider": {
                "fi": "Sarjakuvakeskus | Espoon harrastuspolku",
                "sv": "Sarjakuvakeskus | Hobbystigen i Esbo",
                "en": "Sarjakuvakeskus | Espoo Hobby Path"
            },
            "name": {
                "fi": "Manga- ja animeharrastus 3.-6.-luokkalaisille",
                "sv": "Manga- och animehobby för åk 3-6",
                "en": "Manga and anime hobby for 3rd-6th graders"
            },
            "description": {
                "fi": "<p>Manga- ja animeharrastuksessa tutustut mangan ja animen valloittaviin maailmoihin. Harrastuksesta saat hyvän yleiskuvan mangasta ja animesta, ja yleiskuvan pohjalta sinun on helppo lähteä suuntaamaan omaa kiinnostustasi tiettyä tyyliä tai alalajia kohti. Harrastuksessa aloitetaan perusteista kuten piirtotekniikasta ja eroista länsimaiseen sarjakuvaan. Kun taitosi karttuvat, saat yhä syvempää osaamista mangan ja animen eri tyyleistä. Teet tehtäviä sekä yksin että ryhmässä. Harrastus sopii kaikille mangasta ja animesta kiinnostuneille, et tarvitse aiempaa kokemusta. Ryhmän toiminnassa painotetaan aina osallistujien omia toiveita ja kiinnostuksen kohteita.&nbsp;</p><p>Ilmoittautuminen harrastusryhmiin käynnistyy torstaina 21.8. alkaen. Harrastusryhmät alkavat viikolla 37 maanantaista 8.9.2025 alkaen. Harrastus kestää koko lukuvuoden ajan, ellei muuta mainita. Harrastusryhmät eivät kokoonnu koulujen loma-aikoina. Harrastus on osallistujille maksuton. Espoon kaupunki on vakuuttanut harrastusryhmien osallistujat.</p><p>Kaikki ovat tervetulleita harrastusryhmiin riippumatta esimerkiksi kielitaidosta, toimintakyvystä tai aiemmasta harrastustaustasta. Osallistumiseen on mahdollista saada tukea. Ilmoittautumisen yhteydessä kerrothan lapsen mahdollisista tuen tarpeista tai muista huomioitavista asioista, jotta harrastuksen järjestäjä voi ottaa ne huomioon toiminnassaan ja sujuvoittaa osallistumista.</p><p>Harrastusryhmän järjestäjä on yhteydessä huoltajiin harrastuksen käytännön asioista. Olettehan yhteydessä harrastuksen järjestäjään, mikäli haluatte perua lapsen osallistumisen tai teillä on kysyttävää harrastuksesta. Harrastusryhmissä on myös mahdollista käydä tutustumassa ennen ilmoittautumista.</p><p>Espoon harrastuspolku tarjoaa maksuttomia, lasten ja nuorten toiveiden mukaisia harrastuksia 3.–9.-luokkalaisille koulupäivien jälkeen kouluilla, niiden läheisyydessä tai etäyhteydellä. Espoon harrastuspolku toteuttaa valtakunnallista harrastamisen Suomen mallia Espoossa. Harrastuksissa noudatetaan turvallisemman tilan periaatteita.</p>",
                "sv": "<p>I manga- och animehobbyn får du bekanta dig med de fascinerande världarna av manga och anime. Hobbyn ger dig en bra överblick av manga och anime och utifrån den överblick du får kan du lätt rikta ditt eget intresse mot en viss stil eller underart. Man börjar med grunderna, såsom ritteknik och att se skillnader jämfört med västerländska serier. I takt med att du blir skickligare får du allt djupare kunskaper om de olika stilarna inom manga och anime. Du utför uppgifter både ensam och i grupp. Hobbyn lämpar sig för alla som är intresserade av manga och anime, du behöver inte tidigare erfarenhet. I gruppens verksamhet betonas alltid deltagarnas egna önskemål och intressen.&nbsp;</p><p>Anmälan till hobbygrupperna öppnas torsdagen den 21&nbsp;augusti. Hobbygrupperna börjar vecka 37, måndagen den 8&nbsp;september 2025. Hobbyn pågår hela läsåret, om inte annat nämns. Hobbygrupperna samlas inte under skolloven. Hobbyn är avgiftsfri för deltagarna. Esbo stad har försäkrat deltagarna i hobbygrupperna.</p><p>Alla är välkomna till hobbygrupperna oberoende av till exempel språkkunskaper, funktionsförmåga eller tidigare hobbybakgrund. Det är möjligt att få stöd för deltagandet. Berätta i samband med anmälan om barnets eventuella stödbehov eller annat som ska tas i beaktande så att hobbyanordnaren kan planera sin verksamhet och göra deltagandet smidigare.</p><p>Den som ordnar hobbygruppen kontaktar vårdnadshavarna om praktiska frågor rörande hobbyverksamheten. Kontakta den som ordnar hobbyn om ni vill annullera barnets deltagande eller om ni har frågor om hobbyn. Det är också möjligt att bekanta sig med hobbygrupperna före anmälan.</p><p>Esbos hobbystig erbjuder avgiftsfria hobbyer enligt barnens och ungdomarnas önskemål för elever i årskurs 3–9 efter skoldagarna i skolorna, i närheten av skolorna eller på distans. Hobbystigen i Esbo förverkligar Finlandsmodellen för hobbyverksamhet i Esbo. I hobbygrupperna iakttas principerna för ett tryggare rum.</p>",
                "en": "<p>In the manga and anime hobby, you’ll learn about the wonderful worlds of manga and anime. In this hobby, you’ll get a good look into manga and anime, which helps you to find and focus on your favourite style or subgenre. This hobby starts with the basics, such as drawing technique and the differences to Western comics. As you build up your skills, you’ll gain a deeper knowledge of the different styles of manga and anime. You’ll work both independently and in groups. The hobby is suitable for everyone interested in manga and anime, no prior experience needed. The group will always focus on the participants’ wishes and interests.&nbsp;</p><p>Registration for hobby groups will open on Thursday 21 August. Hobby groups will start&nbsp;in week 37, on Monday, 8 September 2025 onwards. The hobby groups will meet weekly throughout the school year unless otherwise stated. The hobby groups do not meet during school holidays. The hobbies are free of charge for the participants. The City of Espoo has insured the hobby group participants.</p><p>Everyone is welcome to hobby groups regardless of their language skills, functional capacity or past hobbies. Support for participation is available. When registering, please notify any support needs your child might have or if there is anything else of note, so that the hobby organiser can take it into account in their activities and make participating easier.</p><p>The organiser of the hobby group contacts the guardians about the practical arrangements for the hobby. Please contact the hobby organiser if you want to cancel your child’s participation or if you have questions about the hobby. It is possible to try out the hobby groups before signing up.</p><p>The Espoo Hobby Path offers free hobbies according to children’s and young people’s wishes. The activities are for pupils in grades 3–9 and take place after school days at school premises, near the school or via remote connection. The Espoo Hobby Path implements the national Finnish Model for Leisure Activities in Espoo. The principles of a safer space are applied in the hobby groups.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Harrastuksesta saat hyvän yleiskuvan mangasta ja animesta, minkä pohjalta sinun on helppo suunnata omaa kiinnostustasi tiettyä tyyliä tai alalajia kohti.",
                "sv": "Hobbyn ger dig en bra överblick av manga och anime och utifrån den överblick du får kan du lätt rikta ditt eget intresse mot en viss stil eller underart.",
                "en": "In the manga and anime hobby, you’ll get a good look into manga and anime, which helps you to find and focus on your favourite style or subgenre."
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqgx7eave/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69612",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030544/",
                        "sv": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030544/",
                        "en": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030544/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385591,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-10T07:14:32.633683Z",
                    "last_modified_time": "2026-07-10T07:14:32.633698Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792312.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385591/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T07:14:32.537100Z",
            "last_modified_time": "2026-09-04T09:24:08.765947Z",
            "date_published": null,
            "start_time": "2026-12-19T12:00:00Z",
            "end_time": "2026-12-19T13: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": null,
            "name": {
                "fi": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics",
                "sv": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics",
                "en": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics"
            },
            "description": {
                "fi": "<p>Hysteria Mundi – Improvisations on Global Politics on K&C Kekäläinen & Companyn uusi 30-vuotisjuhlateos.</p><p>Teos jatkaa tanssitaiteilija <b>Sanna Kekäläisen</b> yli neljä vuosikymmentä jatkunutta tutkimusta ruumiillisuudesta, sukupuolen moninaisuudesta ja yhteiskunnallisesta muutoksesta. <br> <br>Nykytanssin uranuurtajan Sanna Kekäläisen teos <i>Studien über Hysterie</i> on Suomen nykytanssi- ja esitystaidekentän historian kiistaton klassikko. Se tuodaan nykyhetkeen täysin uudella tavalla: alkuperäisteos on nyt uuden <i>Hysteria Mundi</i> -teoksen sisällä.</p><p>Uudet materiaalit ja eri taidemuodot luovat laajan, uusia merkityksiä ja kerroksia kasvattavan kehän alkuperäisteoksen ympärille muodostaen uuden jännittävän ja yllätyksellisen teoksen, joka peilaa alkuperäisteoksen 35-vuotista historiaa maailman tilaan sekä maapallon ja biosfäärin muuttumiseen tänä aikana.</p><p>Käsikirjoitus, koreografia ja ohjaus: Sanna Kekäläinen<br>Teksti: Kari Hukkila<br>Esiintyjät: Lea Pekkala, Janne Marja-aho, Eero Vesterinen, Sanna Kekäläinen<br>Musiikki: J.S.Bach, Aulis Sallinen, Surma<br>Valosuunnittelu: Tuittu Teivainen</p>",
                "en": "<p>Hysteria Mundi – Improvisations on Global Politics is the 30th anniversary work of K&C Kekäläinen & Company.</p><p>The work continues dance artist Sanna Kekäläinen's over four decades of research into corporeality, gender diversity, global crisis and social change.</p><p>Script, choreography and direction: Sanna Kekäläinen<br>Text: Kari Hukkila<br>Performers: Lea Pekkala, Janne Marja-aho, Eero Vesterinen, Sanna Kekäläinen<br>Music: Aulis Sallinen, Surma<br>Light design: Tuittu Teivainen</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Hysteria Mundi – Improvisations on Global Politics on K&C Kekäläinen & Companyn uusi 30-vuotisjuhlateos.",
                "en": "Hysteria Mundi – Improvisations on Global Politics is the 30th anniversary work of K&C Kekäläinen & Company."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/4CB240BFE7649370DEBCB4504F45EEC8/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics",
                "sv": "http://www.stoa.fi/sv/evenemang/event/4CB240BFE7649370DEBCB4504F45EEC8/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics",
                "en": "http://www.stoa.fi/en/events/event/4CB240BFE7649370DEBCB4504F45EEC8/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69612/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69611",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030543/",
                        "sv": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030543/",
                        "en": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030543/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385590,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-10T07:14:32.254430Z",
                    "last_modified_time": "2026-07-10T07:14:32.254447Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792311.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385590/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T07:14:32.159182Z",
            "last_modified_time": "2026-09-04T09:24:08.609081Z",
            "date_published": null,
            "start_time": "2026-12-18T16:00:00Z",
            "end_time": "2026-12-18T17: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": null,
            "name": {
                "fi": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics",
                "sv": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics",
                "en": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics"
            },
            "description": {
                "fi": "<p>Hysteria Mundi – Improvisations on Global Politics on K&C Kekäläinen & Companyn uusi 30-vuotisjuhlateos.</p><p>Teos jatkaa tanssitaiteilija <b>Sanna Kekäläisen</b> yli neljä vuosikymmentä jatkunutta tutkimusta ruumiillisuudesta, sukupuolen moninaisuudesta ja yhteiskunnallisesta muutoksesta. <br> <br>Nykytanssin uranuurtajan Sanna Kekäläisen teos <i>Studien über Hysterie</i> on Suomen nykytanssi- ja esitystaidekentän historian kiistaton klassikko. Se tuodaan nykyhetkeen täysin uudella tavalla: alkuperäisteos on nyt uuden <i>Hysteria Mundi</i> -teoksen sisällä.</p><p>Uudet materiaalit ja eri taidemuodot luovat laajan, uusia merkityksiä ja kerroksia kasvattavan kehän alkuperäisteoksen ympärille muodostaen uuden jännittävän ja yllätyksellisen teoksen, joka peilaa alkuperäisteoksen 35-vuotista historiaa maailman tilaan sekä maapallon ja biosfäärin muuttumiseen tänä aikana.</p><p>Käsikirjoitus, koreografia ja ohjaus: Sanna Kekäläinen<br>Teksti: Kari Hukkila<br>Esiintyjät: Lea Pekkala, Janne Marja-aho, Eero Vesterinen, Sanna Kekäläinen<br>Musiikki:J.S.Bach, Aulis Sallinen, Surma<br>Valosuunnittelu: Tuittu Teivainen</p>",
                "en": "<p>Hysteria Mundi – Improvisations on Global Politics is the 30th anniversary work of K&C Kekäläinen & Company.</p><p>The work continues dance artist Sanna Kekäläinen's over four decades of research into corporeality, gender diversity, global crisis and social change.</p><p>Script, choreography and direction: Sanna Kekäläinen<br>Text: Kari Hukkila<br>Performers: Lea Pekkala, Janne Marja-aho, Eero Vesterinen, Sanna Kekäläinen<br>Music: Aulis Sallinen, Surma<br>Light design: Tuittu Teivainen</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Hysteria Mundi – Improvisations on Global Politics on K&C Kekäläinen & Companyn uusi 30-vuotisjuhlateos.",
                "en": "Hysteria Mundi – Improvisations on Global Politics is the 30th anniversary work of K&C Kekäläinen & Company."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/26D7337A6DC7C7FC7BCD650F19CC4921/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics",
                "sv": "http://www.stoa.fi/sv/evenemang/event/26D7337A6DC7C7FC7BCD650F19CC4921/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics",
                "en": "http://www.stoa.fi/en/events/event/26D7337A6DC7C7FC7BCD650F19CC4921/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69611/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69610",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030542/",
                        "sv": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030542/",
                        "en": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030542/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385589,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-10T07:14:31.769210Z",
                    "last_modified_time": "2026-07-10T07:14:31.769226Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792310.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385589/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T07:14:31.657234Z",
            "last_modified_time": "2026-09-04T09:24:08.033952Z",
            "date_published": null,
            "start_time": "2026-12-16T16:00:00Z",
            "end_time": "2026-12-16T17: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": null,
            "name": {
                "fi": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics",
                "sv": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics",
                "en": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics"
            },
            "description": {
                "fi": "<p>Hysteria Mundi – Improvisations on Global Politics on K&C Kekäläinen & Companyn uusi 30-vuotisjuhlateos.</p><p>Teos jatkaa tanssitaiteilija <b>Sanna Kekäläisen</b> yli neljä vuosikymmentä jatkunutta tutkimusta ruumiillisuudesta, sukupuolen moninaisuudesta ja yhteiskunnallisesta muutoksesta. <br> <br>Nykytanssin uranuurtajan Sanna Kekäläisen teos <i>Studien über Hysterie</i> on Suomen nykytanssi- ja esitystaidekentän historian kiistaton klassikko. Se tuodaan nykyhetkeen täysin uudella tavalla: alkuperäisteos on nyt uuden <i>Hysteria Mundi</i> -teoksen sisällä.</p><p>Uudet materiaalit ja eri taidemuodot luovat laajan, uusia merkityksiä ja kerroksia kasvattavan kehän alkuperäisteoksen ympärille muodostaen uuden jännittävän ja yllätyksellisen teoksen, joka peilaa alkuperäisteoksen 35-vuotista historiaa maailman tilaan sekä maapallon ja biosfäärin muuttumiseen tänä aikana.</p><p>Käsikirjoitus, koreografia ja ohjaus: Sanna Kekäläinen<br>Teksti: Kari Hukkila<br>Esiintyjät: Lea Pekkala, Janne Marja-aho, Eero Vesterinen, Sanna Kekäläinen<br>Musiikki: J.S.Bach, Aulis Sallinen, Surma<br>Valosuunnittelu: Tuittu Teivainen</p>",
                "en": "<p>Hysteria Mundi – Improvisations on Global Politics is the 30th anniversary work of K&C Kekäläinen & Company.</p><p>The work continues dance artist Sanna Kekäläinen's over four decades of research into corporeality, gender diversity, global crisis and social change.</p><p>Script, choreography and direction: Sanna Kekäläinen<br>Text: Kari Hukkila<br>Performers: Lea Pekkala, Janne Marja-aho, Eero Vesterinen, Sanna Kekäläinen<br>Music: Aulis Sallinen, Surma<br>Light design: Tuittu Teivainen</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Hysteria Mundi – Improvisations on Global Politics on K&C Kekäläinen & Companyn uusi 30-vuotisjuhlateos.",
                "en": "Hysteria Mundi – Improvisations on Global Politics is the 30th anniversary work of K&C Kekäläinen & Company."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/2CE11A22DAB8BF5AF3E52A2675622F63/_Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics",
                "sv": "http://www.stoa.fi/sv/evenemang/event/2CE11A22DAB8BF5AF3E52A2675622F63/_Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics",
                "en": "http://www.stoa.fi/en/events/event/2CE11A22DAB8BF5AF3E52A2675622F63/_Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69610/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69609",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030541/",
                        "sv": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030541/",
                        "en": "https://www.lippu.fi/event/kekainen-company-hysteria-mundi-improvisaatiota-maailmanmenosta-stoa-22030541/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385588,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-10T07:14:31.304882Z",
                    "last_modified_time": "2026-07-10T07:14:31.304894Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_792309.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385588/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T07:14:31.162844Z",
            "last_modified_time": "2026-09-04T09:24:07.759109Z",
            "date_published": null,
            "start_time": "2026-12-15T16:00:00Z",
            "end_time": "2026-12-15T17: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": null,
            "name": {
                "fi": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics",
                "sv": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics",
                "en": "Kekäläinen & Company: Hysteria Mundi – Improvisations on Global Politics"
            },
            "description": {
                "fi": "<p>Hysteria Mundi – Improvisations on Global Politics on K&C Kekäläinen & Companyn uusi 30-vuotisjuhlateos.</p><p>Teos jatkaa tanssitaiteilija <b>Sanna Kekäläisen</b> yli neljä vuosikymmentä jatkunutta tutkimusta ruumiillisuudesta, sukupuolen moninaisuudesta ja yhteiskunnallisesta muutoksesta. <br> <br>Nykytanssin uranuurtajan Sanna Kekäläisen teos <i>Studien über Hysterie</i> on Suomen nykytanssi- ja esitystaidekentän historian kiistaton klassikko. Se tuodaan nykyhetkeen täysin uudella tavalla: alkuperäisteos on nyt uuden <i>Hysteria Mundi</i> -teoksen sisällä.</p><p>Uudet materiaalit ja eri taidemuodot luovat laajan, uusia merkityksiä ja kerroksia kasvattavan kehän alkuperäisteoksen ympärille muodostaen uuden jännittävän ja yllätyksellisen teoksen, joka peilaa alkuperäisteoksen 35-vuotista historiaa maailman tilaan sekä maapallon ja biosfäärin muuttumiseen tänä aikana.</p><p>Käsikirjoitus, koreografia ja ohjaus: Sanna Kekäläinen<br>Teksti: Kari Hukkila<br>Esiintyjät: Lea Pekkala, Janne Marja-aho, Eero Vesterinen, Sanna Kekäläinen<br>Musiikki: J.S.Bach, Aulis Sallinen, Surma<br>Valosuunnittelu: Tuittu Teivainen</p>",
                "en": "<p>Hysteria Mundi – Improvisations on Global Politics is the 30th anniversary work of K&C Kekäläinen & Company.</p><p>The work continues dance artist Sanna Kekäläinen's over four decades of research into corporeality, gender diversity, global crisis and social change.</p><p>Script, choreography and direction: Sanna Kekäläinen<br>Text: Kari Hukkila<br>Performers: Lea Pekkala, Janne Marja-aho, Eero Vesterinen, Sanna Kekäläinen<br>Music: Aulis Sallinen, Surma<br>Light design: Tuittu Teivainen</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Hysteria Mundi – Improvisations on Global Politics on K&C Kekäläinen & Companyn uusi 30-vuotisjuhlateos.",
                "en": "Hysteria Mundi – Improvisations on Global Politics is the 30th anniversary work of K&C Kekäläinen & Company."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/2D1D9C820DC0FCC2EEAB5AE812EE2231/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics",
                "sv": "http://www.stoa.fi/sv/evenemang/event/2D1D9C820DC0FCC2EEAB5AE812EE2231/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics",
                "en": "http://www.stoa.fi/en/events/event/2D1D9C820DC0FCC2EEAB5AE812EE2231/Kekalainen_Company_Hysteria_Mundi_Improvisations_on_Global_Politics"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69609/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69882",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025352/",
                        "sv": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025352/",
                        "en": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025352/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386130,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T09:24:05.369018Z",
                    "last_modified_time": "2026-09-04T09:24:05.369030Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795943.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386130/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T09:24:05.289162Z",
            "last_modified_time": "2026-09-04T09:24:05.478523Z",
            "date_published": null,
            "start_time": "2026-12-05T13:00:00Z",
            "end_time": "2026-12-05T15: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": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "sv": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "en": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle"
            },
            "description": {
                "fi": "<p>Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa.</p><p><i>Kun jotain suurta on poissa</i></p><p>Karjalaisessa perinteessä siirtymäriitit, surun käsittely ja yhteisö kulkivat käsi kädessä. Arkinen ja pyhä elivät lähellä toisiaan. <i>Arvo</i>-teos on taiteellinen kunnianosoitus menetetyille perinteille, käsillä tekemiselle ja ruumiin työlle. Teos syntyy katkonaisen perinnön sirpaleista ja kurottaa kohti kulttuurisia haamuja sekä itkijöiden väkevyyttä ja henkistä voimaa.</p><p>Tanssiteatteri Tsuumin ja Kulttuurikomppania Eloan näyttämölle tuoma <i>Arvo</i> on toinen osa Sonja Jokiniemen karjalaista kulttuuriperimää ja surua käsittelevää trilogiaa. Sarjan ensimmäinen osa <i>Armo</i> käsitteli kuolemaa, sanattomia tarinoita ja juurettomuuden kokemusta. Trilogian toinen osa keskittyy itkemisen ruumiillisuuteen, yhteisölliseen suremiseen ja ylisukupolviseen tietoon.</p><p><b>Koreografia, taideteokset, teoksen lähtökohdat</b>: Sonja Jokiniemi<br><b>Taiteellinen työryhmä</b> (täydentyy): Reetta-Kaisa Iles, Tuomas Juntunen, Salla Korja, Leila Kourkia, Herman Nyby, Eetu Vekki <br><b>Tuotanto</b>: Tanssiteatteri Tsuumi, Kulttuurikomppania Eloa<br><b>Yhteistyössä</b>: Stoa, Baltic Circle</p><p>Tuotantoa tukee Uudet Klassikot -rahasto. Tanssiteatteri Tsuumin toimintaa tukevat Opetus- ja kulttuuriministeriö sekä Helsingin kaupunki. Kulttuurikomppania Eloan toimintaa tukevat Taide- ja kulttuurivirasto sekä Helsingin kaupunki.</p><p>Teos on osa Baltic Circle -teatterifestivaalin ohjelmistoa.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/1FB4A0F24E2B543A7E832C7C7FD1FD81/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "sv": "http://www.stoa.fi/sv/evenemang/event/1FB4A0F24E2B543A7E832C7C7FD1FD81/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "en": "http://www.stoa.fi/en/events/event/1FB4A0F24E2B543A7E832C7C7FD1FD81/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69882/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69881",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025351/",
                        "sv": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025351/",
                        "en": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025351/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386129,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T09:24:04.597984Z",
                    "last_modified_time": "2026-09-04T09:24:04.598001Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795942.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386129/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T09:24:04.505879Z",
            "last_modified_time": "2026-09-04T09:24:04.716853Z",
            "date_published": null,
            "start_time": "2026-12-04T16:30:00Z",
            "end_time": "2026-12-04T18: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": null,
            "name": {
                "fi": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "sv": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "en": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle"
            },
            "description": {
                "fi": "<p>Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa.</p><p><i>Kun jotain suurta on poissa</i></p><p>Karjalaisessa perinteessä siirtymäriitit, surun käsittely ja yhteisö kulkivat käsi kädessä. Arkinen ja pyhä elivät lähellä toisiaan. <i>Arvo</i>-teos on taiteellinen kunnianosoitus menetetyille perinteille, käsillä tekemiselle ja ruumiin työlle. Teos syntyy katkonaisen perinnön sirpaleista ja kurottaa kohti kulttuurisia haamuja sekä itkijöiden väkevyyttä ja henkistä voimaa.</p><p>Tanssiteatteri Tsuumin ja Kulttuurikomppania Eloan näyttämölle tuoma <i>Arvo</i> on toinen osa Sonja Jokiniemen karjalaista kulttuuriperimää ja surua käsittelevää trilogiaa. Sarjan ensimmäinen osa <i>Armo</i> käsitteli kuolemaa, sanattomia tarinoita ja juurettomuuden kokemusta. Trilogian toinen osa keskittyy itkemisen ruumiillisuuteen, yhteisölliseen suremiseen ja ylisukupolviseen tietoon.</p><p><b>Koreografia, taideteokset, teoksen lähtökohdat</b>: Sonja Jokiniemi<br><b>Taiteellinen työryhmä</b> (täydentyy): Reetta-Kaisa Iles, Tuomas Juntunen, Salla Korja, Leila Kourkia, Herman Nyby, Eetu Vekki <br><b>Tuotanto</b>: Tanssiteatteri Tsuumi, Kulttuurikomppania Eloa<br><b>Yhteistyössä</b>: Stoa, Baltic Circle</p><p>Tuotantoa tukee Uudet Klassikot -rahasto. Tanssiteatteri Tsuumin toimintaa tukevat Opetus- ja kulttuuriministeriö sekä Helsingin kaupunki. Kulttuurikomppania Eloan toimintaa tukevat Taide- ja kulttuurivirasto sekä Helsingin kaupunki.</p><p>Teos on osa Baltic Circle -teatterifestivaalin ohjelmistoa.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/D1E3026FFB4374C2C20D0F1F4D9B44C7/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "sv": "http://www.stoa.fi/sv/evenemang/event/D1E3026FFB4374C2C20D0F1F4D9B44C7/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "en": "http://www.stoa.fi/en/events/event/D1E3026FFB4374C2C20D0F1F4D9B44C7/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69881/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69880",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025350/",
                        "sv": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025350/",
                        "en": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025350/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386128,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T09:24:04.044687Z",
                    "last_modified_time": "2026-09-04T09:24:04.044701Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795941.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386128/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T09:24:03.959843Z",
            "last_modified_time": "2026-09-04T09:24:04.151238Z",
            "date_published": null,
            "start_time": "2026-12-03T16:30:00Z",
            "end_time": "2026-12-03T18: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": null,
            "name": {
                "fi": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "sv": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "en": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle"
            },
            "description": {
                "fi": "<p>Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa.</p><p><i>Kun jotain suurta on poissa</i></p><p>Karjalaisessa perinteessä siirtymäriitit, surun käsittely ja yhteisö kulkivat käsi kädessä. Arkinen ja pyhä elivät lähellä toisiaan. <i>Arvo</i>-teos on taiteellinen kunnianosoitus menetetyille perinteille, käsillä tekemiselle ja ruumiin työlle. Teos syntyy katkonaisen perinnön sirpaleista ja kurottaa kohti kulttuurisia haamuja sekä itkijöiden väkevyyttä ja henkistä voimaa.</p><p>Tanssiteatteri Tsuumin ja Kulttuurikomppania Eloan näyttämölle tuoma <i>Arvo</i> on toinen osa Sonja Jokiniemen karjalaista kulttuuriperimää ja surua käsittelevää trilogiaa. Sarjan ensimmäinen osa <i>Armo</i> käsitteli kuolemaa, sanattomia tarinoita ja juurettomuuden kokemusta. Trilogian toinen osa keskittyy itkemisen ruumiillisuuteen, yhteisölliseen suremiseen ja ylisukupolviseen tietoon.</p><p><b>Koreografia, taideteokset, teoksen lähtökohdat</b>: Sonja Jokiniemi<br><b>Taiteellinen työryhmä</b> (täydentyy): Reetta-Kaisa Iles, Tuomas Juntunen, Salla Korja, Leila Kourkia, Herman Nyby, Eetu Vekki <br><b>Tuotanto</b>: Tanssiteatteri Tsuumi, Kulttuurikomppania Eloa<br><b>Yhteistyössä</b>: Stoa, Baltic Circle</p><p>Tuotantoa tukee Uudet Klassikot -rahasto. Tanssiteatteri Tsuumin toimintaa tukevat Opetus- ja kulttuuriministeriö sekä Helsingin kaupunki. Kulttuurikomppania Eloan toimintaa tukevat Taide- ja kulttuurivirasto sekä Helsingin kaupunki.</p><p>Teos on osa Baltic Circle -teatterifestivaalin ohjelmistoa.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/1A2095C73AA939F35243464F7B094945/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "sv": "http://www.stoa.fi/sv/evenemang/event/1A2095C73AA939F35243464F7B094945/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "en": "http://www.stoa.fi/en/events/event/1A2095C73AA939F35243464F7B094945/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69880/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69879",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025349/",
                        "sv": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025349/",
                        "en": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025349/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386127,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T09:24:03.228678Z",
                    "last_modified_time": "2026-09-04T09:24:03.228692Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795944.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386127/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T09:24:03.150765Z",
            "last_modified_time": "2026-09-04T09:24:03.341318Z",
            "date_published": null,
            "start_time": "2026-12-02T10:00:00Z",
            "end_time": "2026-12-02T12: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": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "sv": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "en": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle"
            },
            "description": {
                "fi": "<p>Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa.</p><p><i>Kun jotain suurta on poissa</i></p><p>Karjalaisessa perinteessä siirtymäriitit, surun käsittely ja yhteisö kulkivat käsi kädessä. Arkinen ja pyhä elivät lähellä toisiaan. <i>Arvo</i>-teos on taiteellinen kunnianosoitus menetetyille perinteille, käsillä tekemiselle ja ruumiin työlle. Teos syntyy katkonaisen perinnön sirpaleista ja kurottaa kohti kulttuurisia haamuja sekä itkijöiden väkevyyttä ja henkistä voimaa.</p><p>Tanssiteatteri Tsuumin ja Kulttuurikomppania Eloan näyttämölle tuoma <i>Arvo</i> on toinen osa Sonja Jokiniemen karjalaista kulttuuriperimää ja surua käsittelevää trilogiaa. Sarjan ensimmäinen osa <i>Armo</i> käsitteli kuolemaa, sanattomia tarinoita ja juurettomuuden kokemusta. Trilogian toinen osa keskittyy itkemisen ruumiillisuuteen, yhteisölliseen suremiseen ja ylisukupolviseen tietoon.</p><p><b>Koreografia, taideteokset, teoksen lähtökohdat</b>: Sonja Jokiniemi<br><b>Taiteellinen työryhmä</b> (täydentyy): Reetta-Kaisa Iles, Tuomas Juntunen, Salla Korja, Leila Kourkia, Herman Nyby, Eetu Vekki <br><b>Tuotanto</b>: Tanssiteatteri Tsuumi, Kulttuurikomppania Eloa<br><b>Yhteistyössä</b>: Stoa, Baltic Circle</p><p>Tuotantoa tukee Uudet Klassikot -rahasto. Tanssiteatteri Tsuumin toimintaa tukevat Opetus- ja kulttuuriministeriö sekä Helsingin kaupunki. Kulttuurikomppania Eloan toimintaa tukevat Taide- ja kulttuurivirasto sekä Helsingin kaupunki.</p><p>Teos on osa Baltic Circle -teatterifestivaalin ohjelmistoa.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/65C2D42B125837BBF160A6DDEC0DC0DE/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "sv": "http://www.stoa.fi/sv/evenemang/event/65C2D42B125837BBF160A6DDEC0DC0DE/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "en": "http://www.stoa.fi/en/events/event/65C2D42B125837BBF160A6DDEC0DC0DE/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69879/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69878",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025348/",
                        "sv": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025348/",
                        "en": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025348/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386126,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-09-04T09:24:02.821519Z",
                    "last_modified_time": "2026-09-04T09:24:02.821533Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795940.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386126/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-09-04T09:24:02.726841Z",
            "last_modified_time": "2026-09-04T09:24:02.962004Z",
            "date_published": null,
            "start_time": "2026-12-01T16:30:00Z",
            "end_time": "2026-12-01T18: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": null,
            "name": {
                "fi": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "sv": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "en": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle"
            },
            "description": {
                "fi": "<p>Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa.</p><p><i>Kun jotain suurta on poissa</i></p><p>Karjalaisessa perinteessä siirtymäriitit, surun käsittely ja yhteisö kulkivat käsi kädessä. Arkinen ja pyhä elivät lähellä toisiaan. <i>Arvo</i>-teos on taiteellinen kunnianosoitus menetetyille perinteille, käsillä tekemiselle ja ruumiin työlle. Teos syntyy katkonaisen perinnön sirpaleista ja kurottaa kohti kulttuurisia haamuja sekä itkijöiden väkevyyttä ja henkistä voimaa.</p><p>Tanssiteatteri Tsuumin ja Kulttuurikomppania Eloan näyttämölle tuoma <i>Arvo</i> on toinen osa Sonja Jokiniemen karjalaista kulttuuriperimää ja surua käsittelevää trilogiaa. Sarjan ensimmäinen osa <i>Armo</i> käsitteli kuolemaa, sanattomia tarinoita ja juurettomuuden kokemusta. Trilogian toinen osa keskittyy itkemisen ruumiillisuuteen, yhteisölliseen suremiseen ja ylisukupolviseen tietoon.</p><p><b>Koreografia, taideteokset, teoksen lähtökohdat</b>: Sonja Jokiniemi<br><b>Taiteellinen työryhmä</b> (täydentyy): Reetta-Kaisa Iles, Tuomas Juntunen, Salla Korja, Leila Kourkia, Herman Nyby, Eetu Vekki <br><b>Tuotanto</b>: Tanssiteatteri Tsuumi, Kulttuurikomppania Eloa<br><b>Yhteistyössä</b>: Stoa, Baltic Circle</p><p>Tuotantoa tukee Uudet Klassikot -rahasto. Tanssiteatteri Tsuumin toimintaa tukevat Opetus- ja kulttuuriministeriö sekä Helsingin kaupunki. Kulttuurikomppania Eloan toimintaa tukevat Taide- ja kulttuurivirasto sekä Helsingin kaupunki.</p><p>Teos on osa Baltic Circle -teatterifestivaalin ohjelmistoa.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/474C4F106B0FC0516C457121C75CC736/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "sv": "http://www.stoa.fi/sv/evenemang/event/474C4F106B0FC0516C457121C75CC736/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "en": "http://www.stoa.fi/en/events/event/474C4F106B0FC0516C457121C75CC736/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69878/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69615",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7259/?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:350/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:44/?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"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "24,50€/19€",
                        "sv": "24,50€/19€",
                        "en": "24,50€/19€"
                    },
                    "info_url": {
                        "fi": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025347/",
                        "sv": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025347/",
                        "en": "https://www.lippu.fi/event/tanssiteatteri-tsuumi-arvo-stoa-22025347/"
                    }
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385599,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-07-10T11:15:19.348033Z",
                    "last_modified_time": "2026-07-10T11:15:19.348048Z",
                    "url": "http://www.stoa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_793986.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385599/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-07-10T11:15:19.254375Z",
            "last_modified_time": "2026-09-04T09:24:02.338665Z",
            "date_published": null,
            "start_time": "2026-11-29T13:00:00Z",
            "end_time": "2026-11-29T15: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": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "sv": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle",
                "en": "Tanssiteatteri Tsuumi & kulttuurikomppania Eloa: Arvo – Baltic Circle"
            },
            "description": {
                "fi": "<p>Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa.</p><p><i>Kun jotain suurta on poissa</i></p><p>Karjalaisessa perinteessä siirtymäriitit, surun käsittely ja yhteisö kulkivat käsi kädessä. Arkinen ja pyhä elivät lähellä toisiaan. <i>Arvo</i>-teos on taiteellinen kunnianosoitus menetetyille perinteille, käsillä tekemiselle ja ruumiin työlle. Teos syntyy katkonaisen perinnön sirpaleista ja kurottaa kohti kulttuurisia haamuja sekä itkijöiden väkevyyttä ja henkistä voimaa.</p><p>Tanssiteatteri Tsuumin ja Kulttuurikomppania Eloan näyttämölle tuoma <i>Arvo</i> on toinen osa Sonja Jokiniemen karjalaista kulttuuriperimää ja surua käsittelevää trilogiaa. Sarjan ensimmäinen osa <i>Armo</i> käsitteli kuolemaa, sanattomia tarinoita ja juurettomuuden kokemusta. Trilogian toinen osa keskittyy itkemisen ruumiillisuuteen, yhteisölliseen suremiseen ja ylisukupolviseen tietoon.</p><p><b>Koreografia, taideteokset, teoksen lähtökohdat</b>: Sonja Jokiniemi<br><b>Taiteellinen työryhmä</b> (täydentyy): Reetta-Kaisa Iles, Tuomas Juntunen, Salla Korja, Leila Kourkia, Herman Nyby, Eetu Vekki <br><b>Tuotanto</b>: Tanssiteatteri Tsuumi, Kulttuurikomppania Eloa<br><b>Yhteistyössä</b>: Stoa, Baltic Circle</p><p>Tuotantoa tukee Uudet Klassikot -rahasto. Tanssiteatteri Tsuumin toimintaa tukevat Opetus- ja kulttuuriministeriö sekä Helsingin kaupunki. Kulttuurikomppania Eloan toimintaa tukevat Taide- ja kulttuurivirasto sekä Helsingin kaupunki.</p><p>Teos on osa Baltic Circle -teatterifestivaalin ohjelmistoa.</p><p>Liput tulevat myyntiin syksyn aikana osoitteessa lippu.fi.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Koreografi ja taiteilija Sonja Jokiniemen uusi näyttämöteos tutkii karjalaista itkuvirsiperinnettä ja itkun ruumiillista kokemusta nykytaiteen kontekstissa."
            },
            "info_url": {
                "fi": "http://www.stoa.fi/fi/tapahtumat/event/D26B4F71FD4217FF8CE2C09831D0A25A/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "sv": "http://www.stoa.fi/sv/evenemang/event/D26B4F71FD4217FF8CE2C09831D0A25A/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo",
                "en": "http://www.stoa.fi/en/events/event/D26B4F71FD4217FF8CE2C09831D0A25A/Tanssiteatteri_Tsuumi_kulttuurikomppania_Eloa_Arvo"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69615/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}