Filtering retrieved events

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

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

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 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 coordinate system is the trusty old EPSG:4326 known from all online maps.

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

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.

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

Keyword set search

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

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

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

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 event/?local_ongoing_AND=lapset,musiiki 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. The search is non-intelligently fuzzy, it allows two edits per search term which would cover some typos and allow for some grammatic changes: lapsi would match lapset but not lasten.

Example:

event/?local_ongoing_AND=lapsa,musiikki

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, two variations: ?internet_ongoing_AND and ?internet_ongoing_OR Note, that local_ongoing and internet_ongoing are mutually exclusive.

Example:

event/?internet_ongoing_AND=lapsa,musiiki

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 and ?all_ongoing_OR

Example:

event/?all_ongoing_AND=lapsa,musiiki

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 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

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=helmet

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

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 ordering is descending order by -last_modified_time. You may also order results by start_time, end_time, name and duration. Descending order is denoted by adding - in front of the parameter, default order is ascending. For example:

event/?sort=-end_time

See the result

GET /linkedevents/v1/event/?language=ru
HTTP 200 OK
Allow: GET, POST, PUT, PATCH, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 4553,
        "next": "http://api.hel.fi/linkedevents/v1/event/?language=ru&page=2",
        "previous": null
    },
    "data": [
        {
            "id": "kulke:59931",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:7258/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:33/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:351/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:49/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:53/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p2625/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "info_url": {
                        "fi": "https://www.lippu.fi/eventseries/3394236"
                    },
                    "price": {
                        "fi": "75/22,50 €"
                    },
                    "description": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u4804001050",
            "sub_events": [],
            "images": [
                {
                    "id": 92718,
                    "license": "event_only",
                    "created_time": "2023-05-31T11:12:03.291262Z",
                    "last_modified_time": "2023-05-31T11:12:03.291283Z",
                    "name": "",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_731687.jpg",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u4804001050",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/92718/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2023-05-31T11:12:03.272107Z",
            "last_modified_time": "2023-06-10T17:12:04.680345Z",
            "date_published": null,
            "start_time": "2023-10-01T15:00:00Z",
            "end_time": null,
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-18':7A '1':8C '50':99C 'aihe':107C 'alexander':12C,30C,44C 'anniskelu':134C 'anniskelualue':130C 'ansio':91C 'artist':38C 'asukas':64C 'club':63C 'comedy':62C 'dj':59C 'ede':42C 'elokuvaohjaaj':55C 'eläm':75C 'entin':61C 'esittel':19C 'esityks':25C 'friends':5A 'gallup':97C 'helsing':10C 'herättäv':108C 'humor':60C 'hymy':125C 'hyvä':121C 'ikäraj':126C 'il':119C 'julkisuud':101C 'julkkiks':84C 'juontaj':54C 'k':6A 'k18':127C,129C 'kaik':103C 'kansainvälis':94C 'komediaprojekt':87C 'konsert':16C 'koomiko':18C,50C,65C,116C 'kutsutu':83C 'kuuluis':17C,112C 'kuvaamis':76C 'käsikirjoittaj':57C,69C 'lava':32C 'list':102C 'lokaku':9C 'läheis':106C 'media':98C 'miele':122C 'nezlob':4A,22C,45C,71C 'nezlobin':13C 'nime':40C 'nousev':33C 'näyttelij':51C 'odot':27C 'ohjelm':21C 'osallistui':77C 'osallistunu':85C 'parh':100C 'parvek':131C 'perh':79C 'permanto':128C 'pide':11C 'puhui':74C 'pääsi':93C 's':132C 'sala':43C 'seura':117C 'show':3A 'sitcom':70C 'stand':1A,14C,36C,48C,114C 'stand-up':47C 'stand-up-artist':35C 'stand-up-koomiko':113C 'suosio':90C 'suositu':34C 'taiteilij':78C,92C 'televisio':88C 'tns':96C 'toimi':66C 'tuottaj':58C,67C 'tutkimusryhm':95C 'tutu':104C 'tv':53C 'tv-juontaj':52C 'up':2A,15C,37C,49C,115C 'use':86C 'uude':20C 'valtav':89C 'varmast':109C 'vietety':118C 'yhd':29C 'yleisö':26C,110C 'yllätys':28C 'ystäv':24C,81C 'ystävällis':124C",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>1. lokakuuta Helsingissä pidetään Alexander Nezlobinin stand up -konsertti. Kuuluisa koomikko esittelee uuden ohjelman - \"Nezlobin ja ystävät\". Esityksen yleisöä odottaa yllätys - yhdessä Alexanderin kanssa lavalle nousevat suositut stand-up-artistit, joiden nimet ovat edelleen salassa.</p><p>Alexander Nezlobin on stand-up koomikko, näyttelijä, TV-juontaja, elokuvaohjaaja ja käsikirjoittaja, tuottaja, DJ, humoristi, entinen Comedy Clubin asukas. Koomikko toimi tuottajana ja käsikirjoittajana sitcomissa Nezlob, jossa hän puhui elämästään. Kuvaamiseen osallistui taiteilijan perhe ja ystävät sekä kutsutut julkkikset. Osallistunut useisiin komediaprojekteihin televisiossa. Valtavan suosion ansiosta taiteilija pääsi kansainvälisen tutkimusryhmän TNS Gallup Median 50 parhaan julkisuuden listalle.</p><p>Kaikille tutut ja läheiset aiheet herättävät varmasti yleisöä, ja kuuluisan stand-up-koomikon seurassa vietetty ilta tuo hyvän mielen ja ystävällisen hymyn.</p><p>Ikäraja: K18<br>Permanto K18 anniskelualue. Parveke S, ei anniskelua</p>",
                "ru": "<p>1 Октября в Хельсинки состоится стендап-концерт Александра Незлобина. Известный комик представит новую программу — «Незлобин и друзья». Зрителей шоу ожидает сюрприз — вместе с Александром на сцену выйдут популярные стендап-артисты, имена которых пока держат в секрете.<br> <br>Александр Незлобин — стендап-комик, актёр, телеведущий, кинорежиссёр и сценарист, продюсер, диджей, юморист, бывший резидент Comedy Club. Комик выступил продюсером и сценаристом ситкома «Неzлоб», в котором рассказывал о своей жизни. В съемках принимали участие семья и друзья артиста, а также приглашенные знаменитости. Участвовал во многих комедийных проектах на ТВ. Благодаря огромной популярности, артист вошел в список топ-50 лучших публичных людей по версии международной исследовательской группы «TNS Gallup Media».<br> <br>«Мне кажется, что главное в стендапе — рассказывать зрителям о них через себя. Еще важно относиться к себе иронично». – признается Незлобин. В своих монологах Александр с тонкой иронией говорит про девушек, межличностные отношения, конфликты между мужчинами и женщинами, употребление алкоголя, глупых вопросах, школьных годах и шоу-бизнесе. Главный акцент юморист делает на стереотипы и шаблоны в поведении людей.<br> <br>Знакомые и близкие каждому темы обязательно найдут отклик у зрителей, а вечер проведенный в компании известного стендап-комика подарит хорошее настроение и добрую улыбку.<br> <br>*****</p>"
            },
            "name": {
                "fi": "Stand Up Show - Nezlobin & Friends (K-18)",
                "ru": "Александр Незлобин: Большой Stand Up концерт"
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/29EA3E2690F8C9D3EE838A0B8F185309/Stand_Up_Show_-_Nezlobin_Friends_K-18_"
            },
            "location_extra_info": null,
            "short_description": null,
            "provider": {
                "fi": "Jap Nordic Oy"
            },
            "@id": "http://api.hel.fi/linkedevents/v1/event/kulke:59931/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:59685",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:7258/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:33/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:351/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:49/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:53/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p2625/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "info_url": {
                        "fi": "https://www.lippu.fi/eventseries/name-3362788"
                    },
                    "price": {
                        "fi": "43,50/33,50 €"
                    },
                    "description": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u4804001050",
            "sub_events": [],
            "images": [
                {
                    "id": 91210,
                    "license": "event_only",
                    "created_time": "2023-04-03T18:12:56.072872Z",
                    "last_modified_time": "2023-04-03T18:12:56.072899Z",
                    "name": "",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_729615.jpg",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u4804001050",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/91210/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2023-03-23T11:13:16.156040Z",
            "last_modified_time": "2023-06-10T17:11:58.120077Z",
            "date_published": null,
            "start_time": "2023-06-06T16:00:00Z",
            "end_time": null,
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'1.5':15C 'dmitry':1A 'h':16C 'kesto':13C 'lamour':7A 'lamour-mur':6A 'mur':8A 'n':14C 'nazarov':2A 'olg':4A 'suome':12C 'tekstity':11C 'vasilyev':5A 'venäjänkielin':9C 'väliaik':18C",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Venäjänkielinen, ei tekstitystä suomeksi.</p><p>Kesto n. 1.5 h, ei väliaikaa.</p>",
                "ru": "<p>В Хельсинки впервые с концертной программой «L'amour-мур или Держава набекрень» дуэт супругов – Дмитрия Назарова и Ольги Васильева.</p><p>В концерте прозвучат авторские романсы, стихи и басни Дмитрия Назарова, а так же шлягеры на русском и французском языках.</p>"
            },
            "name": {
                "fi": "Dmitry Nazarov ja Olga Vasilyeva \"Lamour-MUR\"",
                "ru": "Дмитрий Назаров и Ольга Васильева"
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/ED3F49C55376F323CE6CC80FACF9C4F1/Dmitry_Nazarov_ja_Olga_Vasilyeva_Lamour-MUR_"
            },
            "location_extra_info": null,
            "short_description": null,
            "provider": {
                "fi": "Leasing & Rent OU"
            },
            "@id": "http://api.hel.fi/linkedevents/v1/event/kulke:59685/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:59774",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:7258/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:33/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:351/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:49/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:53/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p2625/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "info_url": {
                        "fi": "https://www.lippu.fi/eventseries/name-3376726"
                    },
                    "price": {
                        "fi": "70/75/89 €, VIP 300 €"
                    },
                    "description": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u4804001050",
            "sub_events": [],
            "images": [
                {
                    "id": 91512,
                    "license": "event_only",
                    "created_time": "2023-04-13T10:12:41.464313Z",
                    "last_modified_time": "2023-04-13T10:12:41.464367Z",
                    "name": "",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_729634.jpg",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u4804001050",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/91512/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2023-04-13T10:12:41.438786Z",
            "last_modified_time": "2023-06-10T17:11:57.333999Z",
            "date_published": null,
            "start_time": "2023-06-03T16:00:00Z",
            "end_time": null,
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'aleksandr':63C 'dramaattis':69C 'eläm':59C 'en':29C 'ennustuks':70C 'halua':49C 'joht':48C 'kahdeks':17C 'kauan':28C 'kirjailij':4C 'koneisto':43C 'konflikt':32C 'kreml':26C 'kuulok':77C 'kytev':31C 'leimahtiv':33C 'mite':40C,56C 'nevzorov':1A,23C,64C 'nostetu':10C 'oikea':34C 'oma':74C 'omaisuut':21C 'paljastanu':25C 'paljastuks':67C 'poissaolev':16C 'poliittin':42C 'poliittis':7C 'puole':37C 'pyöri':44C 'rikossyyt':11C 'simultaanitulkau':71C 'soda':35C 'suome':60C 'suunnitelm':27C 'takavarikoid':22C 'tapahtum':62C 'tarvits':73C 'taus':36C 'teke':65C 'tietä':50C 'toimittaj':5C 'tul':54C 'tulevaisuus':52C 'tulkatu':61C 'tunt':39C 'tuomitu':15C 'tutkij':8C 'uus':66C 'vaikut':58C 'vankeut':19C 'vart':72C 'venäj':12C,41C 'venäläis':3C 'vuode':18C 'älypuhelim':75C",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Tästä venäläisestä kirjailijasta, toimittajasta ja poliittisesta tutkijasta on nostettu rikossyytteitä Venäjällä. Hänet on tuomittu poissaolevana kahdeksaksi vuodeksi vankeuteen. Hänen omaisuutensa takavarikoidaan.</p><p>Nevzorov on paljastanut Kremlin suunnitelmat kauan ennen kuin kytevät konfliktit leimahtivat oikeaksi sodaksi. Taustansa puolesta hän tuntee, miten Venäjän poliittinen koneisto pyörii ja kuka sitä johtaa.</p><p>Haluatko tietää mitä tulevaisuus tuo tullessaan ja miten se vaikuttaa elämäämme?</p><p>Suomeksi tulkatussa tapahtumassa Aleksandr Nevzorov tekee uusia paljastuksia ja dramaattisia ennustuksia.</p><p>Simultaanitulkkausta varten tarvitset oman älypuhelimen ja kuulokkeet.</p><p>***</p>",
                "ru": "<p>Не пропустите эпохальное событие! В прошлый раз Невзоров выступал в Хельсинки в 2018 и лекция называлась «Россия в поисках ада».</p><p>Как вы знаете, она-Россия- его нашла, а Невзоров был единственным, кто предвещал \"все это\" и предсказал войну в подробностях почти за год до ее начала.</p><p>Так что если хотите знать, что будет дальше - приходите!</p><p>Невзорова можно обожать, или ненавидеть, но не признавать того, что он верно подмечае,танализирует и прогнозирует события нельзя.</p><p>Встреча с Невзоровым - это всегда разрыв шаблонов. Эмоционально-интеллектуальная подзарядка и когнитивный диссонанс на многие месяцы вам обеспечены.</p><p>Никто не владеет мыслью и словом лучше него.</p><p>Смешно о грустном, жестко о привычном и тонко о толстом.</p><p>На встрече будет в том числе представлена и новая книга Невзорова «Происхождение гениальности и фашизма» + ответы на любые вопросы зала.</p><p>Продолжительность выступления 2 часа без антракта</p><p>Открытие дверей - 18:00</p><p>Начало выступления - 19:00</p><p>***<br>Пресс-релиз о продаже VIP билетов</p><p>По VIP билетам сразу после выступления предусмотрена дополнительная программа.</p><p>В отдельном зале театра запланирован совместным ужин (фуршет) в тесном кругу с общением в свободной форме.</p><p>Каждому из vip гостей Невзоров, лично вручит экземпляр своей новой книги с персональным автографом.</p><p>Совместные фото и видео по желанию гостей.</p><p>Оканчание мероприятия в 22:00</p>"
            },
            "name": {
                "fi": "Nevzorov"
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/A4B94B5053BD76ABBFA9946AE1E25565/Nevzorov"
            },
            "location_extra_info": null,
            "short_description": null,
            "provider": {
                "fi": "Vaanoco Oy"
            },
            "@id": "http://api.hel.fi/linkedevents/v1/event/kulke:59774/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:59407",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:7258/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:31/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:348/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:49/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:53/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p1808/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "info_url": {
                        "fi": "https://www.lippu.fi/eventseries/name-3327035"
                    },
                    "price": {
                        "fi": "64,50/59,50/44,50 €, VIP 89,50 €, SuperVIP 99,50 €"
                    },
                    "description": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u4804001050",
            "sub_events": [],
            "images": [
                {
                    "id": 90068,
                    "license": "event_only",
                    "created_time": "2023-02-21T16:12:49.559261Z",
                    "last_modified_time": "2023-02-21T16:12:49.559283Z",
                    "name": "",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_725914.jpg",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u4804001050",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/90068/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2023-02-21T16:12:49.531600Z",
            "last_modified_time": "2023-06-10T17:11:46.488496Z",
            "date_published": null,
            "start_time": "2023-04-16T16:00:00Z",
            "end_time": null,
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-90':297C '16.4.2023':277C '17':194C '18':211C '1969':19B,44C '1979':178C '1984':180C '1985':181C '2014':91C '2022':100C,116C '80':296C 'agent':126C 'aika':199C 'aikakon':24B,49C 'aino':280C 'al':190C 'album':208C 'alkae':79C 'alkoi':159C 'alu':78C 'andrei':3B,28C 'andrey':1A 'ankar':95C 'arvo':67C 'biisi':270C 'bänd':17B,42C,157C,168C,197C 'eläe':12B,37C 'ensimmäin':119C,156C 'ensimmäis':173C 'erityin':285C 'esit':252C 'ex':244C 'ex-president':243C 'fan':133C 'gorbatšov':247C 'guru':8B,33C,145C 'hallinto':128C 'helsing':250C,276C 'heti':89C 'hit':184C 'humanistis':66C 'huolimat':139C 'ihailu':134C 'ikäraj':292C 'jo':11B,36C 'johtohahmo':75C 'jokain':207C 'joutui':122C 'julk':202C 'julkaisu':219C,237C 'juontanu':231C 'kahdeks':220C 'kaik':265C 'kammottav':82C 'kappal':61C,169C,259C 'keik':281C 'kesto':294C 'keulahahmo':27B,52C 'konsert':114C,272C 'kontrolloim':105C,132C 'kopio':213C 'kosk':149C 'krim':87C 'kritisoinu':80C 'kuite':130C 'kunnioitu':136C 'kuukaut':195C 'kuuntelem':287C 'kärj':193C 'kärk':176C 'kään':171C 'laittom':97C 'laula':160C 'legend':10B,35C 'legendaar':290C 'leimat':102C 'levyj':205C 'liikehdin':74C 'list':127C,192C 'lisä':234C 'lp':204C 'lp-levyj':203C 'lume':189C 'maailm':268C 'maas':166C 'makarevich':2A,4B,29C,53C,68C,101C,217C,235C,251C 'makarevichin':150C,182C,279C 'maš':21B,46C,152C,214C,254C 'miehityks':88C,98C 'mihail':246C 'miljoon':212C 'min':298C 'musiik':188C 'musiikkilist':175C 'muusiko':120C 'muzyk':185C 'myi':209C 'myös':56C,65C,225C 'n':295C 'neuvostoliito':155C,242C 'neuvostoliittolais':174C 'nousi':172C 'nykyä':55C 'ohe':64C,216C 'ohjelm':232C 'om':258C 'osaav':269C 'perestroik':198C 'perun':112C 'perustajajäs':25B,50C 'perustetu':20B,45C 'pettur':107C 'pod':186C 'pohjoism':282C 'poliittis':137C 'povoro':170C 'president':245C 'pysty':131C 'rajo':58C 'rock':7B,32C,144C,161C,289C 'rock-guru':143C 'runokirj':238C 's':293C 'sai':201C 'sanoitust':63C 'savoy':274C 'savoy-teatter':273C 'snegom':187C 'sodanvastais':73C 'sooloalbum':221C 'soololevy':249C 'sooloprojekt':227C 'sunnunt':284C 'suom':23B,48C 'suositu':147C,167C 'surullisenkuuluis':124C 'säest':241C 'säännöllis':111C 'teatter':275C 'tee':283C 'teki':164C 'televisio':106C,233C 'toim':83C 'toine':183C 'tule':286C 'tuli':118C 'tulu':70C 'tun':54C 'tuomi':86C 'tuominu':94C 'tuotanto':256C 'tyyl':165C 'tänä':140C 'ukrain':84C,96C 'ulko':271C 'ulkomaist':125C 'ulkopuol':59C 'upe':60C 'use':226C 'valtio':104C 'vanhim':16B,41C 'vastustuks':138C 'venäj':15B,40C,57C,71C,81C,103C,123C,162C 'venäjäntaitois':266C 'venäläin':142C 'venäläis':6B,31C,288C 'vihdo':200C 'viranomais':109C 'vreme':153C 'vremen':22B,47C,215C,255C 'vuon':18B,43C,90C,99C,115C,177C 'vuos':179C 'väliaik':300C 'yht':260C 'yhtye':151C 'yks':72C 'ympär':267C 'ään':291C",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Andrei Makarevich on venäläisen rockin guru ja legenda jo eläessään. Hän on Venäjän vanhimman bändin, vuonna 1969 perustetun Mašina vremenin (suom. ”Aikakone”) perustajajäsen ja keulahahmo.</p><p>Makarevich tunnetaan nykyään myös Venäjän rajojen ulkopuolella upeiden kappaleiden ja sanoitusten ohella myös humanistisista arvoistaan.</p><p>Makarevichista on tullut Venäjällä yksi sodanvastaisen liikehdinnän johtohahmoista. Hän on alusta alkaen kritisoinut Venäjän kammottavia toimia Ukrainassa: hän tuomitsi Krimin miehityksen heti vuonna 2014 ja on tuominnut ankarasti Ukrainan laittoman miehityksen vuonna 2022.</p><p>Makarevich leimattiin Venäjällä valtion kontrolloimassa televisiossa petturiksi, ja viranomaiset ovat säännöllisesti peruneet hänen konserttejaan. Vuonna 2022 hänestä tuli ensimmäinen muusikko, joka joutui Venäjän surullisenkuuluisalle ”ulkomaisten agenttien” listalle.<br>\t<br>Hallinto ei kuitenkaan pysty kontrolloimaan fanien ihailua ja kunnioitusta. Poliittisesta vastustuksesta huolimatta tänään tämä venäläinen rock-guru on suositumpi kuin koskaan.</p><p>Makarevichin yhtye Mašina Vremeni oli Neuvostoliiton ensimmäinen bändi, joka alkoi laulaa rockia venäjäksi ja teki tyylistä maassa suositun. Bändin kappale Povorot (”Käänne”) nousi ensimmäisen neuvostoliittolaisen musiikkilistan kärkeen vuonna 1979. Vuosina 1984–1985 Makarevichin toinen hitti Muzyka pod snegom (”Musiikkia lumen alla) oli listan kärjessä 17 kuukautta.</p><p>Kun bändi perestroikan aikana vihdoin sai julkaista LP-levyjä, sen jokainen albumi myi yli 18 miljoonaa kopiota. Mašina Vremenin ohella Makarevich on julkaissut kahdeksan sooloalbumia. Hänellä on ollut myös useita sooloprojekteja, ja hän on juontanut ohjelmia televisiossa. Lisäksi Makarevich on julkaissut runokirjoja, ja hän säesti Neuvostoliiton ex-presidenttiä Mihail Gorbatšovia tämän soololevyllä.</p><p>Helsingissä Makarevich esittää sekä Mašina Vremenin tuotantoa että omia kappaleitaan. Yhteistä niille on se, että kaikki venäjäntaitoiset ympäri maailman osaavat biisit ulkoa.</p><p>Konsertti Savoy-teatterissa Helsingissä 16.4.2023 on Makarevichin ainoa keikka Pohjoismaissa. Tee sunnuntaistasi erityinen – tule kuuntelemaan venäläisen rockin legendaarista ääntä!</p><p>Ikäraja: S</p><p>Kesto n. 80-90 min, ei väliaikaa</p>"
            },
            "name": {
                "fi": "Andrey Makarevich",
                "ru": "[Большой концерт!]"
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/AAE039EE43B641E4A38EA0EEAA120A7C/Andrey_Makarevich_"
            },
            "location_extra_info": null,
            "short_description": {
                "fi": "Andrei Makarevich on venäläisen rockin guru ja legenda jo eläessään. Hän on Venäjän vanhimman bändin, vuonna 1969 perustetun Mašina vremenin (suom. ”Aikakone”) perustajajäsen ja keulahahmo."
            },
            "provider": {
                "fi": "Feels Like Red AB"
            },
            "@id": "http://api.hel.fi/linkedevents/v1/event/kulke:59407/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "kulke:58761",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:7258/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:31/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:348/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:49/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/kulke:53/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p1808/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": false,
                    "info_url": {
                        "fi": "https://www.lippu.fi/eventseries/name-3280092"
                    },
                    "price": {
                        "fi": "56/45 €"
                    },
                    "description": null
                }
            ],
            "data_source": "kulke",
            "publisher": "ahjo:u4804001050",
            "sub_events": [],
            "images": [
                {
                    "id": 86989,
                    "license": "event_only",
                    "created_time": "2022-11-29T15:13:17.322918Z",
                    "last_modified_time": "2022-11-29T15:13:17.322938Z",
                    "name": "",
                    "url": "http://www.savoyteatteri.fi/instancedata/prime_product_resurssivaraus/kulke/embeds/EventPic_724012.jpg",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "kulke",
                    "publisher": "ahjo:u4804001050",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/86989/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [],
            "audience": [],
            "created_time": "2022-11-29T15:13:17.297804Z",
            "last_modified_time": "2023-05-31T10:12:19.477699Z",
            "date_published": null,
            "start_time": "2023-03-25T17:00:00Z",
            "end_time": null,
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'2':27C 'alexander':4A,19C 'anniskelu':43C 'anniskelualue':39C 'ft':3A 'h':28C 'hand':6A 'ikäraj':36C 'ikäsuositus':31C 'k12':32C 'k18':35C,38C 'k18-ikäraja':34C 'kesto':25C 'käsimatkatavar':8B,12C 'laulu':11B,15C 'luggag':7A 'manotskov':5A,20C 'n':26C 'parvek':40C 'permano':33C 'permanto':37C 'polozkov':2A,18C 'päärool':16C 'runo':9B,13C 's':41C 'suome':24C 'tekstity':23C 'venäjänkielin':21C 'vera':1A,17C 'väliaik':30C 'и':47C 'кладь':45C 'песни':48C 'ручная':44C 'стихи':46C",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Käsimatkatavara – runot ja laulut</p><p>Päärooleissa:<br>Vera Polozkova<br>Alexander Manotskov</p><p>Venäjänkielinen, ei tekstitystä suomeksi.</p><p>Kesto n. 2 h, ei väliaikaa.</p><p>Ikäsuositus: K12. Permannolla K18-ikäraja.<br>Permanto K18 anniskelualue. Parveke S, ei anniskelua.</p><p>****<br>«РУЧНАЯ КЛАДЬ».  СТИХИ И ПЕСНИ.</p>",
                "ru": "<p>Впервые в Хельсинки, на сцене театра Savoy — вечер поэзии и музыки с Верой Полозковой и Александром Маноцковым!</p><p>Вера Полозкова — российская поэтесса, актриса и драматург. Полозкова пишет для взрослых и детей, ее книги должны быть на книжной полке, наверное, в каждой русскоязычной семье. Полозкова выступает на сцене и создает театральные постановки.<br>Она была награждена и номинирована на многочисленные литературные премии. Полозкова связывает великие традиции классической поэзии с современной городской устной речью.</p><p>Среди ее музыкальных коллабораций такие имена, как Noize MC и Tequilajazz. Благодаря Полозковой поэзия достойно возвращается на театральные площадки и вновь расходится десятками тысяч экземпляров в книжных магазинах.<br>Субботний вечер с Верой Полозковой и Александром Маноцковым — это уникальная встреча с современным словом и музыкой — в лучшем их проявлении.<br>____________________________________<br>«Ручная кладь» – это диалог двух авторов, композитора и поэта. Это будто личный архив сюжетов и историй, которым они были очевидцами. Раньше они звучали как попытка итога, подробный отчет о том, с чем прощается и что обретает человек, вступая в зрелость. Теперь это исповедь о жизни до войны. О том, что мы на самом деле взяли с собой, когда уехали.</p><p>Вера Полозкова: «Мы поем и читаем о том, что ощущает человек, когда мир трескается прямо у него под ногами. О войне, об утрате, о благодарности, о надежде, об отчаянии. О памяти. О том, что остается твоим, когда теряешь всё. О том, чего не отнять у тебя, покуда ты жив».</p><p>Партер является зоной (K18), где разрешено употребление напитков в пластиковых бутылках и жестяных банках, приобретенных в буфете театра.<br>Не разрешается приносить напитки на балкон!</p>"
            },
            "name": {
                "fi": "Vera Polozkova ft. Alexander Manotskov – HAND LUGGAGE"
            },
            "info_url": {
                "fi": "http://www.savoyteatteri.fi/fi/tapahtumat/event/405AE11F0FA7534A77B1992F4B9EB40F/Vera_Polozkova_ft_Alexander_Manotskov_"
            },
            "location_extra_info": null,
            "short_description": {
                "fi": "Käsimatkatavara – runot ja laulut"
            },
            "provider": {
                "fi": "Aftersunset Oy"
            },
            "@id": "http://api.hel.fi/linkedevents/v1/event/kulke:58761/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helsinki:agee5wknum",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:20895/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p22916/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p2771/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p6062/"
                }
            ],
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": {
                        "fi": ""
                    },
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helsinki",
            "publisher": "ahjo:u48040030",
            "sub_events": [],
            "images": [
                {
                    "id": 92507,
                    "license": "cc_by",
                    "created_time": "2023-05-24T17:34:41.519076Z",
                    "last_modified_time": "2023-05-24T17:35:11.999583Z",
                    "name": "Lintsi2023.jpg",
                    "url": "http://api.hel.fi/linkedevents/media/images/Lintsi2023.jpg",
                    "cropping": "266,0,1333,1066",
                    "photographer_name": "Kari Ruonela",
                    "alt_text": "Lintsi",
                    "data_source": "helsinki",
                    "publisher": "ahjo:u48040030",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/92507/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/en/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p11617/"
                }
            ],
            "created_time": "2023-05-24T17:40:44.086852Z",
            "last_modified_time": "2023-05-24T17:40:44.086882Z",
            "date_published": null,
            "start_time": "2023-07-19T07:00:00Z",
            "end_time": "2023-07-19T13:00:00Z",
            "custom_data": null,
            "audience_min_age": 13,
            "audience_max_age": 17,
            "super_event_type": "umbrella",
            "deleted": false,
            "maximum_attendee_capacity": 10,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": "2023-06-05T08:00:00+03:00",
            "enrolment_end_time": "2023-06-30T21:00:00+03:00",
            "local": false,
            "search_vector_fi": "'-17':7B,12C '13':6B,11C '2':34C,39C 'avustav':40C 'ens':19C 'heinäku':49C 'hyvä':30C 'ilmain':3B,16C 'ilmoittautunut':20C 'kesä':48C 'kesä-heinäku':47C 'kymmen':18C 'linnanmäe':1A,4B,9C,26C 'lähet':46C 'läht':33C 'mahtu':21C 'mat':32C 'matkalipu':25C 'nuor':41C 'nuoriso':36C 'nuoriso-ohjaaj':35C 'ohjaaj':37C 'osallistuv':45C 'rannek':27C 'retk':2A,5B,10C,14C,23C,42C 'ruokailu':28C 'seura':31C 'sisält':24C 'tarkemp':43C 'tieto':44C 'vaiht':50C 'vuotia':8B,13C",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Linnanmäen retki 13-17 -vuotiaille. Retki on ilmainen ja kymmenen ensin ilmoittautunutta mahtuu mukaan. Retki sisältää matkalipun, Linnanmäen rannekkeen, ruokailun ja hyvän seuran. Matkaan lähtee 2 nuoriso-ohjaajaa ja 2 avustavaa nuorta. Retkestä tarkempaa tietoa osallistuville lähetetään kesä-heinäkuun vaihteessa.</p>"
            },
            "name": {
                "fi": "Linnanmäen retki"
            },
            "info_url": {
                "fi": "https://www.harrastushaku.fi/view/17068"
            },
            "location_extra_info": {
                "fi": ""
            },
            "short_description": {
                "fi": "Ilmainen Linnanmäen retki 13-17 -vuotiaille."
            },
            "provider": {
                "fi": "Kaakkoinen nuorisotyöyksikkö"
            },
            "@id": "http://api.hel.fi/linkedevents/v1/event/helsinki:agee5wknum/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helsinki:agee5p7zgy",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:20895/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p22916/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p2771/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p6062/"
                }
            ],
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": {
                        "fi": ""
                    },
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helsinki",
            "publisher": "ahjo:u48040030",
            "sub_events": [],
            "images": [
                {
                    "id": 92507,
                    "license": "cc_by",
                    "created_time": "2023-05-24T17:34:41.519076Z",
                    "last_modified_time": "2023-05-24T17:35:11.999583Z",
                    "name": "Lintsi2023.jpg",
                    "url": "http://api.hel.fi/linkedevents/media/images/Lintsi2023.jpg",
                    "cropping": "266,0,1333,1066",
                    "photographer_name": "Kari Ruonela",
                    "alt_text": "Lintsi",
                    "data_source": "helsinki",
                    "publisher": "ahjo:u48040030",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/92507/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/en/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p11617/"
                }
            ],
            "created_time": "2023-05-24T17:13:04.079163Z",
            "last_modified_time": "2023-05-24T17:35:29.898129Z",
            "date_published": null,
            "start_time": "2023-07-18T07:00:00Z",
            "end_time": "2023-07-18T13:00:00Z",
            "custom_data": null,
            "audience_min_age": 9,
            "audience_max_age": 12,
            "super_event_type": "umbrella",
            "deleted": false,
            "maximum_attendee_capacity": 10,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": "2023-06-05T08:00:00+03:00",
            "enrolment_end_time": "2023-06-30T21:00:00+03:00",
            "local": false,
            "search_vector_fi": "'-12':7B,12C '2':34C,39C '9':6B,11C 'avustav':40C 'ens':19C 'heinäku':49C 'hyvä':30C 'ilmain':3B,16C 'ilmoittautunut':20C 'kesä':48C 'kesä-heinäku':47C 'kymmen':18C 'linnanmäe':1A,4B,9C,26C 'lähet':46C 'läht':33C 'mahtu':21C 'mat':32C 'matkalipu':25C 'nuor':41C 'nuoriso':36C 'nuoriso-ohjaaj':35C 'ohjaaj':37C 'osallistuv':45C 'rannek':27C 'retk':2A,5B,10C,14C,23C,42C 'ruokailu':28C 'seura':31C 'sisält':24C 'tarkemp':43C 'tieto':44C 'vaiht':50C 'vuotia':8B,13C",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Linnanmäen retki 9-12 -vuotiaille. Retki on ilmainen ja kymmenen ensin ilmoittautunutta mahtuu mukaan. Retki sisältää matkalipun, Linnanmäen rannekkeen, ruokailun ja hyvän seuran. Matkaan lähtee 2 nuoriso-ohjaajaa ja 2 avustavaa nuorta. Retkestä tarkempaa tietoa osallistuville lähetetään kesä-heinäkuun vaihteessa.</p>"
            },
            "name": {
                "fi": " Linnanmäen retki"
            },
            "info_url": {
                "fi": "https://www.harrastushaku.fi/view/17067 "
            },
            "location_extra_info": {
                "fi": ""
            },
            "short_description": {
                "fi": "Ilmainen Linnanmäen retki 9-12 -vuotiaille."
            },
            "provider": {
                "fi": "Kaakkoinen nuorisotyöyksikkö"
            },
            "@id": "http://api.hel.fi/linkedevents/v1/event/helsinki:agee5p7zgy/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helsinki:ageal3nmpm",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:7259/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p10647/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p10727/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p11185/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14004/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p360/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p5164/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p556/"
                }
            ],
            "super_event": null,
            "event_status": "EventScheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": {
                        "fi": ""
                    },
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helsinki",
            "publisher": "ahjo:u541000",
            "sub_events": [],
            "images": [
                {
                    "id": 92259,
                    "license": "event_only",
                    "created_time": "2023-05-10T13:32:30.128941Z",
                    "last_modified_time": "2023-05-10T13:50:41.932457Z",
                    "name": "Uudistunut Stoan aukio on vilkkaan kaupunkielämän yksi keskus.",
                    "url": "http://api.hel.fi/linkedevents/media/images/Stoan_kylajuhlat_Some_LI_1200x800.jpg",
                    "cropping": "201,0,999,798",
                    "photographer_name": "",
                    "alt_text": "Stoan aukiolla on vilkasta toimintaa, piirretyt hahamot skuuttavat, käyvät kauppaa ja seurustelevat.",
                    "data_source": "helsinki",
                    "publisher": "ahjo:u541000",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/92259/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/en/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/sv/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ar/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/so/"
                }
            ],
            "audience": [],
            "created_time": "2023-05-10T13:50:42.323810Z",
            "last_modified_time": "2023-05-10T14:20:12.574680Z",
            "date_published": null,
            "start_time": "2023-05-20T11:00:00Z",
            "end_time": "2023-05-20T14:00:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-5.6':72C '14':57C '15.6':71C '17':58C '20':54C 'alue':11B,23C,27C,35C,49C 'arabia':62C 'asunto':38C 'helsing':33C 'idä':3A,51C,74C 'isost':13B 'itä':32C 'itä-helsing':31C 'kelo':56C 'kero':18B 'kerrokantasi.hel.fi':73C 'keskust':34C 'keskustelem':48C 'kirj':79C 'kommentoid':69C 'kyläjuhl':4A,52C,75C 'laaja':78C 'laajen':43C 'lisä':37C,41C 'metroasem':10B,26C 'mielipit':19B 'muka':59C 'muuta':80C 'myös':68C 'ohjelm':81C 'osa':29C 'palvelu':40C 'puhoks':7B,22C 'puotil':9B,25C 'somal':65C 'stoa':42C 'stoa.fi':82C 'stoaan':53C 'stoan':5B,20C 'suunnittelij':1A,16B,46C 'tapaam':15B,45C 'tarj':77C 'tavattav':2A 'toukoku':55C 'tule':14B,28C,36C,44C 'tulevaisuud':50C 'tulk':66C 'tulkkaam':60C 'uudistuv':12B 'uut':30C 'venäj':63C 'verko':70C 'voit':67C",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Stoan ja Puhoksen alueesta sekä Puotilan metroaseman alueesta tulee osa uutta Itä-Helsingin keskustaa. Alueille tulee lisää asuntoja ja palveluita. Lisäksi Stoa laajenee.&nbsp;</p><p>Tule tapaamaan suunnittelijoita ja keskustelemaan alueiden tulevaisuudesta Idän kyläjuhlille Stoaan 20. toukokuuta kello 14–17! Mukana tulkkaamassa ovat arabian, venäjän ja somalin tulkit.<br><br>Voit myös kommentoida verkossa 15.6.-5.6: <strong>kerrokantasi.hel.fi</strong></p><p>Idän kyläjuhlilla on tarjolla laaja kirjo muutakin ohjelmaa: <strong>stoa.fi</strong></p>"
            },
            "name": {
                "fi": "Suunnittelijat tavattavissa Idän kyläjuhlilla"
            },
            "info_url": {
                "fi": ""
            },
            "location_extra_info": {
                "fi": ""
            },
            "short_description": {
                "fi": "Stoan ja Puhoksen sekä Puotilan metroaseman alueet uudistuvat isosti. Tule tapaamaan suunnittelijoita ja kerro mielipiteesi!"
            },
            "provider": {
                "fi": ""
            },
            "@id": "http://api.hel.fi/linkedevents/v1/event/helsinki:ageal3nmpm/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:258083",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:15395/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10595/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10690/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11305/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11777/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p13050/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14710/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p7643/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 88835,
                    "license": "cc_by",
                    "created_time": "2023-01-24T09:24:16.295055Z",
                    "last_modified_time": "2023-01-24T09:24:16.295070Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{75EAD886-0FE6-405B-A746-DE044C786D29}/99707",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/88835/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                }
            ],
            "created_time": "2023-04-18T07:23:59.522507Z",
            "last_modified_time": "2023-04-19T03:21:50.976879Z",
            "date_published": "2023-04-18T06:01:00Z",
            "start_time": "2023-06-23T07:00:00Z",
            "end_time": "2023-06-23T07:30:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-10.30':37C '-2':4A '0':3A,15C '10.00':36C '10.3':42C '12.5':45C '17.2':41C '2':16C '21.4':44C '27.1':40C '31.3':43C 'iso':22C 'kerho':25C 'kirjasto':24C 'klo':35C 'laps':6A,18C 'lastenlaulu':32C 'laula':31C 'luem':28C 'lämpim':46C 'nukketeatter':27C 'näytä':26C 'omen':23C 'pide':34C 'päiv':39C 'runo':29C 'satukerho':2A,14C,21C,33C 'seuraav':38C 'tervetulo':19C,47C 'venäjänkielin':1A,13C 'venäjänkielis':20C 'vuotia':5A,17C 'для':8B 'кружок':7B 'малышей':9B 'на':10B 'русском':11B 'языке':12B",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Venäjänkielinen satukerho 0–2-vuotiaille lapsille</p><p>Tervetuloa venäjänkieliseen satukerhoon <b>Ison Omenan</b> kirjastoon! Kerhossa näytämme nukketeatteria, luemme runoja sekä laulamme lastenlauluja.</p><p>Satukerho pidetään klo 10.00-10.30 seuraavina päivinä: 27.1, 17.2, 10.3, 31.3, 21.4, 12.5.</p><p>Lämpimästi tervetuloa!</p>",
                "ru": "<p>Кружок для детей 0-2 лет</p><p>Дорогие мамы и папы, бабушки и дедушки!</p><p>Приглашаем вас с детьми и внуками на кружок для малышей в библиотеку <b>Iso Omena</b>! На кружке мы покажем кукольный театр и познакомим малышей с детскими стихами и песенками.</p><p>Кружок будет проводиться с 10:00 до 10:30 по следующим дням: 27.1, 17.2, 10.3, 31.3, 21.4, 12.5.</p><p>Добро пожаловать!</p>"
            },
            "name": {
                "fi": "Venäjänkielinen satukerho 0-2-vuotiaille lapsille",
                "ru": "Кружок для малышей на русском языке"
            },
            "info_url": null,
            "location_extra_info": {
                "fi": "Nuorisotila Vox",
                "ru": "Помещение для молодежи Vox"
            },
            "short_description": {
                "fi": "Кружок для малышей на русском языке",
                "ru": "Кружок для малышей на русском языке"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:258083/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:248219",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:8158/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10595/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10737/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11347/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:12005/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p13050/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 87404,
                    "license": "cc_by",
                    "created_time": "2022-12-13T12:20:49.271202Z",
                    "last_modified_time": "2022-12-13T12:20:49.271222Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{EA31624E-2DD3-4071-89F6-456F8FC8ACD8}/98749",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/87404/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/sv/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/en/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                }
            ],
            "created_time": "2022-12-13T12:22:07.929880Z",
            "last_modified_time": "2023-04-19T03:21:50.044896Z",
            "date_published": "2022-02-28T22:00:00Z",
            "start_time": "2023-06-14T15:00:00Z",
            "end_time": "2023-06-14T16:05:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-19.05':69C '-31085033':78C '09':77C '1.2':60C '10.5':64C '11.1':59C '12.4':63C '14.6':66C '15.3':62C '18.00':68C '22.2':61C '24.5':65C 'aikuis':116C 'arvostel':127C 'asiakaspalvelu':74C 'auttav':112C 'edistämin':83C 'haast':105C 'hankal':13C 'harjoit':136C 'ihmis':92C 'juuri':7C 'jännit':26C 'kennelliittokoir':138C 'keskey':131C 'keskiviikkois':58C 'kest':29C 'kirjasto':57C,73C 'klo':67C 'koir':88C 'koira':36C,38C,108C,117C,125C 'kulku':50C 'kuuntelij':20C 'kyny':122C 'kärsivällin':19C 'laps':114C 'liittyv':104C,121C 'lisääv':91C 'lukem':4B,8C,15C,23C,137C 'lukemin':10C 'lukemis':103C,109C,120C 'lukihäiriöis':113C 'lukij':35C,54C,133C 'lukuaik':72C 'lukuharrastuks':82C 'lukuhetk':28C,32C,44C 'lukukoir':1A,5B,16C,17C,51C 'lukukoiratoimin':79C 'lukukokemuks':86C 'luomin':87C 'läsnäolo':118C 'miel':97C 'mielihyvähormon':93C 'min':31C 'munkkiniem':56C 'muute':12C 'myöntein':107C 'myös':102C 'määrä':94C 'n.15':30C 'nel':2A,52C 'numero':76C 'ohjaaj':39C,40C 'oma':71C 'onnistun':85C 'opettel':6C 'ot':53C 'paika':34C 'puutu':48C 'rauha':135C 'rentouttav':96C 'sivu':45C 'stres':124C 'takeru':128C 'tarvits':25C 'tavoit':80C 'tehtäv':41C 'todetu':90C,111C 'tule':3B,14C 'vaikutus':101C 'valvo':43C 'vara':70C 'vas':55C 'virh':129C 'vuoks':99C 'vähent':119C 'yks':27C",
            "search_vector_en": "'-31085033':94C '09':93C '1.2':68C '10.5':72C '11.1':67C '12.4':71C '14.6':74C '15':38C '15.3':70C '22.2':69C '24.5':73C '6.00':76C '7.05':78C 'aloud':7B,45C 'appoint':61C 'book':80C 'come':28C 'criticis':54C 'difficult':27C 'dog':2A,10B,35C,48C,58C 'find':23C 'info':89C 'interrupt':56C 'kennelliittokoirat':104C 'learn':14C 'librari':64C,87C 'listen':51C 'loud':26C 'minut':39C 'munkkiniemi':63C 'nella':3A,11B,49C,50C,59C,95C 'patient':52C 'pm':79C 'practic':30C 'present':100C 'read':1A,6B,9B,17C,24C,31C,34C,40C,44C,47C,57C,83C 'session':41C,103C 'take':60C 'telephon':92C 'time':84C 'trainer':97C 'wednesday':66C 'without':53C",
            "search_vector_sv": "'-19.05':83C '-31085033':98C '09':97C '1.2':74C '10.5':78C '11.1':73C '12.4':77C '14.6':80C '15':44C '15.3':76C '18':82C '22.2':75C '24.5':79C 'aikuisi':136C 'arvostel':147C 'auttavan':132C 'barnelt':47C 'bibliotek':71C 'biblioteket':92C 'bok':52C 'ca':43C 'dej':14C 'edistämin':103C 'ei':146C 'emot':67C 'får':48C 'genom':89C 'haasteiss':125C 'harjoitell':156C 'hund':56C 'huss':59C 'håll':9C 'ihmis':112C 'ja':104C,135C,143C 'jobb':22C 'kennelliittokoir':158C 'keskeytä':151C 'klockan':81C 'koir':145C 'koirall':128C 'koiran':137C 'koiri':108C 'kom':3B,25C 'kontak':91C 'kundtjänst':93C 'kynnystä':142C 'känn':21C 'lapsi':134C 'liittyvissä':124C 'liittyvää':141C 'lisäävän':111C 'lukemis':129C 'lukemise':123C,140C 'lukemist':157C 'lukihäiriöisiä':133C 'lukijall':153C 'lukuharrastuks':102C 'lukukoiratoiminnan':99C 'lukukokemuks':106C 'luomin':107C 'lyssn':37C 'lär':13C 'läs':5B,15C,27C,49C,68C 'läshund':1A,8B,30C,31C,41C,54C,64C,88C 'läsning':24C 'läsnäolo':138C 'lässtund':39C,63C 'matt':57C 'mielihyvähormoni':113C 'mieltä':117C 'minkä':118C 'minut':45C 'munksnäs':70C 'myöntein':127C 'myös':122C 'määrää':114C 'nell':2A,65C 'niid':120C 'numret':96C 'närvar':61C 'on':101C,109C,126C,130C,154C 'onnistune':105C 'onsdag':72C 'pågår':42C 'rauh':155C 'rentouttavan':116C 'reserver':84C 'sekä':115C 'snäll':34C 'stressiä':144C 'tai':150C 'takerru':148C 'tar':66C 'tavoitteen':100C 'tid':86C 'todettu':110C,131C 'tyck':17C 'tålmod':36C 'vaan':152C 'vaikutus':121C 'valfri':51C 'virheisiin':149C 'vuoksi':119C 'vähentää':139C 'även':55C",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Opetteletko juuri lukemaan tai lukeminen on muuten hankalaa? Tule lukemaan lukukoiralle. Lukukoira on kärsivällinen kuuntelija, jonka kanssa lukemista ei tarvitse jännittää.</p><p>Yksi lukuhetki kestää n.15 min. Lukuhetkessä on paikalla lukija, koira ja koiran ohjaaja. Ohjaajan tehtävänä on valvoa lukuhetkeä sivusta, mutta ei puuttua sen kulkuun.</p><p>Lukukoira Nella ottaa lukijoita vastaan Munkkiniemen kirjastossa keskiviikkoisin<strong> 11.1., 1.2., 22.2., 15.3., 12.4., 10.5., 24.5., 14.6. klo 18.00-19.05. </strong>Varaa oma lukuaikasi kirjaston asiakaspalvelusta tai numerosta 09-31085033.</p><p> <em>\"Lukukoiratoiminnan tavoitteena on lukuharrastuksen edistäminen ja onnistuneen lukukokemuksen luominen. Koirien on todettu lisäävän ihmisen mielihyvähormonien määrää sekä rentouttavan mieltä, minkä vuoksi niiden vaikutus myös lukemiseen liittyvissä haasteissa on myönteinen. Koiralle lukemisen on todettu auttavan lukihäiriöisiä lapsia ja aikuisia. Koiran läsnäolo vähentää lukemiseen liittyvää kynnystä ja stressiä. Koira ei arvostele, takerru virheisiin tai keskeytä vaan lukijalla on rauha harjoitella lukemista.\"</em> </p><p> <a href=\"https://www.kennelliitto.fi/koirat/lukukoirat\">Kennelliittokoirat</a> </p>",
                "sv": "<p>Håller du på att lära dej läsa eller tycker du att det känns jobbigt med läsningen? Kom och läs för vår läshund. Läshunden är en snäll och tålmodig lyssnare.</p><p>En lässtund med läshunden pågår ca 15 minuter då barnelt får läsa en valfri bok för läshunden. Även hundens matte eller husse är närvarande under lässtunden.</p><p>Läshunden Nella tar emot läsare i Munksnäs bibliotek onsdagar<strong> 11.1, 1.2, 22.2, 15.3, 12.4, 10.5, 24.5, 14.6 klockan 18-19.05. </strong> Reservera en tid till läshunden genom att kontakta bibliotekets kundtjänst eller på numret 09-31085033</p><p> <em>\"Lukukoiratoiminnan tavoitteena on lukuharrastuksen edistäminen ja onnistuneen lukukokemuksen luominen. Koirien on todettu lisäävän ihmisen mielihyvähormonien määrää sekä rentouttavan mieltä, minkä vuoksi niiden vaikutus myös lukemiseen liittyvissä haasteissa on myönteinen. Koiralle lukemisen on todettu auttavan lukihäiriöisiä lapsia ja aikuisia. Koiran läsnäolo vähentää lukemiseen liittyvää kynnystä ja stressiä. Koira ei arvostele, takerru virheisiin tai keskeytä vaan lukijalla on rauha harjoitella lukemista.\"</em> </p><p> <a href=\"https://www.kennelliitto.fi/koirat/lukukoirat\">Kennelliittokoirat</a> </p>",
                "en": "<p>Are you learning how to read just now, or do you find reading out loud difficult? Come and practice reading with a Reading Dog!</p><p>During a 15-minute reading session, you can read aloud to Reading Dog Nella. Nella listens patiently without criticising or interrupting. </p><p>Reading Dog Nella takes appointments at <strong>Munkkiniemi Library on Wednesdays 11.1, 1.2, 22.2, 15.3, 12.4, 10.5, 24.5, 14.6 from 6.00 to 7.05 pm. </strong> Book your own reading time in the library's info or by telephone 09-31085033. </p><p>Nella's trainer will be present at the session.</p><p> <a href=\"https://www.kennelliitto.fi/koirat/lukukoirat\">Kennelliittokoirat</a> </p>",
                "ru": "<p>Ты только учишься читать или испытываешь трудности при чтении? Приходи в библиотеку почитать специально обученной собаке. Четвероногий друг – терпеливый и благодарный слушатель, а чтение собаке успокаивает и расслабляет.</p><p>Общение с собакой-слушателем длится 15 минут. Во время чтения читающий остается наедине с собакой и ее инструктором. Задача инструктора – наблюдать со стороны, не вмешиваясь в сам процесс.</p><p>Собака-слушатель по кличке Nella ждет тебя <strong>в библиотеке Мунккиниеми по средам 11.1, 1.2, 22.2, 15.3, 12.4, 10.5, 24.5, 14.6 с 18.00-19.05</strong>. Заказать время можно на стойке обслуживания или позвонив по телефону 09-31085033.</p><p> <em>\"Lukukoiratoiminnan tavoitteena on lukuharrastuksen edistäminen ja onnistuneen lukukokemuksen luominen. Koirien on todettu lisäävän ihmisen mielihyvähormonien määrää sekä rentouttavan mieltä, minkä vuoksi niiden vaikutus myös lukemiseen liittyvissä haasteissa on myönteinen. Koiralle lukemisen on todettu auttavan lukihäiriöisiä lapsia ja aikuisia. Koiran läsnäolo vähentää lukemiseen liittyvää kynnystä ja stressiä. Koira ei arvostele, takerru virheisiin tai keskeytä vaan lukijalla on rauha harjoitella lukemista.\"</em> </p><p> <a href=\"https://www.kennelliitto.fi/koirat/lukukoirat\">Kennelliittokoirat</a> </p>"
            },
            "name": {
                "fi": "Lukukoira Nella",
                "sv": "Läshunden Nella",
                "en": "Reading Dog Nella",
                "ru": "Читаем вместе с собакой"
            },
            "info_url": null,
            "location_extra_info": null,
            "short_description": {
                "fi": "Tule lukemaan lukukoiralle.",
                "sv": "Kom och läs för vår läshund.",
                "en": "You can read aloud to Reading Dog Nella.",
                "ru": "Приходи почитать четвероногому другу!"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:248219/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:254974",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:15395/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10594/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10690/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11305/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11727/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p11406/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14004/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p16485/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p7643/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 89056,
                    "license": "cc_by",
                    "created_time": "2023-01-27T15:25:22.191698Z",
                    "last_modified_time": "2023-01-27T15:25:22.191726Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{DB3BDFD0-A96D-4BEF-8D4C-B318BACD53A6}/99836",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/89056/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p16485/"
                }
            ],
            "created_time": "2023-02-04T01:25:55.245130Z",
            "last_modified_time": "2023-04-19T03:21:47.882480Z",
            "date_published": "2023-02-03T19:54:00Z",
            "start_time": "2023-06-02T11:30:00Z",
            "end_time": "2023-06-02T12:30:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-10':4A,18C '-15.30':41C '10':13B,56C '10.3':45C '12.5':48C '14.30':40C '17.2':44C '2.6':49C '21.4':47C '31.3':46C '7':3A,11B,17C 'avu':36C 'ilmoittautum':50C 'iso':24C 'kerho':27C,51C 'kirjasto':26C 'klo':39C 'las':57C 'lastenruno':31C 'luke':30C 'lämpim':61C 'mahtu':55C 'maksuton':60C 'nuore':20C 'omen':25C 'osallistumin':58C 'paika':53C 'pide':38C 'päiv':43C 'seuraav':42C 'tarkoitus':29C 'tervetulo':22C,62C 'tiedekerho':2A,16C,23C,37C 'tiedemaailm':34C 'tiedetempu':35C 'tun':54C 'tutkij':21C 'tutustu':33C 'varmist':52C 'venäjänkielin':1A,15C 'vuotia':5A,19C 'детей':9B 'для':8B 'до':12B 'кружок':7B 'лет':14B 'научный':6B 'от':10B",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Venäjänkielinen tiedekerho 7-10-vuotiaille</p><p>Nuoret tutkijat!</p><p>Tervetuloa tiedekerhoon Ison Omenan kirjastoon! Kerhossa on tarkoitus lukea lastenrunoja ja tutustua tiedemaailmaan tiedetemppujen avulla. </p><p>Tiedekerho pidetään klo 14.30-15.30 seuraavina päivinä: 17.2, 10.3, 31.3, 21.4, 12.5, 2.6.</p><p> <strong>Ilmoittautumalla kerhoon varmistat paikan. Tunnille mahtuu 10 lasta. Osallistuminen on maksutonta.</strong> </p><p>Lämpimästi tervetuloa!</p>",
                "ru": "<p>Юные исследователи!</p><p>Приглашаем вас на научный кружок в библиотеку <strong>Iso</strong><strong> Omena</strong>! Мы познакомим вас с детскими стихотворениями и увлекательными научными опытами. Приходите, будет интересно!</p><p>Научный кружок проводится с 14:30 до 15:30. Добро пожаловать на кружок 17.2, 10.3, 31.3, 21.4, 12.5, 2.6!</p><p>Количество участников – 10 человек, просим детей зарегистрироваться.</p>"
            },
            "name": {
                "fi": "Venäjänkielinen tiedekerho 7-10-vuotiaille",
                "ru": "Научный кружок для детей от 7 до 10 лет"
            },
            "info_url": null,
            "location_extra_info": {
                "fi": "Paja",
                "ru": "Paja"
            },
            "short_description": {
                "fi": "Научный кружок для детей от 7 до 10 лет",
                "ru": "Научный кружок для детей от 7 до 10 лет"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:254974/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:258086",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:15395/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10595/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10690/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11305/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11777/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p13050/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14710/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p7643/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 88835,
                    "license": "cc_by",
                    "created_time": "2023-01-24T09:24:16.295055Z",
                    "last_modified_time": "2023-01-24T09:24:16.295070Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{75EAD886-0FE6-405B-A746-DE044C786D29}/99707",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/88835/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                }
            ],
            "created_time": "2023-04-18T07:23:55.562786Z",
            "last_modified_time": "2023-04-19T03:21:47.776311Z",
            "date_published": "2023-04-18T06:01:00Z",
            "start_time": "2023-06-02T07:00:00Z",
            "end_time": "2023-06-02T07:30:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-10.30':37C '-2':4A '0':3A,15C '10.00':36C '10.3':42C '12.5':45C '17.2':41C '2':16C '21.4':44C '27.1':40C '31.3':43C 'iso':22C 'kerho':25C 'kirjasto':24C 'klo':35C 'laps':6A,18C 'lastenlaulu':32C 'laula':31C 'luem':28C 'lämpim':46C 'nukketeatter':27C 'näytä':26C 'omen':23C 'pide':34C 'päiv':39C 'runo':29C 'satukerho':2A,14C,21C,33C 'seuraav':38C 'tervetulo':19C,47C 'venäjänkielin':1A,13C 'venäjänkielis':20C 'vuotia':5A,17C 'для':8B 'кружок':7B 'малышей':9B 'на':10B 'русском':11B 'языке':12B",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Venäjänkielinen satukerho 0–2-vuotiaille lapsille</p><p>Tervetuloa venäjänkieliseen satukerhoon <b>Ison Omenan</b> kirjastoon! Kerhossa näytämme nukketeatteria, luemme runoja sekä laulamme lastenlauluja.</p><p>Satukerho pidetään klo 10.00-10.30 seuraavina päivinä: 27.1, 17.2, 10.3, 31.3, 21.4, 12.5.</p><p>Lämpimästi tervetuloa!</p>",
                "ru": "<p>Кружок для детей 0-2 лет</p><p>Дорогие мамы и папы, бабушки и дедушки!</p><p>Приглашаем вас с детьми и внуками на кружок для малышей в библиотеку <b>Iso Omena</b>! На кружке мы покажем кукольный театр и познакомим малышей с детскими стихами и песенками.</p><p>Кружок будет проводиться с 10:00 до 10:30 по следующим дням: 27.1, 17.2, 10.3, 31.3, 21.4, 12.5.</p><p>Добро пожаловать!</p>"
            },
            "name": {
                "fi": "Venäjänkielinen satukerho 0-2-vuotiaille lapsille",
                "ru": "Кружок для малышей на русском языке"
            },
            "info_url": null,
            "location_extra_info": {
                "fi": "Nuorisotila Vox",
                "ru": "Помещение для молодежи Vox"
            },
            "short_description": {
                "fi": "Кружок для малышей на русском языке",
                "ru": "Кружок для малышей на русском языке"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:258086/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:247154",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:8310/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10672/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10689/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11405/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11733/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14004/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p556/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p6165/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 74521,
                    "license": "cc_by",
                    "created_time": "2021-10-13T13:23:18.976031Z",
                    "last_modified_time": "2021-10-13T13:23:18.976055Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{5146EFE1-783F-4EE9-B59D-37CE29D68AE9}/89456",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/74521/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/en/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p6165/"
                }
            ],
            "created_time": "2022-12-01T16:23:03.355394Z",
            "last_modified_time": "2023-04-19T03:21:47.183706Z",
            "date_published": "2022-12-01T13:37:16.453000Z",
            "start_time": "2023-05-31T14:30:00Z",
            "end_time": "2023-05-31T16:30:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'+358':53C '025':55C '17.30':41C '19.30':42C '44':54C '6834':56C 'aihe':33C 'at':48C 'eri':28C 'halua':9C 'harjoittel':5B,18C 'honkal':51C 'kaisa':50C 'keskiviikkois':39C 'keskustel':2B,15C 'kiinnostav':32C 'kirjasto':37C 'klo':40C 'kokoushuon':38C 'kulttuur':29C 'kysy':45C 'lisä':46C 'p':52C 'pakolaisapu.fi':49C 'parem':11C 'puheenaih':21C 'puhekie':6B,19C 'puhu':1A,10C,13C 'päätä':30C 'ryhm':14C,34C 'suome':3B,12C,16C 'tapa':35C 'tervetulo':43C 'tule':8B 'työnhaku':26C 'uutis':25C 'vaik':24C 'vapaaehtois':47C 'voi':22C 'vuosaar':36C 'yhd':7B,20C,31C",
            "search_vector_en": "'+358':81C '025':83C '30':65C,69C '44':82C '5':64C '6834':84C '7':68C 'aboard':72C 'cultur':44C 'decid':46C 'differ':43C 'discuss':11B,24C,34C 'exampl':38C 'finnish':6B,19C,26C 'group':12B,22C,52C 'honkala':79C 'improv':4B,17C 'info':74C 'job':40C 'kaisa':78C 'languag':30C 'librari':57C 'meet':54C,59C 'news':39C 'p':80C 'pakolaisapu.fi':77C 'pm':66C,70C 'practic':28C 'puhutaan':1A,9B 'room':60C 'search':41C 'spoken':29C 'suomea':10B 'togerh':50C 'togeth':31C 'topic':32C,49C 'vapaaehtoiset':75C 'vuosaari':56C 'want':15C 'wednesday':62C 'welcom':2B,71C",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<h3>Haluatko puhua paremmin suomea?</h3><p>Puhutaan! -ryhmässä keskustelemme suomeksi ja harjoittelemme puhekieltä yhdessä.<br> Puheenaiheina voi olla vaikkapa uutiset, työnhaku tai eri kulttuurit. Päätämme yhdessä kiinnostavat aiheet.</p><p>Ryhmä tapaa Vuosaaren kirjaston kokoushuoneessa keskiviikkoisin klo 17.30–19.30 Tervetuloa mukaan!</p><p> <em>Kysy lisää:<br> vapaaehtoiset(at)pakolaisapu.fi<br> Kaisa Honkala p. +358 44 025 6834</em> </p>",
                "en": "<h3>Do you want to improve your Finnish?</h3></p><p>In the group, we discuss in Finnish and practice spoken language together. Topics for discussion can be, for example, news, job search or different cultures. We decide on the topics togerher.</p><p>The group will meet in Vuosaari Library's meeting room on Wednesdays from 5:30 pm to 7:30 pm. Welcome aboard!</p><p> <em>More info:<br> vapaaehtoiset(at)pakolaisapu.fi<br> Kaisa Honkala p. +358 44 025 6834</em> </p>",
                "ru": "<h3>Хотите научиться свободно говорить по-фински?</h3><p>В группе \"Говорим по-фински!\" мы беседуем на финском языке и практикуем вместе разговорный язык. Темы беседы самые разные - новости, заявление на работу, культура и спорт. Мы решаем вместе, о чем будем говорить на нашей встрече.</p><p>Встречи проходят <strong>по средам с 17:30-19:30 в библиотеке Вуосаари</strong> в комнате для собраний.</p><p>Добро пожаловать!</p><p>Вход свободный.</p><p> <em>Дополнительная информация:<br><br> vapaaehtoiset(at)pakolaisapu.fi<br> Kaisa Honkala p. +358 44 025 6834</em> </p>"
            },
            "name": {
                "fi": "Puhutaan!",
                "en": "Puhutaan!",
                "ru": "Говорим по-фински!"
            },
            "info_url": null,
            "location_extra_info": null,
            "short_description": {
                "fi": "Keskustelemme suomeksi ja harjoittelemme puhekieltä yhdessä. Tule mukaan!",
                "en": "Welcome to improve your Finnish at our Puhutaan suomea! discussion group.",
                "ru": "Говорим на финском языке и практикуем разговорный язык. Присоединяйтесь!"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:247154/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:247238",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:8310/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10672/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10689/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11405/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11733/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14004/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p556/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p6165/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 83795,
                    "license": "cc_by",
                    "created_time": "2022-09-14T10:24:05.776273Z",
                    "last_modified_time": "2022-09-14T10:24:05.776296Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{0B206491-DBDE-499F-809D-2024A6385B1A}/95987",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/83795/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/en/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p6165/"
                }
            ],
            "created_time": "2022-12-01T16:23:03.150628Z",
            "last_modified_time": "2023-04-19T03:21:46.336848Z",
            "date_published": "2022-12-01T13:57:00Z",
            "start_time": "2023-05-30T14:30:00Z",
            "end_time": "2023-05-30T16:30:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'etäryhm':59C 'halua':3B,16C 'harjoit':10B,30C 'ilm':38C 'kiel':27C 'kirjasto':20C 'kirjoittam':12B,32C 'laps':41C 'lueta':1A,7B,21C 'lukem':11B,31C 'mahdol':56C 'maksuttom':6B 'milo':48C 'myös':58C 'op':4B,17C 'opettaj':51C 'opisk':24C,57C 'opiskelem':47C 'opiskelu':36C 'ot':40C 'puhum':14B,34C 'ryhm':9B,23C,50C 'suome':5B,15B,18C,26C,35C 'tervetulo':61C 'tiistais':28C 'tul':45C 'tun':29C,43C 'vain':49C 'vapaaehtois':53C 'voit':39C,44C 'vuosaar':19C 'yhd':2A,8B,22C,25C 'zoom':60C",
            "search_vector_en": "'5.30':52C 'adult':26B,44C 'along':79C 'also':90C 'charg':21B,65C 'child':70C 'class':75C 'come':78C 'everi':31B,49C 'finnish':17B,22B,38C,40C,60C 'free':19B,63C 'group':24B,42C,84C,94C 'instructor':85C 'learn':11B,23B,37C,41C,54C 'let':3A 'librari':30B,48C 'luetaan':1A 'meet':27B,45C 'nline':92C 'o':91C 'pm':53C 'read':5A,14B,57C 'speak':13B,56C 'studi':61C,93C 'take':68C 'togeth':6A 'tuesday':32B,50C 'volunt':87C 'vuosaari':29B,47C 'want':82C 'whenev':80C 'wish':9B,35C 'write':16B,59C 'yhdessä':2A 'zoom':95C",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<h3>Haluatko oppia suomea? Vuosaaren kirjaston Luetaan yhdessä -ryhmässä opiskellaan yhdessä suomen kieltä tiistaisin.</h3><p>- Tunneilla harjoitellaan lukemaan, kirjoittamaan ja puhumaan suomea.</p><p>- Opiskelu on ilmaista.</p><p>- Voit ottaa lapsesi mukaan tunneille.</p><p>- Voit tulla mukaan opiskelemaan milloin vain.</p><p>- Ryhmien opettajat ovat vapaaehtoisia.</p><p>Sinun on mahdollista opiskella myös <a href=\"https://luetaanyhdessa.fi/tule-mukaan/etaopetusryhmat/\" title=\"etäryhmässä (Zoom).\">etäryhmässä (Zoom).</a></p><p>Tervetuloa mukaan!</p>",
                "en": "<h3>Do you wish to learn Finnish? A Finnish learning group for adults meets in Vuosaari Library every Tuesday at 5.30 pm.</h3><p>- Learn to speak, read and write Finnish.</p><p>- Studying is free of charge.</p><p>- You can take your child with you to the class.</p><p>- You can come along whenever you want.</p><p>- The group instructors are volunteers.</p><p>There is also <a href=\"https://luetaanyhdessa.fi/tule-mukaan/etaopetusryhmat/\" title=\"etäryhmässä (Zoom).\">o</a><a href=\"https://luetaanyhdessa.fi/online-study-groups/\">nline study groups (Zoom)</a>.</p>",
                "ru": "<p>Пора на учёбу! Хотите учить финский язык? В группах ”Читаем вместе” (Luetaan yhdessä) – обучение раз в неделю по 2 часа. На занятиях учимся читать, писать и говорить по-фински. Занятия проводят педагоги-волонтеры.</p><ul> <li>Обучение бесплатное.</li> <li>Можно приходить на занятия с ребёнком.</li> <li>Можно прийти на занятия в любое время.</li> </ul>"
            },
            "name": {
                "fi": "Luetaan yhdessä",
                "en": "Luetaan yhdessä - Let's Read Together",
                "ru": "Luetaan yhdessä - Читаем вместе"
            },
            "info_url": null,
            "location_extra_info": null,
            "short_description": {
                "fi": "Haluatko oppia suomea? Maksuttomassa Luetaan yhdessä -ryhmässä harjoitellaan lukemaan, kirjoittamaan ja puhumaan suomea.",
                "en": "Do you wish to learn to speak, read and write Finnish? A free of charge Finnish learning group for adults meets in Vuosaari Library every Tuesday.",
                "ru": "Хотите учить финский язык? В группах ”Читаем вместе” (Luetaan yhdessä) – обучение раз в неделю по 2 часа. На занятиях учимся читать, писать и говорить по-фински. Занятия проводят педагоги-волонтеры."
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:247238/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:257501",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:18703/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10595/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10737/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11202/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:12005/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 90945,
                    "license": "cc_by",
                    "created_time": "2023-03-24T13:25:42.424988Z",
                    "last_modified_time": "2023-03-24T13:25:42.425014Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{5F337312-DC96-43A2-BDDE-E85C3401D6D2}/101428",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/90945/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [],
            "created_time": "2023-03-24T16:26:50.138059Z",
            "last_modified_time": "2023-04-19T03:21:45.978974Z",
            "date_published": "2023-03-23T22:00:00Z",
            "start_time": "2023-05-30T14:00:00Z",
            "end_time": "2023-05-30T14:30:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "ru": "<p>Приходите послушать сказку на русском языке и повеселиться вместе с нами!<br> По вторникам в 17:00 в Детском и подростковом отделе библиотеки Тиккурила. </p><p>Мероприятие подходит для детей до 7 лет, примерная продолжительность 30 минут.</p><p>Расписание весенних историй: 28.3,11.4, 25.4, 9.5, 30.5<br> </p><p>Фото: Pixabay</p>"
            },
            "name": {
                "ru": "Час сказки в библиотеке Тиккурила"
            },
            "info_url": null,
            "location_extra_info": null,
            "short_description": {
                "ru": "Приходите послушать сказку на русском языке и повеселиться вместе с нами!"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:257501/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:258075",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:15417/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10595/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10690/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11383/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11777/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11781/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p13050/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14710/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p7643/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 88835,
                    "license": "cc_by",
                    "created_time": "2023-01-24T09:24:16.295055Z",
                    "last_modified_time": "2023-01-24T09:24:16.295070Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{75EAD886-0FE6-405B-A746-DE044C786D29}/99707",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/88835/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                }
            ],
            "created_time": "2023-04-18T07:23:51.792377Z",
            "last_modified_time": "2023-04-19T03:21:44.986776Z",
            "date_published": "2023-04-18T05:49:42.850000Z",
            "start_time": "2023-05-29T07:00:00Z",
            "end_time": "2023-05-29T07:30:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-10.30':55C '0':12B,34C '10.00':54C '15.5':65C '17.4':64C '2':14B,35C '20.2':60C '20.3':62C '23.1':58C '29.5':66C '3.4':63C '6.2':59C '6.3':61C 'kerho':43C 'kirjasto':42C 'klo':53C 'laps':37C 'lastenlaulu':50C 'laula':49C 'luem':46C 'lämpim':67C 'nukketeatter':45C 'näytä':44C 'pide':52C 'päiv':57C 'runo':47C 'satukerho':33C,40C,51C 'selo':41C 'seuraav':56C 'tervetulo':38C,68C 'venäjänkielin':32C 'venäjänkielis':39C 'vuotia':36C 'а':16B 'бабушек':21B 'дедушек':23B 'детей':26B 'для':2A 'до':13B 'и':22B,30B 'их':18B 'кружок':1A,9B 'лет':15B 'малышей':3A,10B 'мам':19B 'мы':24B 'на':4A,8B 'от':11B 'пап':20B 'песенками':31B 'познакомим':25B 'приглашаем':7B 'русском':5A 'сo':27B 'сказками':29B 'стихами':28B 'также':17B 'языке':6A",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Venäjänkielinen satukerho 0–2-vuotiaille lapsille</p><p>Tervetuloa venäjänkieliseen satukerhoon <b>Sellon</b> kirjastoon! Kerhossa näytämme nukketeatteria, luemme runoja sekä laulamme lastenlauluja.</p><p>Satukerho pidetään klo 10.00-10.30 seuraavina päivinä: 23.1, 6.2, 20.2, 6.3, 20.3, 3.4, 17.4, 15.5, 29.5.</p><p>Lämpimästi tervetuloa!</p>",
                "ru": "<p>Кружок для детей 0-2 лет</p><p>Дорогие мамы и папы, бабушки и дедушки!</p><p>Приглашаем вас с детьми и внуками на кружок для малышей в библиотеку <b>Sello</b>! На кружке мы покажем кукольный театр и познакомим малышей с детскими стихами и песенками.</p><p>Кружок будет проводиться с 10:00 до 10:30 по следующим дням: 23.1, 6.2, 20.2, 6.3, 20.3, 3.4, 17.4, 15.5, 29.5.</p><p>Добро пожаловать!</p>"
            },
            "name": {
                "fi": "Кружок для малышей на русском языке",
                "ru": "Кружок для малышей на русском языке"
            },
            "info_url": null,
            "location_extra_info": {
                "fi": "Lastenkirjallisuuden osasto, leikkipaikka",
                "ru": "Oтдел детской литературы, детская площадка"
            },
            "short_description": {
                "fi": "Приглашаем на кружок малышей от 0 до 2 лет, а также их мам, пап, бабушек и дедушек. Мы познакомим детей сo стихами, сказками и песенками.",
                "ru": "Приглашаем на кружок малышей от 0 до 2 лет, а также их мам, пап, бабушек и дедушек. Мы познакомим детей с потешками, стихами, сказками и песенками."
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:258075/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:254011",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:15417/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10592/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10690/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11383/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11733/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11781/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14004/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p556/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p7643/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 37741,
                    "license": "cc_by",
                    "created_time": "2017-07-04T12:13:54.943834Z",
                    "last_modified_time": "2018-11-13T15:26:06.741727Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{8D643E2B-B5E0-434C-9ABB-0C213CAE8A92}/37002",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/37741/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/en/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [],
            "created_time": "2023-01-25T15:26:38.656390Z",
            "last_modified_time": "2023-04-19T03:21:43.808696Z",
            "date_published": "2023-01-25T11:40:00Z",
            "start_time": "2023-05-25T15:30:00Z",
            "end_time": "2023-05-25T16:45:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-19.45':9C '18.30':8C,21C '19.45':23C '2':27C 'c':20C 'elin':10C 'harjoittel':3B,11C 'kielikahvil':2A 'klo':7C 'puhetaito':5B,13C 'tervetulo':14C 'torstais':6C 'venäj':1A,4B,12C 'в':24C 'до':22C 'добро':32C 'зале':25C 'й':28C 'кафе':16C 'на':17C 'по':30C 'пожаловать':33C 'разговорное':15C 'русском':18C 'четвергам':31C 'элина':26C 'этаж':29C 'языке':19C",
            "search_vector_en": "'-7.45':15C '18.30':32C '19.45':34C '2':38C '6.30':14C 'c':31C 'café':3A 'discuss':2A 'elina':18C 'everi':11C 'pm':16C 'practic':4B,19C 'russian':1A,9B,24C 'skill':7B,22C 'speak':6B,21C 'thursday':12C 'welcom':10B,25C 'в':35C 'до':33C 'добро':43C 'зале':36C 'й':39C 'кафе':27C 'на':28C 'по':41C 'пожаловать':44C 'разговорное':26C 'русском':29C 'четвергам':42C 'элина':37C 'этаж':40C 'языке':30C",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<h3> <br> Torstaisin klo 18.30-19.45 Elinassa</h3><p> <br> Harjoittele venäjän puhetaitoasi.<br><br> Tervetuloa!<br><br><br> </p><p>* * * * * * * * * * * * * *<br><br><br> Разговорное кафе на русском языке c 18.30 до 19.45 в зале Элина, 2-й этаж, по четвергам:</p><p>Добро пожаловать!</p>",
                "en": "<h3>Every Thursday at 6.30-7.45 pm in Elina</h3><p> <br> Practice your speaking skills of Russian!</p><p>Welcome!<br><br> </p><p>* * * * *</p><p> <br> Разговорное кафе на русском языке c 18.30 до 19.45в зале Элина, 2-й этаж, по четвергам:</p><p>Добро пожаловать!<br><br><br> </p>",
                "ru": "<h3> <br> Torstaisin klo 18.30-19.45 Elinassa</h3><p> <br> Harjoittele venäjän puhetaitoasi.<br><br> Tervetuloa!<br><br><br> </p><p>* * * * * * * * * * * * * *<br><br><br> Разговорное кафе на русском языке c 18.30 до 19.45 в зале Элина, 2-й этаж, по четвергам:</p><p>Добро пожаловать!</p>"
            },
            "name": {
                "fi": "Venäjän kielikahvila",
                "en": "Russian Discussion Café",
                "ru": "Venäjän kielikahvila"
            },
            "info_url": null,
            "location_extra_info": {
                "fi": "Elina",
                "en": "Elina",
                "ru": "Elina"
            },
            "short_description": {
                "fi": "Harjoittele venäjän puhetaitoasi!",
                "en": "Practice your speaking skills of Russian! Welcome!",
                "ru": "Harjoittele venäjän puhetaitoasi!"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:254011/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:258107",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:15417/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10595/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10690/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11383/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11777/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11781/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p13050/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14710/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p7643/"
                }
            ],
            "super_event": null,
            "event_status": "EventRescheduled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 88449,
                    "license": "cc_by",
                    "created_time": "2023-01-13T07:22:56.988635Z",
                    "last_modified_time": "2023-01-13T07:22:56.988658Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{0ADA1130-3797-41B6-93A6-4A264F1A9E68}/99288",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/88449/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p4354/"
                }
            ],
            "created_time": "2023-04-18T07:23:49.746337Z",
            "last_modified_time": "2023-04-19T03:21:43.290996Z",
            "date_published": "2023-04-18T06:33:36.257000Z",
            "start_time": "2023-05-25T14:30:00Z",
            "end_time": "2023-05-25T15:00:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-18.00':25C '-6':4A '11.5':43C '13.4':41C '16.2':37C '16.3':39C '17.30':24C '2.2':36C '2.3':38C '25.5':44C '27.4':42C '3':3A,14C '30.3':40C '6':15C 'kirjasto':22C 'klo':23C 'laps':6A,17C 'lastenruno':28C 'lippulaiv':21C 'luem':27C 'pide':35C 'satu':30C 'satutun':20C 'satutunt':2A,13C 'satutuokio':26C,34C 'tervetulo':18C 'tiedemaailm':33C 'tutustu':32C 'venäjänkielin':1A,12C 'venäjänkielis':19C 'vuotia':5A,16C 'на':9B 'русском':10B 'сказки':8B 'час':7B 'языке':11B",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Venäjänkielinen satutunti 3–6-vuotiaille lapsille</p><p>Tervetuloa venäjänkieliselle satutunnille Lippulaivan kirjastoon klo 17.30-18.00! Satutuokiolla luemme lastenrunoja ja satuja sekä tutustumme tiedemaailmaan.</p><p>Satutuokio pidetään 2.2, 16.2, 2.3, 16.3, 30.3, 13.4, 27.4, 11.5, 25.5.</p>",
                "ru": "<p>Час сказки на русском языке для детей от 3 до 6 лет</p><p>Дорогие мамы и папы, бабушки и дедушки!</p><p>Приглашаем вас с детьми и внуками на час сказки в библиотеку <strong>Селло</strong>! Мы будем читать детские стихи, а также познакомим детей с миром науки. </p><p>Час сказки будет проводиться каждый второй четверг с 17:30 до 18.00. Добро пожаловать на час сказки 2.2, 16.2, 2.3, 16.3, 30.3, 13.4, 27.4, 11.5, 25.5!</p>"
            },
            "name": {
                "fi": "Venäjänkielinen satutunti 3-6-vuotiaille lapsille",
                "ru": "Час сказки на русском языке"
            },
            "info_url": null,
            "location_extra_info": {
                "fi": "Jaminurkka",
                "ru": "Jaminurkka, oтдел детской литературы"
            },
            "short_description": {
                "fi": "Час сказки на русском языке",
                "ru": "Час сказки на русском языке"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:258107/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:255003",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:15417/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10594/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10690/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11383/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11727/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11781/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p11406/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14004/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p16485/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p7643/"
                }
            ],
            "super_event": null,
            "event_status": "EventCancelled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 89056,
                    "license": "cc_by",
                    "created_time": "2023-01-27T15:25:22.191698Z",
                    "last_modified_time": "2023-01-27T15:25:22.191726Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{DB3BDFD0-A96D-4BEF-8D4C-B318BACD53A6}/99836",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/89056/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p16485/"
                }
            ],
            "created_time": "2023-02-04T01:25:51.990745Z",
            "last_modified_time": "2023-04-19T03:21:42.994733Z",
            "date_published": "2023-02-03T20:09:00Z",
            "start_time": "2023-05-25T13:00:00Z",
            "end_time": "2023-05-25T14:00:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-12':4A '-17.00':33C '10':51C '11':3A,11B '11.5':43C '12':13B '13.4':41C '16.00':32C '16.2':37C '16.3':39C '2.2':36C '2.3':38C '25.5':44C '27.4':42C '30.3':40C 'avu':28C 'ilmoittautum':45C 'kerho':21C,46C 'kirjasto':20C 'klo':31C 'las':52C 'lastenruno':23C 'luem':22C 'lämpim':56C 'mahtu':50C 'maksuton':55C 'nuore':15C 'osallistumin':53C 'paika':48C 'pide':30C 'päiv':35C 'selo':19C 'seuraav':34C 'tervetulo':17C,57C 'tiedekerho':2A,18C,29C 'tiedemaailm':26C 'tiedetempu':27C 'tun':49C 'tutkij':16C 'tutustu':25C 'varmist':47C 'venäjänkielin':1A 'vuotia':5A 'детей':9B 'для':8B 'до':12B 'кружок':7B 'лет':14B 'научный':6B 'от':10B",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Nuoret tutkijat!</p><p>Tervetuloa tiedekerhoon Sellon kirjastoon! Kerhossa luemme lastenrunoja ja tutustumme tiedemaailmaan tiedetemppujen avulla. </p><p>Tiedekerho pidetään klo 16.00-17.00 seuraavina päivinä: 2.2, 16.2, 2.3, 16.3, 30.3, 13.4, 27.4, 11.5, 25.5.</p><p> <strong>Ilmoittautumalla kerhoon varmistat paikan. Tunnille mahtuu 10 lasta. Osallistuminen on maksutonta.</strong> </p><p>Lämpimästi tervetuloa!</p>",
                "ru": "<p>Юные исследователи!</p><p>Приглашаем вас на научный кружок в библиотеку <strong>Sello</strong>! Мы познакомим вас с детскими стихотворениями и увлекательными научными опытами. Приходите, будет интересно!</p><p>Научный кружок проводится с 16:00 до 17:00. Добро пожаловать на кружок 2.2, 16.2, 2.3, 16.3, 30.3, 13.4, 27.4, 11.5, 25.5!</p><p>Количество участников – 10 человек, просим детей зарегистрироваться.</p>"
            },
            "name": {
                "fi": "Venäjänkielinen tiedekerho 11-12-vuotiaille",
                "ru": "Научный кружок для детей от 11 до 12 лет"
            },
            "info_url": null,
            "location_extra_info": {
                "fi": "Eväspaikka, Lastenmaa",
                "ru": "Стол у входа в отдел детской литературы"
            },
            "short_description": {
                "fi": "Научный кружок для детей от 11 до 12 лет",
                "ru": "Научный кружок для детей от 11 до 12 лет"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:255003/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        },
        {
            "id": "helmet:254967",
            "location": {
                "@id": "http://api.hel.fi/linkedevents/v1/place/tprek:15417/"
            },
            "keywords": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:1/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10594/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:10690/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11383/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11727/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11756/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/helmet:11781/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p11406/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p14004/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p16485/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p7643/"
                }
            ],
            "super_event": null,
            "event_status": "EventCancelled",
            "type_id": "General",
            "external_links": [],
            "offers": [
                {
                    "is_free": true,
                    "info_url": null,
                    "price": null,
                    "description": null
                }
            ],
            "data_source": "helmet",
            "publisher": "ahjo:u4804001010",
            "sub_events": [],
            "images": [
                {
                    "id": 89056,
                    "license": "cc_by",
                    "created_time": "2023-01-27T15:25:22.191698Z",
                    "last_modified_time": "2023-01-27T15:25:22.191726Z",
                    "name": "",
                    "url": "https://www.helmet.fi/download/noname/{DB3BDFD0-A96D-4BEF-8D4C-B318BACD53A6}/99836",
                    "cropping": "",
                    "photographer_name": null,
                    "alt_text": null,
                    "data_source": "helmet",
                    "publisher": "ahjo:u4804001010",
                    "@id": "http://api.hel.fi/linkedevents/v1/image/89056/",
                    "@context": "http://schema.org",
                    "@type": "ImageObject"
                }
            ],
            "videos": [],
            "in_language": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/fi/"
                },
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/language/ru/"
                }
            ],
            "audience": [
                {
                    "@id": "http://api.hel.fi/linkedevents/v1/keyword/yso:p16485/"
                }
            ],
            "created_time": "2023-02-04T01:25:51.776917Z",
            "last_modified_time": "2023-04-19T03:21:42.723223Z",
            "date_published": "2023-02-03T19:52:00Z",
            "start_time": "2023-05-25T11:00:00Z",
            "end_time": "2023-05-25T12:00:00Z",
            "custom_data": null,
            "audience_min_age": null,
            "audience_max_age": null,
            "super_event_type": null,
            "deleted": false,
            "maximum_attendee_capacity": null,
            "remaining_attendee_capacity": null,
            "minimum_attendee_capacity": null,
            "enrolment_start_time": null,
            "enrolment_end_time": null,
            "local": false,
            "search_vector_fi": "'-10':4A,18C '-15':38C '10':13B,56C '11.5':48C '13.4':46C '14':37C '16.2':42C '16.3':44C '2.3':43C '25.5':49C '27.4':47C '3.2':41C '30.3':45C '7':3A,11B,17C 'avu':33C 'ilmoittautum':50C 'kerho':26C,51C 'kirjasto':25C 'klo':36C 'las':57C 'lastenruno':28C 'luem':27C 'lämpim':61C 'mahtu':55C 'maksuton':60C 'nuore':20C 'osallistumin':58C 'paika':53C 'pide':35C 'päiv':40C 'selo':24C 'seuraav':39C 'tervetulo':22C,62C 'tiedekerho':2A,16C,23C,34C 'tiedemaailm':31C 'tiedetempu':32C 'tun':54C 'tutkij':21C 'tutustu':30C 'varmist':52C 'venäjänkielin':1A,15C 'vuotia':5A,19C 'детей':9B 'для':8B 'до':12B 'кружок':7B 'лет':14B 'научный':6B 'от':10B",
            "search_vector_en": "",
            "search_vector_sv": "",
            "replaced_by": null,
            "provider_contact_info": null,
            "description": {
                "fi": "<p>Venäjänkielinen tiedekerho 7-10-vuotiaille</p><p>Nuoret tutkijat!</p><p>Tervetuloa tiedekerhoon Sellon kirjastoon! Kerhossa luemme lastenrunoja ja tutustumme tiedemaailmaan tiedetemppujen avulla. </p><p>Tiedekerho pidetään klo 14-15 seuraavina päivinä: 3.2, 16.2, 2.3, 16.3, 30.3, 13.4, 27.4, 11.5, 25.5.</p><p> <strong>Ilmoittautumalla kerhoon varmistat paikan. Tunnille mahtuu 10 lasta. Osallistuminen on maksutonta.</strong> </p><p>Lämpimästi tervetuloa!</p>",
                "ru": "<p>Научный кружок для детей от 7 до 10 лет</p><p>Юные исследователи!</p><p>Приглашаем вас на научный кружок в библиотеку <strong>Sello</strong>! Мы познакомим вас с детскими стихотворениями и увлекательными научными опытами. Приходите, будет интересно!</p><p>Научный кружок проводится с 14:00 до 15:00. Добро пожаловать на кружок 3.2, 16.2, 2.3, 16.3, 30.3, 13.4, 27.4, 11.5, 25.5!</p><p>Количество участников – 10 человек, просим детей зарегистрироваться.</p>"
            },
            "name": {
                "fi": "Venäjänkielinen tiedekerho 7-10-vuotiaille",
                "ru": "Научный кружок для детей от 7 до 10 лет"
            },
            "info_url": null,
            "location_extra_info": {
                "fi": "Eväspaikka, Lastenmaa",
                "ru": "Стол у входа в отдел детской литературы"
            },
            "short_description": {
                "fi": "Научный кружок для детей от 7 до 10 лет",
                "ru": "Научный кружок для детей от 7 до 10 лет"
            },
            "provider": null,
            "@id": "http://api.hel.fi/linkedevents/v1/event/helmet:254967/",
            "@context": "http://schema.org",
            "@type": "Event/LinkedEvent"
        }
    ]
}