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=69
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=70",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/event/?format=api&hide_super_event=true&page=68"
    },
    "data": [
        {
            "id": "kulke:68509",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?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:31/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:348/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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:p4354/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385809,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-17T07:18:46.337437Z",
                    "last_modified_time": "2026-08-17T07:18:46.337450Z",
                    "url": "http://www.annantalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790037.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385809/?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-08-17T07:18:46.196055Z",
            "last_modified_time": "2026-08-27T14:23:07.664468Z",
            "date_published": null,
            "start_time": "2026-10-08T07:00:00Z",
            "end_time": "2026-10-08T07:45: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": "Jazz for Kids: Viba",
                "sv": "Jazz for Kids: Viba",
                "en": "Jazz for Kids: Viba"
            },
            "description": {
                "fi": "<p>Jazz for Kids on korkeatasoisten jazzkonserttien sarja, johon ovat tervetulleita kaikki vauvoista vaareihin!</p><p>Ammattimuusikot esittävät omaa tuotantoaan lapsiystävällisellä äänenvoimakkuudella kulttuurikeskusten helposti saavutettavissa tiloissa.</p><p>Laulaja-lauluntekijä Viba eli <b>Virva Immonen</b> yhdistelee suomenkielisessä musiikissaan kiehtovasti alt-poppia, jazzia ja runoutta. Hän julkaisi yhtyeensä kanssa vuonna 2025 toisen pitkäsoittonsa <i>Harso</i>.</p><p>Teksteissään unen ja valveen rajamailla liikkuva Viba rakentaa musiikillista maailmaansa yhdessä basisti <b>Oskari Siirtolan</b> kanssa, joka vastaa kappaleiden sovituksista. Annantalolla Viba ja Siirtola esiintyvät ensimmäistä kertaa duona! Laulun ja basson lisäksi kaksikko soittaa konsertissa sävykkäitä syntetisaattoreita. <br> <br>Tilaisuuden kesto on 45 min. Yhtye esiintyy noin 35 minuuttia, jonka jälkeen yleisö voi tervehtiä muusikoita ja soittimia.</p><p><u><a href=\"https://kultus.hel.fi/fi/event/kultus:agqegwepga\">Ilmoita ryhmäsi mukaan osoitteessa kultus.hel.fi</u></a> 8.9. alkaen.<br> <br>Virva Immonen – laulu, syntetisaattorit <br> Oskari Siirtola – basso, syntetisaattorit</p><p>Suomen Jazzliiton ja Helsingin kulttuurikeskusten <b>Jazz for Kids</b> -toimintamalli pohjautuu samannimiseen konserttisarjaan, jota on järjestetty Espoon kulttuurikeskuksessa vuodesta 2015 yhteistyössä Espoon musiikkiopiston pop/jazzlinja Ebelin kanssa. Konseptin kehittäjä on Espoon musiikkiopiston pop/jazzlinja Ebeli.</p><p>Jazz for Kids -konsertteja Helsingin kaupungin kulttuurikeskuksissa järjestetään Vuotalossa 3.9., Maunula-talossa 19.9. sekä Annantalossa 8.10.<br>  <br>Konsertti on osa <b>Jazz Suomi 100</b> -juhlavuoden ohjelmaa. Vuonna 2026 tulee kuluneeksi 100 vuotta siitä, kun jazz symbolisesti rantautui Andania-laivan mukana Suomeen. Juhlavuosi nostaa esiin kotimaista jazzia ja sen tekijöitä niin Suomessa kuin ulkomailla, ja juhlii jazzia osana suomalaista kulttuuriperintöä. Jazz Suomi 100 -kampanjaa koordinoi Suomen Jazzliitto.</p>",
                "sv": "<p>Jazz for Kids är en serie högklassiga jazzkonserter för barn, där alla åldrar är välkomna!</p><p>Professionella musiker framför sin egen produktion med barnvänlig volym i kulturcentrens lättillgängliga lokaler.</p><p>Sångaren och låtskrivaren Viba, det vill säga <b>Virva Immonen</b>, kombinerar på ett fängslande sätt alternativ pop, jazz och poesi i sin musik på finska. Tillsammans med sitt band släppte hon 2025 sitt andra album <i>Harso</i>.  <br> <br>I sina texter, som rör sig på gränsen mellan sömn och vakenhet, skapar Viba sin musikaliska värld tillsammans med basisten <b>Oskari Siirtola</b>, som står för arrangemangen av låtarna. På Annegården uppträder Viba och Siirtola för första gången som en duo! Förutom sång och bas spelar duon också nyansrika syntar under konserten.</p><p>Evenemanget pågår i 45 minuter. Bandet spelar i ca 35 minuter, varefter publiken kan hälsa på musikerna och titta på instrumenten.</p><p><u><a href=\"https://kultus.hel.fi/sv/search?places=tprek%3A7254\">Anmäl din grupp på kultus.hel.fi</u></a> från och med den 8 september. <br>  <br>Virva Immonen – sång, syntar  <br>Oskari Siirtola – bas, syntar  <br> <br>Finlands jazzförbund och Helsingfors kulturcenters verksamhetsmodell <b>Jazz for Kids</b> baserar sig på en konsertserie med samma namn som har ordnats på Esbo kulturcentrum sedan 2015, i samarbete med pop- och jazzlinjen Ebeli vid Espoon musiikkiopisto. Konceptet har utvecklats av pop- och jazzlinjen Ebeli vid Espoon musiikkiopisto.</p><p>Jazz for Kids-konserterna på Helsingfors stads kulturcenter hålls på Nordhuset den 3 september, Månsasgården den 19 september och Annegården den 8 oktober. <br> <br>Konserten är en del av programmet för jubileumsåret <b>Jazz Finland 100</b>. År 2026 blir det 100 år sedan jazzen symboliskt landsteg i Finland med fartyget Andania. Under jubileumsåret lyfter vi fram den finländska jazzen och dess artister både i Finland och utomlands samt firar jazzen som en del av det finländska kulturarvet. Kampanjen Jazz Finland 100 samordnas av Finlands jazzförbund.</p>",
                "en": "<p>Jazz for Kids is a series of high-quality jazz concerts for everyone from babies to grandparents!</p><p>Professional musicians perform their work at child-friendly volumes in the easily accessible facilities of the City’s cultural centres.</p><p>Singer-songwriter Viba, also known as <b>Virva Immonen</b>, creates a fascinating blend of alt-pop, jazz and poetry in her Finnish-language music. In 2025, she and her band released their second full-length album, <i>Harso</i>.  <br> <br>In her lyrics, Viba moves along the boundary between sleep and wakefulness, and she builds her musical world together with bassist <b>Oskari Siirtola</b>, who puts together the arrangements of the songs. Viba and Siirtola are performing as a duo for the first time at Annantalo! In addition to vocals and bass, the duo’s concert features colourful synthesisers.</p><p>The duration of the event is 45 minutes. The band will perform for about 35 minutes, after which the audience can greet the musicians and see the instruments.</p><p><u><a href=\"https://kultus.hel.fi/en/search?places=tprek%3A7254\">You can sign up your group via kultus.hel.fi</u></a> from 8 September onwards. <br>  <br>Virva Immonen – vocals, synthesisers  <br>Oskari Siirtola – bass, synthesisers  <br> <br>The <b>Jazz for Kids</b> operating model of the Finnish Jazz Federation and City of Helsinki Cultural Centres is based on the concert series of the same name, which has been organised at the Espoo Cultural Centre since 2015 in cooperation with Espoo Music Institute’s pop/jazz line Ebeli. The concept was developed by Ebeli, the pop/jazz line at Espoo Music Institute.</p><p>Jazz for Kids concerts at the City of Helsinki’s cultural centres are held at Vuotalo on 3 September, at Maunula House on 19 September and at Annantalo on 8 October. <br> <br>The concert is part of <b>Jazz in Finland 100</b> centenary celebrations. 2026 marks the 100th anniversary of jazz symbolically landing in Finland on the ship Andania. The centenary highlights Finnish jazz and its artists both in Finland and abroad, and celebrates jazz as part of the Finnish cultural heritage. The Jazz in Finland 100 campaign is coordinated by the Finnish Jazz Federation.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Jazz for Kids on korkeatasoisten jazzkonserttien sarja, johon ovat tervetulleita kaikki vauvoista vaareihin!",
                "sv": "Jazz for Kids är en serie högklassiga jazzkonserter för barn, där alla åldrar är välkomna!",
                "en": "Jazz for Kids is a series of high-quality jazz concerts for everyone from babies to grandparents!"
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/352F9881B12EA7DFA3F6FD8CC4170C9D/Jazz_for_Kids_Viba",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/352F9881B12EA7DFA3F6FD8CC4170C9D/Jazz_for_Kids_Viba",
                "en": "http://www.annantalo.fi/en/events/event/352F9881B12EA7DFA3F6FD8CC4170C9D/Jazz_for_Kids_Viba"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68509/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69830",
            "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:205/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:29/?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: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:734/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1235/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16919/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386051,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-27T08:23:35.697309Z",
                    "last_modified_time": "2026-08-27T08:23:35.697326Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_783816.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386051/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                }
            ],
            "created_time": "2026-08-27T08:23:35.448291Z",
            "last_modified_time": "2026-08-27T13:23:35.942977Z",
            "date_published": null,
            "start_time": "2026-10-22T14:00:00Z",
            "end_time": "2026-10-22T18: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": "Kohina Film Festival",
                "sv": "Kohina Film Festival",
                "en": "Kohina Film Festival"
            },
            "description": {
                "fi": "<p>Suomen ainoa pelkästään nuorille suunnattu lyhytelokuvafestivaali Kohina Film Festival järjestetään 22. lokakuuta Helsingissä Vuotalossa.</p><p>Kohina Film Festival tarjoaa 13–25-vuotiaille elokuvantekijöille mahdollisuuden päästä näyttämään työnsä valkokankaalle, saada ammattilaisten palautetta sekä verkostoitua muiden nuorten tekijöiden ja elokuva-alan ammattilaisten kanssa.</p><p>Ensimmäistä kertaa järjestettävä festivaali kokoaa yhteen nuoria elokuvantekijöitä eri puolilta Suomea 22.10. Vuotaloon. Festivaalin keskiössä ovat nuorten omat tarinat, uudet näkökulmat ja yhdessä tekeminen.</p><p>Lyhytelokuvien haku on avoinna 4.9. asti. Festivaalille voivat osallistua teokset, joiden tuotantoryhmä koostuu 13–25-vuotiaista nuorista. (näyttelijöiden iällä ei ole merkitystä) Elokuvan enimmäiskesto on 10 minuuttia, ja mukaan voi hakea jo julkaistulla teoksella mikäli se on valmistunut 1.1.2025 jälkeen.</p><p>Kohina Film Festivalin tavoitteena on tarjota nuorille tekijöille näkyvyyttä, arvokasta palautetta sekä mahdollisuuksia verkostoitumiseen elokuva-alalla.</p><p>Vuoden 2026 Kohina Film Festivalin järjestävät medianomiopiskelijat Veera Elo, Onni Tommola ja Oona-Jemina Huusko.</p><p><u><a href=\"https://docs.google.com/forms/d/1SnGvPzV-xSuP6KwEI89uR1IFYQaZRAjUmUR-yGYQR1g/edit\">Hakulomakkeelle pääset tästä</u></a></p><p><b>Tapahtuman aikataulu:</b></p><p>Ovet klo 17.00</p><p>17.30: Tapahtuma alkaa</p><p>17.45: 1. Näytös</p><p>18.45: Tauko</p><p>19.00: 2. Näytös</p><p>20.00: Tapahtuma päättyy</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Suomen ainoa pelkästään nuorille suunnattu lyhytelokuvafestivaali Kohina Film Festival järjestetään 22. lokakuuta Helsingissä Vuotalossa."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/99240F684247DEAC0331FC62A17DFBBC/Kohina_Film_Festival",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/99240F684247DEAC0331FC62A17DFBBC/Kohina_Film_Festival",
                "en": "http://www.vuotalo.fi/en/events/event/99240F684247DEAC0331FC62A17DFBBC/Kohina_Film_Festival"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69830/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69719",
            "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:31/?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:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29865/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2385856,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-19T11:14:53.255758Z",
                    "last_modified_time": "2026-08-19T11:14:53.255774Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_795604.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2385856/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-19T11:14:53.115593Z",
            "last_modified_time": "2026-08-27T13:23:34.547061Z",
            "date_published": null,
            "start_time": "2026-10-15T15: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": "Flyygelikuu: Iivari Aalto",
                "sv": "Flyygelikuu: Iivari Aalto",
                "en": "Flyygelikuu: Iivari Aalto"
            },
            "description": {
                "fi": "<p>Konserttiohjelma koostuu puolalaisten säveltäjien, Frédéric Chopinin ja Grażyna Bacewiczin musiikista.</p><p>Ohjelman johtavana ajatuksena on musiikin ja tanssin välinen yhteys. Konsertissa kuultavat tanssit saavat tanssijalan kevyesti vipattamaan, tai toisaalta tanssi ottaa pirullisen roolin, joka ikiliikkujan lailla kulkee määrätietoisesti kohti kliimaksia. Chopinin Barcarollen aurinkoisuus sekä Bacewiczin Children’s suiten kepeys luovat valoisan ja onnellisen tanssimaailman, kun taas konsertin jälkipuolella kuultavat Chopinin Poloneesi ja Bacewiczin toinen pianosonaatti maalaavat tummemman, jopa vallankumouksellisen kuvan tanssin ja musiikin symbioosista.</p><p>Iivari Aalto on Taideyliopiston Sibelius-Akatemialta jouluna 2025 valmistunut pianisti. Hänen opettajinaan toimivat Kirill Kozlovski ja professori Tuija Hakkila. Tällä hetkellä hän toimii Helsingissä freelance-muusikkona, sekä pianonsoiton opettajana Helsingin Konservatoriolla. Iivari on täydentänyt pianistin opintojaan vanhan musiikin osastolla cembalolla ja fortepianolla.</p><p>Hän on myös perehtynyt uuden musiikin esittämiseen mm. NYKY-Ensemblen ja Uusinta Ensemblen riveissä, sekä toimii säännöllisesti eri kamarimusiikki- ja lied-kokoonpanoissa. Lisäksi Iivari on toiminut korrepetiittorina sekä orkesteripianistina. Hänen tärkeimpiä työnantajiaan on ollut mm. Suomen Kansallisteatteri, RSO, HKO, OperaBox ja Ooppera Skaala.</p><p>Iivari on konsertoinut Pohjoismaissa, kaikissa Baltian maissa, Saksassa, Alankomaissa sekä Yhdysvalloissa. Hän on espoolaisen RADALLA-festivaalin yksi perustajajäsenistä, sekä toimii festivaalin taiteellisena johtajana veljensä Artturi Aallon kanssa.</p><p>Kilpailumenestystä hän on saavuttanut mm. ensimmäisellä palkinnolla Juvenalia-kamarimusiikkikilpailun nelikätissarjassa vuonna 2017, sekä Helmi-Vesa pianokilpailuissa vuosina 2019 ja 2023. Hänet palkittiin myös 2025 Tampereen pianokilpailun finalistina, sekä erityispalkinnolla “parhaasta ennen vuotta 1829 sävelletyn teoksen esittämisestä”.</p><p>Iivarin opintoja on tukenut mm. Pro Musica, Martin Wegeliuksen muisto -säätiö ja Suomen Kulttuurirahasto.</p><p>Flyygelikuu-sarjassa nautitaan pianomusiikista kerran kuussa Vuotalon aulassa. Lämpimästi tervetuloa!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Konserttiohjelma koostuu puolalaisten säveltäjien, Frédéric Chopinin ja Grażyna Bacewiczin musiikista."
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/3223B7841E27023D4077555B6921DAE4/Flyygelikuu_Iivari_Aalto",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/3223B7841E27023D4077555B6921DAE4/Flyygelikuu_Iivari_Aalto",
                "en": "http://www.vuotalo.fi/en/events/event/3223B7841E27023D4077555B6921DAE4/Flyygelikuu_Iivari_Aalto"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69719/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69831",
            "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:31/?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:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:734/?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:p11617/?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:p39924/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386060,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-27T12:23:32.573387Z",
                    "last_modified_time": "2026-08-27T12:23:32.573402Z",
                    "url": "http://www.kanneltalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_796842.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386060/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p11617/?format=api"
                }
            ],
            "created_time": "2026-08-27T12:23:32.426222Z",
            "last_modified_time": "2026-08-27T12:23:32.826690Z",
            "date_published": null,
            "start_time": "2026-11-20T14:30:00Z",
            "end_time": "2026-11-20T18: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": "Lapsen oikeuksien päivä Kanneltalossa 20.11.",
                "sv": "Lapsen oikeuksien päivä Kanneltalossa 20.11.",
                "en": "Lapsen oikeuksien päivä Kanneltalossa 20.11."
            },
            "description": {
                "fi": "<p>Tule viettämään Lapsen oikeuksien päivää musiikin, luovuuden ja yhdessäolon merkeissä Kanneltaloon!</p><p>Iltapäivä käynnistyy maksuttomilla musiikkityöpajoilla klo 16.30–18. Jamkidsin elämyksellisessä nonstop-soittopajassa kaikenikäiset lapset pääsevät kokeilemaan erilaisia soittimia, laulamaan ja liikkumaan musiikin tahtiin. Työpajaan voi tulla mukaan milloin tahansa sen aikana. Samaan aikaan Demo Music Schoolin biisipajassa kouluikäiset lapset ja nuoret pääsevät tekemään omaa musiikkiaan ohjatusti ja tutustumaan luovaan musiikintekemiseen hauskalla tavalla. Työpajat järjestetään maksutta myös ennakkotapahtumana osana keskiviikkoklubeja ke 11.11.</p><p>Kanneltalon galleriassa on tapahtuman aikana esillä Skidimarket-näyttely, jossa lapset ja perheet voivat päästää mielikuvituksensa valloilleen kauppaleikin merkeissä.</p><p>Klo 18 alkaen ilta jatkuu kaikenikäisille musiikin ystäville suunnatulla Global Club Nights (GCN) -klubilla, jossa esiintyvät nykykansanmusiikkiyhtye Tell Your Birds sekä argentiinalainen säveltäjä, kitaristi ja laulaja Manu Rosales yhtyeineen. Maksuton klubi alkaa ajoissa, jotta myös lapset voivat osallistua aikuisen seurassa. Luvassa on mukaansatempaavaa maailmanmusiikkia, lämminhenkistä tunnelmaa ja yhdessä koettuja elämyksiä.</p><p>Global Club Nights on klubisarja, joka tuo yhteen musiikin tekijöitä, harrastajia ja ystäviä eri taustoista. Klubin tavoitteena on luoda turvallinen, osallistava ja luova ympäristö, jossa musiikki rakentaa yhteyksiä ihmisten ja yhteisöjen välille. Kanneltalon Global Club Nights -illat toteutetaan yhteistyössä Sibelius-Akatemian Global Music -koulutusohjelman ja Maailman musiikin keskuksen kanssa.</p><p><b>Vapaa pääsy kaikkiin ohjelmiin. Tervetuloa juhlistamaan Lapsen oikeuksien päivää koko perheen voimin!</b></p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tule viettämään Lapsen oikeuksien päivää musiikin, luovuuden ja yhdessäolon merkeissä Kanneltaloon!"
            },
            "info_url": {
                "fi": "http://www.kanneltalo.fi/fi/tapahtumat/event/5273342D7AF1CCEFB4C764EF5E572B50/Lapsen_oikeuksien_paiva_Kanneltalossa_20_11_",
                "sv": "http://www.kanneltalo.fi/sv/evenemang/event/5273342D7AF1CCEFB4C764EF5E572B50/Lapsen_oikeuksien_paiva_Kanneltalossa_20_11_",
                "en": "http://www.kanneltalo.fi/en/events/event/5273342D7AF1CCEFB4C764EF5E572B50/Lapsen_oikeuksien_paiva_Kanneltalossa_20_11_"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69831/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69828",
            "has_user_editable_resources": false,
            "location": null,
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?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: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:596/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:732/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p39924/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p4354/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2386044,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-27T06:23:54.860074Z",
                    "last_modified_time": "2026-08-27T06:23:54.860087Z",
                    "url": "http://www.vuotalo.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_791137.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386044/?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-08-27T06:23:54.530429Z",
            "last_modified_time": "2026-08-27T12:23:26.864677Z",
            "date_published": null,
            "start_time": "2026-10-24T07:30:00Z",
            "end_time": "2026-10-24T08:45: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": "Tanssi- ja luontotyöpajat – 5–8-vuotiaille ja heidän lähiaikuisilleen",
                "sv": "Dans- och naturverkstäder – För barn i åldern 5–8 år och deras nära vuxna",
                "en": "Dance and nature workshops – For children aged 5–8 and their close adults"
            },
            "description": {
                "fi": "<p>Tervetuloa viettämään kiireetöntä ja vapaata aikaa tanssin, leikin ja lähiluonnon parissa!</p><p>Arjen keskellä on välillä vaikea löytää hetkiä vain olla yhdessä ja leikkiä tai vaikkapa mennä tutustumaan lähimetsään.</p><p>Työpajat tarjoavat mahdollisuuden aikuisille ja lapsille viettää kiireetöntä ja vapaata aikaa tanssin, leikin ja lähiluonnon parissa. Työpajoissa keskitytään erityisesti leikkimiseen ja yhdessä liikkumiseen tanssillisten tehtävien kautta. Työpajojen aiheet kulkevat mielikuvitus leikeistä tarinoihin, peleihin, metsässä kulkemiseen ja tutkimiseen yhdessä.</p><p>Työpajoja ohjaavat tanssitaiteilija tanssipedagogi <b>Jenni Koistinen</b> ja tanssitaiteilija-koreografi <b>Virva Talonen</b>.</p><p>Työpajat ovat osa Koneen säätiön rahoittamaa Helsingin yliopiston Tietämisen taide -hanketta, jossa kehitämme yhteistyössä tutkijoiden ja tanssitaiteilijoiden kanssa demokraattisia ja osallistavia menetelmiä, joissa leikki, kehollisuus ja luonto ovat tärkeitä tietämisen lähteitä.</p><p>Osallistuessasi työpajoihin sinulla on halutessasi mahdollisuus olla mukana tutkimuksessa. Lisätietoja tutkimuksesta: anna.rainio@helsinki.fi.</p><p><b>KENELLE?</b> Kaikille tanssista, leikistä ja luonnosta kiinnostuneille perheille ja aikuisille lapsen kanssa (äidit, isät, isovanhemmat, tädit, sedät, kummit, ystävät, serkut ja sisaret…). Toivomme osallistujien sitoutuvan koko syyskauden kerroille. Työpajoihin osallistuminen ei vaadi aikaisempaa tanssitaustaa tai -kokemusta. Työpajat ohjataan suomeksi ja tarvittaessa käytämme myös ruotsin ja englannin kieltä.</p><p><b>MISSÄ?</b> Työpajat pidetään Vuotalolla Pikkusalissa sekä Vuosaaren alueen lähimetsissä. Työpajoihin ilmoittautuneet saavat tarkemmat tiedot kokoontumispaikoista ennen kurssin alkua.</p><p><b>MILLOIN?</b> Lauantaisin klo 10.30–11.45<br>Päivämäärät: 22.8., 29.8.,<br>5.9., 12.9., 19.9., 26.9.,<br>3.10., 10.10., 24.10. ja<br>7.11.2026. Ei 17.10.</p><p><b>MITEN ILMOITTAUDUN?</b> Ilmoittautuminen tapahtuu sähköpostitse osoitteeseen <b>artofknowing2025@gmail.com</b>. Ilmoittautumisen yhteydessä kerro:</p><p>• Osallistujien nimi / nimet <br>• Puhelinnumero <br>• Ryhmä, johon osallistutaan (<b>5–8-vuotiaat aikuisineen</b> / 3.–6.-luokkalaiset / Nuoret ja aikuiset)</p><p><b>MISTÄ LISÄTIETOJA?</b> Vuotalon kulttuurituottaja Salla Fornaro: 0405371520</p>",
                "sv": "<p>Trevlig samvaro i dansens och naturens tecken!</p><p>Under verkstäderna har du möjlighet att lära dig mer om olika sätt att dansa och röra dig på ditt eget sätt inomhus och utomhus. Du har möjlighet att skapa egna danser och små uppträdanden på olika teman, både på egen hand och tillsammans med andra.</p><p>Verkstäderna leds av danskonstnären och -pedagogen <b>Jenni Koistinen</b> samt danskonstnären och koreografen <b>Virva Talonen</b>. I diskussionerna deltar också forskarna Anna Rainio och Tuija Kasa.</p><p>Verkstäderna ingår i Helsingfors universitets projekt Tietämisen taide, som finansieras av Konestiftelsen och där vi i samarbete med forskare och danskonstnärer utvecklar demokratiska och inkluderande metoder, där lek, kroppslighet och naturen är viktiga källor till kunskap. <br> <br>När du deltar i verkstäderna har du möjlighet att delta i forskningsprojektet om du vill. Mer information om forskningsprojektet: anna.rainio@helsinki.fi.</p><p><b>FÖR VEM?</b> För alla familjer och vuxna med barn som är intresserade av naturen (mammor, pappor, mor- och farföräldrar, mostrar, fastrar, morbröder, farbröder, faddrar, vänner, kusiner, syskon osv.). Deltagande i verkstäderna kräver ingen tidigare bakgrund inom eller erfarenhet av dans. Verkstäderna hålls på finska, och vid behov använder vi också svenska och engelska.</p><p><b>VAR?</b> Verkstäderna hålls i Lilla salen i Nordhuset och i närliggande skogar i Nordsjö. De som anmält sig till verkstäderna får närmare information om var de ska samlas innan kursen börjar.</p><p><b>NÄR?</b> Lördagar kl. 10.30–11.45.  <br>Datum: 22.8, 29.8,  <br>5.9, 12.9, 19.9, 26.9,  <br>3.10, 10.10, 24.10 och  <br>7.11.2026. Inte lördagen den 17 oktober under höstlovsveckan.</p><p><b>HUR ANMÄLER JAG MIG?</b> Anmälan sker via e-post till adressen <b>artofknowing2025@gmail.com</b>. Ange följande i anmälan:  <br> <br>• Deltagarens namn och telefonnummer  <br>• Vårdnadshavarens namn och telefonnummer  <br>• Vilken grupp deltagaren deltar i (<b>5–8-åringar tillsammans med en vuxen</b> / elever i årskurs 3–6 / ungdomar och vuxna) <br> <br><b>VAR FÅR JAG MER INFORMATION?</b> Salla Fornaro, kulturproducent på Nordhuset: 040 537 15 20</p>",
                "en": "<p>Come spend unhurried leisure time with us dancing, playing and enjoying the local nature!</p><p>In these workshops, you get to explore different ways of dancing and moving in your own way, both indoors and outdoors. You get to create your own dances and put on short performances on various themes, either on your own or together with others.</p><p>The workshops are instructed by dance artist and educator <b>Jenni Koistinen</b> and dance artist and choreographer <b>Virva Talonen</b>. The discussions also feature researchers Anna Rainio and Tuija Kasa.</p><p>The workshops are part of the University of Helsinki’s Art of Knowing project, funded by the Kone Foundation, in which we work with researchers and dance artists to develop democratic and participatory methods in which play, embodiment and nature are important sources of knowing.</p><p>When you participate in the workshops, you also have a chance to take part in the research project if you wish. For more information on the project, please contact: anna.rainio@helsinki.fi.</p><p><b>FOR WHOM?</b> For all families and adults with a child interested in nature (mothers, fathers, grandparents, aunts, uncles, godparents, friends, cousins, siblings, etc.). No previous dance background or experience is required for attending the workshops. The workshops are instructed in Finnish, and we can also speak Swedish and English where necessary./// 5-8-vuotiaat ja perheet:</p><p><b>WHERE?</b> The workshops are held in the Small Hall room of Vuosaari House and in the nearby forests of Vuosaari. Those registered for the workshops receive more information about the assembly places before the course starts.</p><p><b>WHEN?</b> Saturdays at 10.30–11.45.  <br>Dates: 22 August, 29 August,  <br>5 September, 12 September, 19 September, 26 September,  <br>3 October, 10 October, 24 October, and  <br>7 November 2026. Not held on Saturday 17 October during the autumn break week.</p><p><b>HOW DO I SIGN UP?</b> You can sign up by sending email to <b>artofknowing2025@gmail.com</b>. When signing up, please provide the following details:  <br> <br>• The participant’s name and telephone number  <br>• The guardian’s name and telephone number  <br>• The group that you are signing up for (<b>children aged 5–8 with an adult</b> / children in grades 3–6 / young people and adults) <br> <br><b>WHERE CAN I FIND MORE INFORMATION?</b> Salla Fornaro, cultural producer at Vuosaari House: +358 40 537 1520</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Tervetuloa viettämään kiireetöntä ja vapaata aikaa tanssin, leikin ja lähiluonnon parissa!",
                "sv": "Trevlig samvaro i dansens och naturens tecken!",
                "en": "Come spend unhurried leisure time with us dancing, playing and enjoying the local nature!"
            },
            "info_url": {
                "fi": "http://www.vuotalo.fi/fi/tapahtumat/event/21FE762987D2DD554574296BA837FFF2/Tanssi-_ja_luontotyopajat",
                "sv": "http://www.vuotalo.fi/sv/evenemang/event/21FE762987D2DD554574296BA837FFF2/Dans-_och_naturverkstader",
                "en": "http://www.vuotalo.fi/en/events/event/21FE762987D2DD554574296BA837FFF2/Dance_and_nature_workshops"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69828/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqegntmte",
            "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:p5121/?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": 2386061,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-27T11:15:31.945371Z",
                    "last_modified_time": "2026-08-27T11:15:31.945386Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/bae9e91c-274a-4eba-b3a5-a15f2d5016a7.jpg",
                    "name": "",
                    "cropping": "100,0,700,600",
                    "photographer_name": "",
                    "alt_text": "Malee Aaltonen: Her",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386061/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-08-27T11:52:13.332541Z",
            "last_modified_time": "2026-08-27T11:52:13.332554Z",
            "date_published": "2026-08-27T11:06:00Z",
            "start_time": "2026-08-30T07:00:00Z",
            "end_time": "2026-09-18T15: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": "Vitriinigallerian seinätila (kirjaston ylempi kerros)",
                "sv": "Vägggalleriet bakom glasmontern (bibliotekets övre våning)",
                "en": "The wall gallery behind the glass showcase (upper floor of the library)"
            },
            "provider": null,
            "name": {
                "fi": "Malee Aaltonen: Her (taidenäyttely)",
                "sv": "Malee Aaltonen: Her (konstutställning)",
                "en": "Malee Aaltonen: Her (art exhibition)"
            },
            "description": {
                "fi": "<p><strong>Malee Aaltonen</strong> (akryylitaiteilija, kirjailija, kulttuuripromoottori) on syntynyt Thaimaassa ja asuu Suomessa.</p><p>Taidenäyttelyn teokset käsittelevät tunteita, muistoja, kulttuurista identiteettiä sekä thaimaalaisen ja suomalaisen kulttuurin välistä yhteyttä. Ilmeikkäiden värien, rikkaiden tekstuurien ja symbolisten sommitelmien avulla taiteilija luo tarinallisia maalauksia, jotka herättävät ajatuksia ja tunteita.</p><p>Aiempia näyttelyitä:</p><ul><li>2021 Metson kirjasto, Tampere</li><li>2022 Hervannan kirjasto, Tampere</li><li>2022 Kamppi, Helsinki</li></ul><p>Näyttely on nähtävissä kirjaston aukioloaikoina. Tervetuloa!</p>",
                "sv": "<p><strong>Malee Aaltonen</strong> (akrylkonstnär, författare, kulturpromotor) är född i Thailand och bor i Finland.</p><p>Verken i konstutställningen behandlar känslor, minnen, kulturell identitet samt kopplingen mellan den thailändska och den finska kulturen. Med hjälp av uttrycksfulla färger, rika texturer och symboliska kompositioner skapar konstnären&nbsp;målningar som förmedlar meningsfulla visuella berättelser och väcker känslomässiga reflektioner.</p><p>Tidigare utställningar:</p><ul><li>2021 Metso-biblioteket, Tammerfors</li><li>2022 Hervanta-biblioteket, Tammerfors</li><li>2022 Kamppi, Helsingfors</li></ul><p>Utställningen är öppen under bibliotekets öppettider. Välkommen!</p>",
                "en": "<p><strong>Malee Aaltonen</strong> (Acrylic Artist, Writer, Cultural Promoter) was born in Thailand, and is based in Finland.</p><p>Her artwork explores emotions, memories, cultural identity, and the connection between Thai and Finnish cultures. Through expressive colors, rich textures, and symbolic compositions, she creates paintings that tell meaningful visual stories and inspire emotional reflection. </p><p>Selected Exhibitions: </p><ul><li>2021 Metso Library, Tampere, Finland </li><li>2022 Hervanta Library Tampere, Finland </li><li>2022 Kamppi, Helsinki, Finland&nbsp; </li></ul><p>The exhibition can be seen during the library opening hours. Welcome!</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Malee Aaltosen maalaukset käsittelevät tunteita, muistoja, kulttuurista identiteettiä sekä thaimaalaisen ja suomalaisen kulttuurin välistä yhteyttä.",
                "sv": "Målningar som handlar om känslor, minnen, kulturell identitet samt kopplingen mellan den thailändska och den finska kulturen.",
                "en": "Malee Aaltonen's artwork explores emotions, memories, cultural identity, and the connection between Thai and Finnish cultures. "
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqegntmte/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "espoo_le:agqef77dda",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:15321/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ie/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65ka/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz65l4/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2433/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p2787/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p6062/?format=api"
                }
            ],
            "registration": null,
            "super_event": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqef77ds4/?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": 2386059,
                    "has_user_editable_resources": false,
                    "license": "cc_by",
                    "license_url": "https://creativecommons.org/licenses/by/4.0/",
                    "created_time": "2026-08-27T11:25:44.938547Z",
                    "last_modified_time": "2026-08-27T11:25:44.938566Z",
                    "url": "https://tapahtumasyotto.espoo.fi/media/images/e053220f-c864-4336-a18b-43addc334007.jpg",
                    "name": "",
                    "cropping": "712,0,3544,2832",
                    "photographer_name": "Andrzej Rembowski Pixabaystä",
                    "alt_text": "Kuvassa henkilö pelaamassa konsolipeliä ratilla ja polkimilla.",
                    "data_source": "espoo_le",
                    "publisher": null,
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386059/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/espoo_le:agggfz7axy/?format=api"
                }
            ],
            "created_time": "2026-08-27T11:27:04.753343Z",
            "last_modified_time": "2026-08-27T11:27:04.753358Z",
            "date_published": null,
            "start_time": "2026-09-01T09:00:00Z",
            "end_time": "2026-09-01T11: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": "Kibe",
                "sv": "Kibe",
                "en": "Kibe"
            },
            "provider": null,
            "name": {
                "fi": "Senioreiden pelihetki",
                "sv": "Spelstund för seniorer",
                "en": "Game Time for Seniors"
            },
            "description": {
                "fi": "<p>Voisiko pelaaminen olla sinun uusi harrastuksesi? Tervetuloa pelailemaan Playstation 5 pelikonsolia ohjatusti Entressen kirjaston Kibeen tiistaina 1.9 ja 15.9 klo 12-14. Autopeleissä on käytössä ratti ja polkimet. Aikaisempaa kokemusta ei vaadita, sillä kirjastolainen opastaa laitteiden käytössä. Pelata voi myös biljardia, pingistä ja lautapelejä.</p>",
                "sv": "<p>Kanske kan spel bli ditt nya fritidsintresse? Välkommen att spela på PlayStation 5 under handledning i Kibe på Entressen-biblioteket tisdagarna den 1 september och 15 september kl. 12–14. För bilspelen finns ratt och pedaler att använda. Ingen tidigare erfarenhet krävs, eftersom bibliotekspersonalen hjälper till med att använda utrustningen. Du kan också spela biljard, bordtennis och brädspel.</p><p><br></p>",
                "en": "<p>Could gaming be your new hobby? Come play on a PlayStation 5 console with guidance at the Kibeen section of the Entresse Library on Tuesday, September 1 and September 15, from 12:00 p.m. to 2:00 p.m. Steering wheels and pedals are available for racing games. No prior experience is required, as a library staff member will guide you through using the equipment. You can also play pool, ping-pong, and board games.</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Senioreiden pelihetki",
                "sv": "Spelstund för seniorer",
                "en": "Game Time for Seniors"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/espoo_le:agqef77dda/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:68442",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7254/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:30/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:301/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:46/?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:759/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:760/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p16650/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p7277/?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": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2026-04-13T13:13:20.428662Z",
            "last_modified_time": "2026-08-27T11:24:01.334782Z",
            "date_published": null,
            "start_time": "2027-01-08T16:00:00Z",
            "end_time": "2027-05-21T16:45: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": "Kristiina Leppänen: The world of masks – 15–18-vuotiaat, 2007–2011 syntyneet",
                "sv": "Kristiina Leppänen: The world of masks – Maskernas Värld – 15–18-åringar, född 2007-2011",
                "en": "Kristiina Leppänen: The world of masks – 15–18-year-olds, born 2007-2011"
            },
            "description": {
                "fi": "<p>Millaisen hahmon loisit, jos saisit rakentaa täysin uudet kasvot? Naamioiden maailma - kurssilla yhdistyvät mielikuvitus, kulttuurit ja käsillä tekeminen, kun suunnittelet ja toteutat oman maskisi.</p><p>The World of Masks -kurssilla tutustutaan naamioihin taiteen, kulttuurien ja identiteetin näkökulmista. Kurssilla pohditaan, miten eri yhteisöt ovat käyttäneet naamioita juhlaan, suojautumiseen ja tarinankerrontaan, ja mitä ne voivat kertoa meistä tänä päivänä.</p><p>Mahdollisuuksien mukaan teemme myös pieniä retkiä Helsingin kaupunkiympäristöön etsimään “piiloutuneita kasvoja” ja muotoja.<br>Kurssilla suunnitellaan ja valmistetaan omia maskeja alusta loppuun. Työskentelyyn kuuluu luonnostelua, muotoilua sekä paperimassan valmistamista kierrätysmateriaaleista.</p><p>Valmiit maskit maalataan ja viimeistellään yksilöllisesti, ja ne saa kurssin lopuksi mukaansa. Työskentelyssä korostuu kokeilu, oma ilmaisu ja rauhallinen tekeminen ilman suorituspaineita.<br>Opetuskieli on suomi ja englanti. Kurssin ohjaa arkkitehti, lavastaja ja taideohjaaja Kristiina Leppänen.</p><p>Kurssin hinta on 290 €, ja sen voi maksaa yhdessä tai kahdessa erässä (syyskuu ja marraskuu). Maksu onnistuu tilisiirrolla tai MobilePaylla, ja tarkemmat maksutiedot lähetetään ilmoittautumisen jälkeen.</p><p>Ilmoittautuminen on sitova, eikä kurssimaksua palauteta kurssin alettua. Kurssi voi peruuntua, mikäli ilmoittautuneita ei ole riittävästi viimeistään 5 arkipäivää ennen aloitusta. Mahdollisesta peruuntumisesta ilmoitetaan sähköpostitse.</p><p>Ilmoittautuminen 7.8.2026 mennessä suomeksi: https://forms.gle/FSciYMdgiYDNAspf9</p>",
                "sv": "<p>Vilken slags karaktär skulle du skapa om du fick bygga ett helt nytt ansikte? På kursen Maskernas värld möts fantasi, kulturer och skapande med händerna när du planerar och skapar din egen mask.</p><p>I kursen ”Maskeras värld” utforskar vi masker ur ett konstnärligt, kulturellt och identitetsmässigt perspektiv. På kursen funderar vi över hur olika samhällen har använt masker för fest, skydd och berättande, och vad de kan berätta om oss idag. Om möjligt gör vi även små utflykter i Helsingfors stadsmiljö för att leta efter ”dolda ansikten” och former.</p><p>Under kursen planerar och tillverkar vi våra egna masker från början till slut. Arbetet omfattar skissning, formgivning samt tillverkning av pappersmassa av återvunnet material. De färdiga maskerna målas och finputsas individuellt, och du får ta med dig dem hem när kursen är slut. I arbetet läggs tonvikten på experimenterande, eget uttryck och ett lugnt skapande utan prestationspress.</p><p>Undervisningsspråken är finska och engelska. Kursen leds av arkitekten, scenografen och konstpedagogen Kristiina Leppänen.<br>Kursavgiften är 290 €, och den kan betalas i en eller två omgångar (september och november). Betalning sker via banköverföring eller MobilePay, och mer detaljerade betalningsuppgifter skickas efter anmälan.</p><p>Anmälan är bindande och kursavgiften återbetalas inte efter att kursen har börjat. Kursen kan ställas in om det inte finns tillräckligt många anmälda senast 5 arbetsdagar före start. Eventuell inställning meddelas via e-post.</p><p>Anmäl dig på finska senast den 7 augusti: https://forms.gle/FSciYMdgiYDNAspf9</p>",
                "en": "<p>What kind of character would you create if you could design a completely new face? In the World of Masks course, imagination, cultures and hands-on making come together as you design and create your own mask.</p><p>The \"World of Masks\" course explores masks from the perspectives of art, culture, and identity. The course explores how different communities have used masks for celebration, protection, and storytelling, and what they can tell us about ourselves today. Whenever possible, we’ll also take short excursions into Helsinki’s urban environment to search for “hidden faces” and shapes.</p><p>In the course, participants will design and create their own masks from start to finish. The process involves sketching, shaping, and making papier-mâché from recycled materials. The finished masks will be painted and finished individually, and you’ll get to take them home at the end of the course. The work emphasizes experimentation, personal expression, and a relaxed approach without pressure to perform.</p><p>The course is taught in Finnish and English. The course is led by architect, set designer, and art director Kristiina Leppänen.<br>The course fee is €290 and can be paid in one or two instalments (September and November). Payment can be made via bank transfer or MobilePay, and detailed payment instructions will be sent after registration.</p><p>Registration is binding, and the course fee is non-refundable once the course has begun. The course may be cancelled if there are not enough registrants at least 5 business days before the start date. You will be notified of any cancellation via email.</p><p>Register in Finnish by August 7: https://forms.gle/FSciYMdgiYDNAspf9</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Millaisen hahmon loisit, jos saisit rakentaa täysin uudet kasvot? Naamioiden maailma - kurssilla yhdistyvät mielikuvitus, kulttuurit ja käsillä tekeminen, kun suunnittelet ja toteutat oman maskisi.",
                "sv": "Vilken slags karaktär skulle du skapa om du fick bygga ett helt nytt ansikte? På kursen Maskernas värld möts fantasi, kulturer och skapande med händerna när du planerar och skapar din egen mask.",
                "en": "What kind of character would you create if you could design a completely new face? In the World of Masks course, imagination, cultures and hands-on making come together as you design and create your own mask."
            },
            "info_url": {
                "fi": "http://www.annantalo.fi/fi/tapahtumat/event/29A7D9DDDF3DAF1253F953735A5B4F93/Kristiina_Leppanen_The_world_of_masks",
                "sv": "http://www.annantalo.fi/sv/evenemang/event/29A7D9DDDF3DAF1253F953735A5B4F93/Kristiina_Leppanen_The_world_of_masks_Maskernas_Varld",
                "en": "http://www.annantalo.fi/en/events/event/29A7D9DDDF3DAF1253F953735A5B4F93/Kristiina_Leppanen_The_world_of_masks"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:68442/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "jiiri:1d7f0152-7832-4412-b3a4-8951f5cd68c8",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7258/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29778/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [
                {
                    "name": "extlink_instagram",
                    "link": "https://www.instagram.com/crrr",
                    "language": "fi"
                }
            ],
            "offers": [
                {
                    "is_free": false,
                    "offer_price_groups": [],
                    "description": null,
                    "price": {
                        "fi": "50/30 €"
                    },
                    "info_url": null
                }
            ],
            "data_source": "jiiri",
            "publisher": "ahjo:u480400",
            "sub_events": [],
            "images": [
                {
                    "id": 2386057,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-08-27T10:27:12.390189Z",
                    "last_modified_time": "2026-08-27T10:27:12.390208Z",
                    "url": "https://assets-eur.mkt.dynamics.com/93e9db45-077f-ef11-ac1e-000d3ab39c5e/digitalassets/images/332b6bba-3a8e-f011-b4cc-7ced8d7420c5",
                    "name": "talkoooo",
                    "cropping": "",
                    "photographer_name": "pekko piritori",
                    "alt_text": "näin se talkoo toimii",
                    "data_source": "jiiri",
                    "publisher": "ahjo:u480400",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2386057/?format=api",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1808/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p29778/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p360/?format=api"
                }
            ],
            "created_time": "2026-08-27T08:42:54.577791Z",
            "last_modified_time": "2026-08-27T10:27:15.030893Z",
            "date_published": "2026-08-26T12:19:31Z",
            "start_time": "2026-08-29T18:00:00Z",
            "end_time": "2026-08-29T20:00:00Z",
            "custom_data": null,
            "environmental_certificate": null,
            "environment": null,
            "audience_min_age": 18,
            "audience_max_age": 99,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": 750,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "replaced_by": null,
            "location_extra_info": null,
            "provider": {
                "fi": "Suomen Jazzliitto ry"
            },
            "name": {
                "fi": "Jonin talkoot"
            },
            "description": {
                "fi": "<div><p>poasihdfhaospdf</p><p>asfasdfasdf</p><p>asdfasdftyohgmhgf</p><p>ghjghjgh</p><p>löäöööööööää</p><p>ääääääääääääääääääääääääääääääääääääää</p></div>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Lets-party! creiziiii!!"
            },
            "info_url": null,
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/jiiri:1d7f0152-7832-4412-b3a4-8951f5cd68c8/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69191",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384904,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:59.877526Z",
                    "last_modified_time": "2026-06-02T09:13:59.877541Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790444.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384904/?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-06-02T09:13:59.749549Z",
            "last_modified_time": "2026-08-27T10:23:50.720422Z",
            "date_published": null,
            "start_time": "2026-12-22T11:30:00Z",
            "end_time": "2026-12-22T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/C000806AF4C024F4D067D2BCF35D49C2/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/C000806AF4C024F4D067D2BCF35D49C2/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/C000806AF4C024F4D067D2BCF35D49C2/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69191/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69189",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384902,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:58.928793Z",
                    "last_modified_time": "2026-06-02T09:13:58.928812Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790443.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384902/?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-06-02T09:13:58.808302Z",
            "last_modified_time": "2026-08-27T10:23:49.739123Z",
            "date_published": null,
            "start_time": "2026-12-15T11:30:00Z",
            "end_time": "2026-12-15T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/A3D9E34C95734796AFE80E61AAB98B16/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/A3D9E34C95734796AFE80E61AAB98B16/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/A3D9E34C95734796AFE80E61AAB98B16/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69189/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69185",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384900,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:57.676991Z",
                    "last_modified_time": "2026-06-02T09:13:57.677005Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790442.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384900/?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-06-02T09:13:57.561511Z",
            "last_modified_time": "2026-08-27T10:23:48.028371Z",
            "date_published": null,
            "start_time": "2026-12-08T11:30:00Z",
            "end_time": "2026-12-08T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/0F0674610BC895B6B288CBABA6627C47/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/0F0674610BC895B6B288CBABA6627C47/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/0F0674610BC895B6B288CBABA6627C47/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69185/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69180",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384897,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:56.165656Z",
                    "last_modified_time": "2026-06-02T09:13:56.165669Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790441.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384897/?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-06-02T09:13:56.052971Z",
            "last_modified_time": "2026-08-27T10:23:46.185855Z",
            "date_published": null,
            "start_time": "2026-12-01T11:30:00Z",
            "end_time": "2026-12-01T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/2817B28E0FBBF028E2516F628F052A6B/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/2817B28E0FBBF028E2516F628F052A6B/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/2817B28E0FBBF028E2516F628F052A6B/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69180/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69176",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384893,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:54.249172Z",
                    "last_modified_time": "2026-06-02T09:13:54.249184Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790440.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384893/?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-06-02T09:13:54.135653Z",
            "last_modified_time": "2026-08-27T10:23:44.122552Z",
            "date_published": null,
            "start_time": "2026-11-24T11:30:00Z",
            "end_time": "2026-11-24T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/678F7E66FADFB972D528C39E75AB9E61/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/678F7E66FADFB972D528C39E75AB9E61/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/678F7E66FADFB972D528C39E75AB9E61/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69176/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69171",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384889,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:52.790355Z",
                    "last_modified_time": "2026-06-02T09:13:52.790369Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790439.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384889/?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-06-02T07:14:29.771776Z",
            "last_modified_time": "2026-08-27T10:23:42.698166Z",
            "date_published": null,
            "start_time": "2026-11-17T11:30:00Z",
            "end_time": "2026-11-17T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/9CDF298DACB75FADA9E241DEF33574C4/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/9CDF298DACB75FADA9E241DEF33574C4/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/9CDF298DACB75FADA9E241DEF33574C4/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69171/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69167",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384885,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:51.193137Z",
                    "last_modified_time": "2026-06-02T09:13:51.193152Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790438.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384885/?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-06-02T07:14:28.076406Z",
            "last_modified_time": "2026-08-27T10:23:41.185344Z",
            "date_published": null,
            "start_time": "2026-11-10T11:30:00Z",
            "end_time": "2026-11-10T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/201F9A5748DCCBC4FE921A64D086185E/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/201F9A5748DCCBC4FE921A64D086185E/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/201F9A5748DCCBC4FE921A64D086185E/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69167/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69164",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384881,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:49.792527Z",
                    "last_modified_time": "2026-06-02T09:13:49.792540Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790437.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384881/?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-06-02T07:14:26.435913Z",
            "last_modified_time": "2026-08-27T10:23:39.303049Z",
            "date_published": null,
            "start_time": "2026-11-03T11:30:00Z",
            "end_time": "2026-11-03T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/EE318E599696EB8638A9013F83A945CD/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/EE318E599696EB8638A9013F83A945CD/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/EE318E599696EB8638A9013F83A945CD/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69164/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69161",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384880,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:48.959081Z",
                    "last_modified_time": "2026-06-02T09:13:48.959094Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790436.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384880/?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-06-02T07:14:25.966703Z",
            "last_modified_time": "2026-08-27T10:23:37.343577Z",
            "date_published": null,
            "start_time": "2026-10-27T11:30:00Z",
            "end_time": "2026-10-27T13: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/F10C164FEB66042645F625F2B103D901/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/F10C164FEB66042645F625F2B103D901/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/F10C164FEB66042645F625F2B103D901/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69161/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69158",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384877,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:47.696143Z",
                    "last_modified_time": "2026-06-02T09:13:47.696156Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790435.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384877/?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-06-02T07:14:24.449785Z",
            "last_modified_time": "2026-08-27T10:23:35.036692Z",
            "date_published": null,
            "start_time": "2026-10-20T10:30:00Z",
            "end_time": "2026-10-20T12: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/541141A6B9E637B92BC0CB7FD7A31B01/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/541141A6B9E637B92BC0CB7FD7A31B01/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/541141A6B9E637B92BC0CB7FD7A31B01/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69158/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:69155",
            "has_user_editable_resources": false,
            "location": {
                "@id": "https://linkedevents.api.test.hel.ninja/v1/place/tprek:7256/?format=api"
            },
            "keywords": [
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:105/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:223/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:47/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:53/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:54/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:55/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:668/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/kulke:747/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p13050/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p1377/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p25216/?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:p38064/?format=api"
                },
                {
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/keyword/yso:p40387/?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:p6455/?format=api"
                }
            ],
            "registration": null,
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "offer_price_groups": [],
                    "description": null,
                    "price": null,
                    "info_url": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u48040010",
            "sub_events": [],
            "images": [
                {
                    "id": 2384874,
                    "has_user_editable_resources": false,
                    "license": "event_only",
                    "license_url": "",
                    "created_time": "2026-06-02T09:13:46.156547Z",
                    "last_modified_time": "2026-06-02T09:13:46.156562Z",
                    "url": "http://www.caisa.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_790434.jpg",
                    "name": "",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u48040010",
                    "@id": "https://linkedevents.api.test.hel.ninja/v1/image/2384874/?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-06-02T07:14:22.530023Z",
            "last_modified_time": "2026-08-27T10:23:31.045309Z",
            "date_published": null,
            "start_time": "2026-10-06T10:30:00Z",
            "end_time": "2026-10-06T12: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": "Taidetta taaperoille – Avoin taidetyöpaja 1,5–3-vuotiaille lapsille ja heidän aikuisilleen (FI/ENG)",
                "sv": "Konst för småbarn – Öppen konstverkstad för barn i åldern 1,5–3 år och deras vuxna (FI/ENG)",
                "en": "Art for Toddlers – Open art workshop for children aged 1.5–3, and their adults (FI/ENG)"
            },
            "description": {
                "fi": "<p>Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.</p><p><b>Tiistaisin 1.9.–22.12. klo 13.30–15.30</b>.<br><b>Torstaisin 3.9.–17.12. klo 10–12</b>.<br>Työpajoja ei järjestetä talvilomaviikolla tiistaina 13.10. ja torstaina 15.10.</p><p>Taidetta taaperoille- työpaja innostaa ja opastaa aikuisia ja lapsia tekemään ja kokemaan taidetta yhdessä. Lapset tutustuvat yhdessä aikuisensa kanssa erilaisiin taidemateriaaleihin ja tekniikoihin, jotka on sijoitettu studiotilan eri pisteisiin. Tilassa on aina maalaustelineet ja kuvanveistomahdollisuus. Lapset voivat työskennellä omassa tahdissaan ja tutustua viikoittain vaihtuviin tekemisen pisteisiin.</p><p>Lapsille avautuu mahdollisuus kokeilla omaa taidetekemistä ja kehittää sosiaalisia taitojaan toisten lasten kanssa. Lapsen ja aikuisen kiintymyssuhde vahvistuu leikkisässä ja luovassa ympäristössä.</p><p>Työpajan ohjaajana toimii taidekasvattaja Eungyung Kim.</p><p>Opetuskielet: suomi ja englanti.</p><p>Osallistuminen</p><p>Työpaja on maksuton. Työpajaan voi osallistua silloin kun se itselle sopii: kaikilla kerroilla tai vain joillain. Valitse itsellesi sopiva aika ja tule paikalle ajoissa. Ei ennakkoilmoittautumista; paikat täytetään saapumisjärjestyksessä.</p><p>Tiedustelut ja kysymykset: teemu.savikurki@hel.fi</p>",
                "sv": "<p>I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.</p><p><b>Tisdagar 1 september–22 december kl. 13.30–15.30</b>.<br><b>Torsdagar 3 september–17 december kl. 10–12</b>.<br>Det hålls inga workshops under höstlovsveckan: tisdag 13.10 och torsdag 15.10.</p><p>I lokaler finns alltid stafflier och möjlighet till skulptering. Barnen kan arbeta i egen takt och bekanta sig med aktiviteter som varierar från vecka till vecka.</p><p>Barnen får möjlighet att prova på att skapa konst och utveckla sina sociala färdigheter tillsammans med andra barn. Anknytningen mellan barnet och den vuxna stärks när man umgås i en lekfull och kreativ miljö. Man kan stanna under hela verkstaden eller bara delta en stund. Inge förhandsanmälan krävs.</p><p>Verkstaden leds av Eungyung Kim. <br> <br>Frågor och förfrågningar: teemu.savikurki@hel.fi</p><p>Åldersrekommendation: 1,5–3 år med en vuxen</p><p>Språk: engelska, finska</p><p>Fritt inträde</p>",
                "en": "<p>Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting.</p><p><b>Tuesdays, 1 September–22 December, 13:30–15:30</b>.<br><b>Thursdays, 3 September–17 December, 10:00–12:00</b>.<br>There will be no workshops on Tuesday, 13 October, and Thursday, 15 October, during the autumn holiday week.</p><p>The workshops inspire and guide adults and children to make and experience art together. Together with their adult, children may get to know different art materials and techniques, which are placed in different points of the studio space. The space always has easels and the opportunity to sculpt. Children can work at their own pace and get to know the crafting points that change weekly.</p><p>The workshops aim to give children the opportunity to try their own art-making and develop social skills with other children. The attachment of child and adult is strengthened in a playful and creative environment.</p><p>The workshop is led by art educator Eungyung Kim.</p><p>Languages of instruction: Finnish and English.</p><p>Participation:</p><p>The workshop is free of charge. You can participate in the workshop whenever it suits you: each time, or just sometimes. Choose a time that suits you and please arrive on time. No pre-registration necessary; places will be filled on a first-come, first-served basis.</p><p>Inquiries and questions: teemu.savikurki@hel.fi</p>"
            },
            "provider_contact_info": null,
            "short_description": {
                "fi": "Caisan Taidetta taaperoille -työpajat tiistaisin ja torstaisin tutustuttavat lapset kuvataiteiden maailmaan maalaamisen, värien ja muovailun kautta.",
                "sv": "I verkstäder får barnen tillsammans med sina vårdnadshavare bekanta sig med olika konstmaterial och tekniker, utplacerade på olika ställen i studiolokalen.",
                "en": "Caisa's Art for Toddlers workshops on Tuesdays and Thursdays introduce children to the world of visual arts through painting, colours and sculpting."
            },
            "info_url": {
                "fi": "http://www.caisa.fi/fi/tapahtumat/event/9AC62EA1D4714817E6F1E225EEA2F391/Taidetta_taaperoille",
                "sv": "http://www.caisa.fi/sv/evenemang/event/9AC62EA1D4714817E6F1E225EEA2F391/Konst_for_smabarn",
                "en": "http://www.caisa.fi/en/events/event/9AC62EA1D4714817E6F1E225EEA2F391/Art_for_Toddlers"
            },
            "@id": "https://linkedevents.api.test.hel.ninja/v1/event/kulke:69155/?format=api",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}