Using the image endpoint

Here, images for events are listed. Default ordering is decreasing order by -last_modified_time.

Image text

To find images that contain a specific string, use the query parameter text.

Example:

image/?text=lapset

See the result

Image publisher

To find out images 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.

Example:

image/?publisher=ytj:0586977-6

See the result

Image data source

To find out images that originate from a specific source system, use the query parameter data_source, separating values by commas if you wish to query for several data sources.

Example:

image/?data_source=helsinki

See the result

Ordering

Default ordering is descending order by -last_modified_time. You may also order results by id and name.

For example:

image/?sort=name

See the result

GET /v1/image/?format=api&page=10
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json ;utf-8
Vary: Accept

{
    "meta": {
        "count": 16646,
        "next": "https://linkedevents.api.test.hel.ninja/v1/image/?format=api&page=11",
        "previous": "https://linkedevents.api.test.hel.ninja/v1/image/?format=api&page=9"
    },
    "data": [
        {
            "id": 9044,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:07.175452Z",
            "last_modified_time": "2024-02-06T13:12:07.175471Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/197.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9044/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9043,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:07.132441Z",
            "last_modified_time": "2024-02-06T13:12:07.132474Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/196.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9043/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9042,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:07.051637Z",
            "last_modified_time": "2024-02-06T13:12:07.051658Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/194.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9042/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9041,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:07.009668Z",
            "last_modified_time": "2024-02-06T13:12:07.009690Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/193.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9041/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9040,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.898294Z",
            "last_modified_time": "2024-02-06T13:12:06.898316Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/189.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9040/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9039,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.825635Z",
            "last_modified_time": "2024-02-06T13:12:06.825653Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/187.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9039/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9038,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.751621Z",
            "last_modified_time": "2024-02-06T13:12:06.751640Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/185.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9038/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9037,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.676656Z",
            "last_modified_time": "2024-02-06T13:12:06.676676Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/183.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9037/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9036,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.536693Z",
            "last_modified_time": "2024-02-06T13:12:06.536713Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/177.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9036/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9035,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.369439Z",
            "last_modified_time": "2024-02-06T13:12:06.369459Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/172.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9035/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9034,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.327043Z",
            "last_modified_time": "2024-02-06T13:12:06.327062Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/171.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9034/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9033,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.283041Z",
            "last_modified_time": "2024-02-06T13:12:06.283071Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/170.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9033/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9032,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.239611Z",
            "last_modified_time": "2024-02-06T13:12:06.239632Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/169.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9032/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9031,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.197285Z",
            "last_modified_time": "2024-02-06T13:12:06.197306Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/168.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9031/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9030,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.156226Z",
            "last_modified_time": "2024-02-06T13:12:06.156245Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/167.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9030/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9029,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.114224Z",
            "last_modified_time": "2024-02-06T13:12:06.114245Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/166.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9029/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9028,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:06.072443Z",
            "last_modified_time": "2024-02-06T13:12:06.072466Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/165.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9028/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9027,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.928390Z",
            "last_modified_time": "2024-02-06T13:12:05.928411Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/160.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9027/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9026,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.885121Z",
            "last_modified_time": "2024-02-06T13:12:05.885141Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/159.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9026/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9025,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.784526Z",
            "last_modified_time": "2024-02-06T13:12:05.784546Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/156.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9025/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9024,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.735637Z",
            "last_modified_time": "2024-02-06T13:12:05.735658Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/155.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9024/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9023,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.686206Z",
            "last_modified_time": "2024-02-06T13:12:05.686228Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/154.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9023/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9022,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.644824Z",
            "last_modified_time": "2024-02-06T13:12:05.644846Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/153.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9022/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9021,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.604824Z",
            "last_modified_time": "2024-02-06T13:12:05.604848Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/152.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9021/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9020,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.562720Z",
            "last_modified_time": "2024-02-06T13:12:05.562785Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/151.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9020/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9019,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.517128Z",
            "last_modified_time": "2024-02-06T13:12:05.517150Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/150.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9019/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9018,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.475183Z",
            "last_modified_time": "2024-02-06T13:12:05.475203Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/148.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9018/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9017,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.399303Z",
            "last_modified_time": "2024-02-06T13:12:05.399326Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/146.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9017/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9016,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.356106Z",
            "last_modified_time": "2024-02-06T13:12:05.356126Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/145.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9016/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9015,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.310451Z",
            "last_modified_time": "2024-02-06T13:12:05.310475Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/144.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9015/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9014,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.257964Z",
            "last_modified_time": "2024-02-06T13:12:05.257987Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/143.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9014/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9013,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.173484Z",
            "last_modified_time": "2024-02-06T13:12:05.173509Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/140.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9013/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9012,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.131237Z",
            "last_modified_time": "2024-02-06T13:12:05.131258Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/139.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9012/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9011,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.091328Z",
            "last_modified_time": "2024-02-06T13:12:05.091349Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/138.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9011/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9010,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:05.048868Z",
            "last_modified_time": "2024-02-06T13:12:05.048895Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/137.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9010/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9009,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.974642Z",
            "last_modified_time": "2024-02-06T13:12:04.974661Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/135.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9009/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9008,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.934583Z",
            "last_modified_time": "2024-02-06T13:12:04.934604Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/134.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9008/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9007,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.891548Z",
            "last_modified_time": "2024-02-06T13:12:04.891569Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/133.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9007/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9006,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.751721Z",
            "last_modified_time": "2024-02-06T13:12:04.751761Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/129.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9006/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9005,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.708618Z",
            "last_modified_time": "2024-02-06T13:12:04.708638Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/128.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9005/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9004,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.661246Z",
            "last_modified_time": "2024-02-06T13:12:04.661267Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/126.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9004/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9003,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.619107Z",
            "last_modified_time": "2024-02-06T13:12:04.619127Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/125.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9003/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9002,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.575026Z",
            "last_modified_time": "2024-02-06T13:12:04.575047Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/124.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9002/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9001,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.533098Z",
            "last_modified_time": "2024-02-06T13:12:04.533122Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/123.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9001/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 9000,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.485088Z",
            "last_modified_time": "2024-02-06T13:12:04.485111Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/122.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/9000/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8999,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.440233Z",
            "last_modified_time": "2024-02-06T13:12:04.440254Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/120.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8999/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8998,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.293438Z",
            "last_modified_time": "2024-02-06T13:12:04.293459Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/113.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8998/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8997,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:04.251445Z",
            "last_modified_time": "2024-02-06T13:12:04.251475Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/112.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8997/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8996,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:03.770436Z",
            "last_modified_time": "2024-02-06T13:12:03.770467Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/098.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8996/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8995,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:03.725273Z",
            "last_modified_time": "2024-02-06T13:12:03.725293Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/096.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8995/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8994,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:03.588275Z",
            "last_modified_time": "2024-02-06T13:12:03.588308Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/091.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8994/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8993,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:03.534542Z",
            "last_modified_time": "2024-02-06T13:12:03.534565Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/090.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8993/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8992,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:03.489487Z",
            "last_modified_time": "2024-02-06T13:12:03.489512Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/089.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8992/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8991,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:03.413563Z",
            "last_modified_time": "2024-02-06T13:12:03.413583Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/087.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8991/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8990,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:03.270036Z",
            "last_modified_time": "2024-02-06T13:12:03.270088Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/083.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8990/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8989,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.991677Z",
            "last_modified_time": "2024-02-06T13:12:02.991704Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/075.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8989/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8988,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.947036Z",
            "last_modified_time": "2024-02-06T13:12:02.947065Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/074.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8988/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8987,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.899829Z",
            "last_modified_time": "2024-02-06T13:12:02.899861Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/073.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8987/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8986,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.816696Z",
            "last_modified_time": "2024-02-06T13:12:02.816745Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/071.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8986/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8985,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.772943Z",
            "last_modified_time": "2024-02-06T13:12:02.772973Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/070.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8985/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8984,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.729583Z",
            "last_modified_time": "2024-02-06T13:12:02.729608Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/069.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8984/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8983,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.688139Z",
            "last_modified_time": "2024-02-06T13:12:02.688160Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/068.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8983/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8982,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.649542Z",
            "last_modified_time": "2024-02-06T13:12:02.649562Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/067.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8982/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8981,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.541103Z",
            "last_modified_time": "2024-02-06T13:12:02.541125Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/064.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8981/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8980,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.362138Z",
            "last_modified_time": "2024-02-06T13:12:02.362158Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/058.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8980/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8979,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.279880Z",
            "last_modified_time": "2024-02-06T13:12:02.279901Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/054.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8979/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8978,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.137065Z",
            "last_modified_time": "2024-02-06T13:12:02.137086Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/049.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8978/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8977,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:02.095160Z",
            "last_modified_time": "2024-02-06T13:12:02.095180Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/048.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8977/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8976,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.989325Z",
            "last_modified_time": "2024-02-06T13:12:01.989347Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/043.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8976/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8975,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.914920Z",
            "last_modified_time": "2024-02-06T13:12:01.914944Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/041.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8975/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8974,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.746937Z",
            "last_modified_time": "2024-02-06T13:12:01.746957Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/036.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8974/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8973,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.705751Z",
            "last_modified_time": "2024-02-06T13:12:01.705774Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/034.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8973/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8972,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.631543Z",
            "last_modified_time": "2024-02-06T13:12:01.631564Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/031.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8972/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8971,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.525105Z",
            "last_modified_time": "2024-02-06T13:12:01.525135Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/028.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8971/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8970,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.479261Z",
            "last_modified_time": "2024-02-06T13:12:01.479283Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/027.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8970/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8969,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.438013Z",
            "last_modified_time": "2024-02-06T13:12:01.438035Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/026.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8969/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8968,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.395564Z",
            "last_modified_time": "2024-02-06T13:12:01.395584Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/023.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8968/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8967,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.317353Z",
            "last_modified_time": "2024-02-06T13:12:01.317374Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/021.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8967/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8966,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:01.243034Z",
            "last_modified_time": "2024-02-06T13:12:01.243070Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/016.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8966/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8965,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.969025Z",
            "last_modified_time": "2024-02-06T13:12:00.969048Z",
            "name": "",
            "url": "https://www.hel.fi/static/hkr/pysakointi/automaatit/002.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8965/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8964,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.921263Z",
            "last_modified_time": "2024-02-06T13:12:00.921293Z",
            "name": "",
            "url": "https://www.helsinginseurakunnat.fi/material/images/nZdnC8e9v/d4add4f8-7fad-474e-9f46-824e726da289.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8964/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8963,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.874673Z",
            "last_modified_time": "2024-02-06T13:12:00.874695Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Ymmerstanmäenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8963/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8962,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.825418Z",
            "last_modified_time": "2024-02-06T13:12:00.825437Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Ylämäenlaidanleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8962/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8961,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.785955Z",
            "last_modified_time": "2024-02-06T13:12:00.785975Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Viiripuistonleikkipaikka_yhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8961/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8960,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.745503Z",
            "last_modified_time": "2024-02-06T13:12:00.745522Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Westendinpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8960/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8959,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.705417Z",
            "last_modified_time": "2024-02-06T13:12:00.705436Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Vanhamankkaanpuisto_leikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8959/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8958,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.665176Z",
            "last_modified_time": "2024-02-06T13:12:00.665197Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Uusimäenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8958/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8957,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.622108Z",
            "last_modified_time": "2024-02-06T13:12:00.622127Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Töyrylaaksonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8957/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8956,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.583522Z",
            "last_modified_time": "2024-02-06T13:12:00.583542Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tähtimöpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8956/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8955,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.537862Z",
            "last_modified_time": "2024-02-06T13:12:00.537897Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tynnyripuistonleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8955/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8954,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.494182Z",
            "last_modified_time": "2024-02-06T13:12:00.494200Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tuohisniitynleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8954/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8953,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.451222Z",
            "last_modified_time": "2024-02-06T13:12:00.451249Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Trillapuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8953/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8952,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.408224Z",
            "last_modified_time": "2024-02-06T13:12:00.408244Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Toppelundinreunanleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8952/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8951,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.364590Z",
            "last_modified_time": "2024-02-06T13:12:00.364610Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kotitontunpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8951/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8950,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.318621Z",
            "last_modified_time": "2024-02-06T13:12:00.318642Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tillinmäenkentänleikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8950/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8949,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.278240Z",
            "last_modified_time": "2024-02-06T13:12:00.278261Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tikanpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8949/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8948,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.230388Z",
            "last_modified_time": "2024-02-06T13:12:00.230415Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tasakallion_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8948/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8947,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.181404Z",
            "last_modified_time": "2024-02-06T13:12:00.181435Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Suinonpuistonleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8947/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8946,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.139712Z",
            "last_modified_time": "2024-02-06T13:12:00.139758Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Soukantorinleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8946/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8945,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.093617Z",
            "last_modified_time": "2024-02-06T13:12:00.093638Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Soukanahteen_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8945/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8944,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:12:00.046382Z",
            "last_modified_time": "2024-02-06T13:12:00.046401Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Soihtupuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8944/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8943,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.994287Z",
            "last_modified_time": "2024-02-06T13:11:59.994310Z",
            "name": "",
            "url": "https://espoo365.sharepoint.com/:i:/s/KakePilvi/EW49AGiHSKBIr1TMAm0JyS8BboH1qg2yh_eJOn6k1ypF0Q?e=QFwZLU",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8943/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8942,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.953973Z",
            "last_modified_time": "2024-02-06T13:11:59.953994Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Sikurimyllynleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8942/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8941,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.912449Z",
            "last_modified_time": "2024-02-06T13:11:59.912470Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Seitsenmerenpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8941/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8940,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.866621Z",
            "last_modified_time": "2024-02-06T13:11:59.866641Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Saunalahdenpuiston_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8940/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8939,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.824750Z",
            "last_modified_time": "2024-02-06T13:11:59.824797Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Saudarkrokurinpuiston_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8939/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8938,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.783316Z",
            "last_modified_time": "2024-02-06T13:11:59.783336Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Sateentien_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8938/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8937,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.742385Z",
            "last_modified_time": "2024-02-06T13:11:59.742403Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Sammalkallionkentan_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8937/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8936,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.701372Z",
            "last_modified_time": "2024-02-06T13:11:59.701397Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Saarnimäenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8936/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8935,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.657037Z",
            "last_modified_time": "2024-02-06T13:11:59.657057Z",
            "name": "",
            "url": "https://espoo365.sharepoint.com/:i:/s/KakePilvi/EfFG-lUhxWdBr4BPkXPbT50Bv-Ys6ZYrsHQ-4Scj7fbpAA?e=cYExXT",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8935/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8934,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.615398Z",
            "last_modified_time": "2024-02-06T13:11:59.615415Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Rusakkopuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8934/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8933,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.574642Z",
            "last_modified_time": "2024-02-06T13:11:59.574662Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Rinkelipuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8933/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8932,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.534066Z",
            "last_modified_time": "2024-02-06T13:11:59.534085Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Puuhkalakinpuiston_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8932/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8931,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.491114Z",
            "last_modified_time": "2024-02-06T13:11:59.491193Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Purotanhuan_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8931/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8930,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.451690Z",
            "last_modified_time": "2024-02-06T13:11:59.451710Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Porttipuiston_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8930/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8929,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.410160Z",
            "last_modified_time": "2024-02-06T13:11:59.410181Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Pitkännotkonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8929/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8928,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.367632Z",
            "last_modified_time": "2024-02-06T13:11:59.367654Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Pitkäkorvenpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8928/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8927,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.326228Z",
            "last_modified_time": "2024-02-06T13:11:59.326258Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Pihlajarinteenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8927/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8926,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.285872Z",
            "last_modified_time": "2024-02-06T13:11:59.285892Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/PihlajamäenpuistonLeikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8926/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8925,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.246790Z",
            "last_modified_time": "2024-02-06T13:11:59.246810Z",
            "name": "",
            "url": "https://farm2.staticflickr.com/1840/29928525168_a0eab419ae_k.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8925/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8924,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.205933Z",
            "last_modified_time": "2024-02-06T13:11:59.205952Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Palttinapuistonleikkipaikka_yhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8924/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8923,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.161567Z",
            "last_modified_time": "2024-02-06T13:11:59.161587Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Palokaivonkentänleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8923/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8922,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.122060Z",
            "last_modified_time": "2024-02-06T13:11:59.122079Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Painiitty-puistonleikkipaikka_yhdistetty_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8922/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8921,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.081669Z",
            "last_modified_time": "2024-02-06T13:11:59.081690Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Otto-IivariMeurmaninpuisto_leikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8921/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8920,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:59.040585Z",
            "last_modified_time": "2024-02-06T13:11:59.040607Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nöykkiönpuiston_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8920/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8919,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.997885Z",
            "last_modified_time": "2024-02-06T13:11:58.997906Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nurmilinnunpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8919/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8918,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.943543Z",
            "last_modified_time": "2024-02-06T13:11:58.943562Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nuottamiehenpuistonleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8918/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8917,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.893069Z",
            "last_modified_time": "2024-02-06T13:11:58.893220Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nuotiopuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8917/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8916,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.843594Z",
            "last_modified_time": "2024-02-06T13:11:58.843613Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Niittykummunpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8916/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8915,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.802334Z",
            "last_modified_time": "2024-02-06T13:11:58.802355Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Niipperin_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8915/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8914,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.759853Z",
            "last_modified_time": "2024-02-06T13:11:58.759875Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nihtimäenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8914/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8913,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.717969Z",
            "last_modified_time": "2024-02-06T13:11:58.717992Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nestorinpolunleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8913/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8912,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.677823Z",
            "last_modified_time": "2024-02-06T13:11:58.677896Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Muukalaispuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8912/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8911,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.636549Z",
            "last_modified_time": "2024-02-06T13:11:58.636568Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Mikkelänrinteen_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8911/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8910,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.594395Z",
            "last_modified_time": "2024-02-06T13:11:58.594415Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Mikkelänpuiston_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8910/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8909,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.551523Z",
            "last_modified_time": "2024-02-06T13:11:58.551543Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Mikkelänpellonleikkipaikkayhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8909/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8908,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.501849Z",
            "last_modified_time": "2024-02-06T13:11:58.501875Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Miilukorven_kentän_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8908/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8907,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.460610Z",
            "last_modified_time": "2024-02-06T13:11:58.460630Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Matinmetsänleikkipaikka3_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8907/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8906,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.420032Z",
            "last_modified_time": "2024-02-06T13:11:58.420051Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Martinmäenpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8906/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8905,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.379046Z",
            "last_modified_time": "2024-02-06T13:11:58.379064Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Martinniityn_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8905/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8904,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.338176Z",
            "last_modified_time": "2024-02-06T13:11:58.338194Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Marinpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8904/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8903,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.295328Z",
            "last_modified_time": "2024-02-06T13:11:58.295347Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Maapallopuistonleikkipaikkayhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8903/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8902,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.254473Z",
            "last_modified_time": "2024-02-06T13:11:58.254491Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/L%C3%A4hdesilm%C3%A4n_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8902/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8901,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.213988Z",
            "last_modified_time": "2024-02-06T13:11:58.214010Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lystimäenpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8901/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8900,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.171597Z",
            "last_modified_time": "2024-02-06T13:11:58.171616Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lukupuronpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8900/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8899,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.130307Z",
            "last_modified_time": "2024-02-06T13:11:58.130327Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lillhemtinpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8899/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8898,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.089935Z",
            "last_modified_time": "2024-02-06T13:11:58.089956Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Leppälinnunkujanpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8898/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8897,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.045010Z",
            "last_modified_time": "2024-02-06T13:11:58.045028Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lehtipuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8897/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8896,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:58.002321Z",
            "last_modified_time": "2024-02-06T13:11:58.002340Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Latokaskenpuistonleikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8896/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8895,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.959643Z",
            "last_modified_time": "2024-02-06T13:11:57.959661Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lansapuronpuiston_leikkipaikka_Palvelukarrta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8895/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8894,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.918958Z",
            "last_modified_time": "2024-02-06T13:11:57.918976Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/LandbackanpuistonleikkipaikkaAngrybirds_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8894/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8893,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.876551Z",
            "last_modified_time": "2024-02-06T13:11:57.876571Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Laivatorinleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8893/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8892,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.834475Z",
            "last_modified_time": "2024-02-06T13:11:57.834494Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kuuttipuiston_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8892/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8891,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.794672Z",
            "last_modified_time": "2024-02-06T13:11:57.794691Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kuutamopuistonleikkipaikkayhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8891/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8890,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.754485Z",
            "last_modified_time": "2024-02-06T13:11:57.754504Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kuusikallionkentänleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8890/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8889,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.711596Z",
            "last_modified_time": "2024-02-06T13:11:57.711615Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kuurinkentänleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8889/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8888,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.666319Z",
            "last_modified_time": "2024-02-06T13:11:57.666347Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kuttulammenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8888/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8887,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.624083Z",
            "last_modified_time": "2024-02-06T13:11:57.624100Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kurkijoentienleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8887/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8886,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.581443Z",
            "last_modified_time": "2024-02-06T13:11:57.581473Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lahdesilman_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8886/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8885,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.539766Z",
            "last_modified_time": "2024-02-06T13:11:57.539784Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kuloniitynleikkipaikka_yhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8885/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8884,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.498164Z",
            "last_modified_time": "2024-02-06T13:11:57.498183Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kulloonmäenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8884/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8883,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.453841Z",
            "last_modified_time": "2024-02-06T13:11:57.453870Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kuitinmäenpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8883/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8882,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.412527Z",
            "last_modified_time": "2024-02-06T13:11:57.412547Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kuitinmäenkenttä_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8882/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8881,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.334863Z",
            "last_modified_time": "2024-02-06T13:11:57.334883Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Krenaatöörinleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8881/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8880,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.292157Z",
            "last_modified_time": "2024-02-06T13:11:57.292178Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Koukkuniemenpuistonleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8880/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8879,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.247990Z",
            "last_modified_time": "2024-02-06T13:11:57.248021Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kotiportinpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8879/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8878,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.203922Z",
            "last_modified_time": "2024-02-06T13:11:57.203942Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Korpimaanleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8878/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8877,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.160153Z",
            "last_modified_time": "2024-02-06T13:11:57.160181Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kongsberginpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8877/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8876,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.119206Z",
            "last_modified_time": "2024-02-06T13:11:57.119224Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Koivuviidankentän_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8876/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8875,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.071201Z",
            "last_modified_time": "2024-02-06T13:11:57.071221Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kirkkojärvenrannanleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8875/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8874,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:57.028670Z",
            "last_modified_time": "2024-02-06T13:11:57.028689Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kilonkallionleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8874/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8873,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.988565Z",
            "last_modified_time": "2024-02-06T13:11:56.988583Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kattilanpohjan_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8873/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8872,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.950252Z",
            "last_modified_time": "2024-02-06T13:11:56.950272Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kartanopuistonleikkipaikkaleppävaara_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8872/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8871,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.910147Z",
            "last_modified_time": "2024-02-06T13:11:56.910166Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kartanonpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8871/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8870,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.869276Z",
            "last_modified_time": "2024-02-06T13:11:56.869296Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kalliolaaksonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8870/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8869,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.825845Z",
            "last_modified_time": "2024-02-06T13:11:56.825866Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kalapuistonleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8869/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8868,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.784905Z",
            "last_modified_time": "2024-02-06T13:11:56.784925Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kaivomestarinaukionleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8868/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8867,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.741514Z",
            "last_modified_time": "2024-02-06T13:11:56.741534Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Juvanpuiston_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8867/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8866,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.699110Z",
            "last_modified_time": "2024-02-06T13:11:56.699137Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Jupperinrantapuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8866/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8865,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.658086Z",
            "last_modified_time": "2024-02-06T13:11:56.658105Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Jalavapuistonleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8865/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8864,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.617443Z",
            "last_modified_time": "2024-02-06T13:11:56.617463Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Iltaruskonpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8864/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8863,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.575781Z",
            "last_modified_time": "2024-02-06T13:11:56.575802Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Iivisniemenpuistonleikkipaikka1_yhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8863/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8862,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.535158Z",
            "last_modified_time": "2024-02-06T13:11:56.535181Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Iivisniemenpellonleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8862/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8861,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.493184Z",
            "last_modified_time": "2024-02-06T13:11:56.493203Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Hösmärinniitynleikkipaikkayhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8861/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8860,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.451055Z",
            "last_modified_time": "2024-02-06T13:11:56.451087Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Huvilinnanaukionleikkipaikkayhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8860/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8859,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.410790Z",
            "last_modified_time": "2024-02-06T13:11:56.410809Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Holmankorvenleikkipaikkayhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8859/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8858,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.369469Z",
            "last_modified_time": "2024-02-06T13:11:56.369490Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/HansFloorinpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8858/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8857,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.327574Z",
            "last_modified_time": "2024-02-06T13:11:56.327592Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Haarssinpuiston_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8857/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8856,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.285551Z",
            "last_modified_time": "2024-02-06T13:11:56.285570Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Finnoonniitynmatonpesupaikanleikkipaikka.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8856/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8855,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.245884Z",
            "last_modified_time": "2024-02-06T13:11:56.245906Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Everstinpuiston_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8855/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8854,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.204591Z",
            "last_modified_time": "2024-02-06T13:11:56.204619Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Etuniemenpuistonleikkipaikkayhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8854/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8853,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.160834Z",
            "last_modified_time": "2024-02-06T13:11:56.160854Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Entressenleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8853/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8852,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.119882Z",
            "last_modified_time": "2024-02-06T13:11:56.119901Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Eestinaukionleikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8852/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8851,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.079790Z",
            "last_modified_time": "2024-02-06T13:11:56.079812Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Auringonkehränleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8851/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8850,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:56.036186Z",
            "last_modified_time": "2024-02-06T13:11:56.036211Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Ankkuripuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8850/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8849,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.991168Z",
            "last_modified_time": "2024-02-06T13:11:55.991188Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Ankkuripohjan_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8849/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8848,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.948652Z",
            "last_modified_time": "2024-02-06T13:11:55.948717Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Alakartanonkujanleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8848/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8847,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.904857Z",
            "last_modified_time": "2024-02-06T13:11:55.904880Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Aitanurmenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8847/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8846,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.862966Z",
            "last_modified_time": "2024-02-06T13:11:55.862986Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Åberginlastentalo_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8846/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8845,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.820865Z",
            "last_modified_time": "2024-02-06T13:11:55.820886Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Vermonpuistonkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8845/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8844,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.777828Z",
            "last_modified_time": "2024-02-06T13:11:55.777851Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Turvesuonkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8844/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8843,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.734223Z",
            "last_modified_time": "2024-02-06T13:11:55.734245Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Haukilahdenrannanpuisto_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8843/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8842,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.691834Z",
            "last_modified_time": "2024-02-06T13:11:55.691857Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Alberganesplanadinpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8842/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8841,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.646633Z",
            "last_modified_time": "2024-02-06T13:11:55.646654Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Timo-Heino_Veteen-piirretty-viiva.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8841/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8840,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:55.477565Z",
            "last_modified_time": "2024-02-06T13:11:55.477585Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Herttoniemen_duunarit.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8840/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8839,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:54.577243Z",
            "last_modified_time": "2024-02-06T13:11:54.577272Z",
            "name": "",
            "url": "https://helsinki.contenthub.fi/NiboWEB/helsinki/getPublicFile.do?uuid=21774921&inline=false&ticket=fe682592410addfb7a9e52fe7d7995ac&type=original",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8839/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8838,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:54.203998Z",
            "last_modified_time": "2024-02-06T13:11:54.204027Z",
            "name": "",
            "url": "https://tprimages.blob.core.windows.net/public/2289/1bab00d1-4840-45b5-8f02-71c1d8de9fa1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8838/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8837,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:54.092276Z",
            "last_modified_time": "2024-02-06T13:11:54.092296Z",
            "name": "",
            "url": "https://tprimages.blob.core.windows.net/public/2287/3853df9f-a86b-4d66-9377-34dfec66f6a5.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8837/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8836,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:54.048357Z",
            "last_modified_time": "2024-02-06T13:11:54.048376Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Touhula-Arabian-pk-34761.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8836/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8835,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:54.004665Z",
            "last_modified_time": "2024-02-06T13:11:54.004687Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Musiikkikoulu-Demo-Taivallahti-34759.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8835/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8834,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:53.896815Z",
            "last_modified_time": "2024-02-06T13:11:53.896836Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Hietsun_kirppis.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8834/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8833,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:53.855895Z",
            "last_modified_time": "2024-02-06T13:11:53.855916Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Toolontori.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8833/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8832,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:53.815679Z",
            "last_modified_time": "2024-02-06T13:11:53.815699Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Fredan_tori.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8832/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8831,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:53.739635Z",
            "last_modified_time": "2024-02-06T13:11:53.739656Z",
            "name": "",
            "url": "https://helsinki.contenthub.fi/NiboWEB/helsinki/getPublicFile.do?uuid=21725484&inline=false&ticket=b90be95df70501f66ae48a2543f1b9ec&type=original",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8831/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8830,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:53.698055Z",
            "last_modified_time": "2024-02-06T13:11:53.698075Z",
            "name": "",
            "url": "https://helsinki.contenthub.fi/NiboWEB/helsinki/getPublicFile.do?uuid=21732937&inline=false&ticket=4fe5e908bbe76dcc5587127af0ffad5b&type=original",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8830/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8829,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:53.656922Z",
            "last_modified_time": "2024-02-06T13:11:53.656944Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Haagan_tori.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8829/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8828,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:53.573353Z",
            "last_modified_time": "2024-02-06T13:11:53.573382Z",
            "name": "",
            "url": "http://www.nkl.fi/index.php?__file_display_id=8837",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8828/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8827,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:53.269597Z",
            "last_modified_time": "2024-02-06T13:11:53.269620Z",
            "name": "",
            "url": "https://kartta.vantaa.fi/viistoilmakuvat/2019/30136_L025_01804.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8827/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8826,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:52.927294Z",
            "last_modified_time": "2024-02-06T13:11:52.927315Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Hoplaxskolan-Duvans-34431.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8826/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8825,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:52.886209Z",
            "last_modified_time": "2024-02-06T13:11:52.886230Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Hoplaxskolan-Karbole-34415.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8825/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8824,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:52.745678Z",
            "last_modified_time": "2024-02-06T13:11:52.745705Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Viikin-norssi-34237.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8824/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8823,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:52.704412Z",
            "last_modified_time": "2024-02-06T13:11:52.704431Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Nano-Sakarinmaen-pk-34130.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8823/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8822,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:52.566812Z",
            "last_modified_time": "2024-02-06T13:11:52.566833Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/senioripalvelut/kivelan-seniorikeskus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8822/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8821,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:52.150765Z",
            "last_modified_time": "2024-02-06T13:11:52.150787Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/cityeläimet-77.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8821/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8820,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:51.473169Z",
            "last_modified_time": "2024-02-06T13:11:51.473188Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/dKwWCTm_rkZc",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8820/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8819,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:51.263192Z",
            "last_modified_time": "2024-02-06T13:11:51.263211Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kaupunginjuuret.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8819/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8818,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:51.188090Z",
            "last_modified_time": "2024-02-06T13:11:51.188109Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/nakoalatuoli.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8818/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8817,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.818842Z",
            "last_modified_time": "2024-02-06T13:11:50.818861Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/images/medium/20180530-065405-5b97797a633bb2-08095997.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8817/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8816,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.687185Z",
            "last_modified_time": "2024-02-06T13:11:50.687203Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/Lhxj68rnsj_x",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8816/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8815,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.644853Z",
            "last_modified_time": "2024-02-06T13:11:50.644873Z",
            "name": "",
            "url": "https://images.app.goo.gl/jQmfiheeGa8bxkEJ8",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8815/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8814,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.472911Z",
            "last_modified_time": "2024-02-06T13:11:50.472930Z",
            "name": "",
            "url": "https://www.sivistysvantaa.fi/material/images/7WufMjeS6/vantaankaupunginmuseo1ay1280x780.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8814/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8813,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.301982Z",
            "last_modified_time": "2024-02-06T13:11:50.302002Z",
            "name": "",
            "url": "http://www.sivistysvantaa.fi/material/images/GMRZ5rBt4/nupa_wintti_julkisivu.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8813/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8812,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.260026Z",
            "last_modified_time": "2024-02-06T13:11:50.260047Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/5PN2HV5b-WmZ",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8812/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8811,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.187961Z",
            "last_modified_time": "2024-02-06T13:11:50.187983Z",
            "name": "",
            "url": "https://i.media.fi/incoming/2rbqse/7277082.jpg/alternates/LANDSCAPE_960/7277082.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8811/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8810,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.080046Z",
            "last_modified_time": "2024-02-06T13:11:50.080066Z",
            "name": "",
            "url": "http://www.sivistysvantaa.fi/material/images/SZ1saieuq/vkm_nuta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8810/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8809,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:50.006254Z",
            "last_modified_time": "2024-02-06T13:11:50.006274Z",
            "name": "",
            "url": "https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcQBM7UDzu3HRs8xnPH47BanKfYko9vozpVR5A&usqp=CAU",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8809/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8808,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:49.929313Z",
            "last_modified_time": "2024-02-06T13:11:49.929332Z",
            "name": "",
            "url": "http://www.vantaa.fi/instancedata/prime_product_julkaisu/vantaa/embeds/vantaawwwstructure/912513ee17d38d2f3bc6c8d2d95736147f6bb507.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8808/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8807,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:49.887254Z",
            "last_modified_time": "2024-02-06T13:11:49.887274Z",
            "name": "",
            "url": "http://www.vantaa.fi/instancedata/prime_product_julkaisu/vantaa/embeds/vantaawwwstructure/fd4870044cb654d920c20f2aee2a874260510e0a.png",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8807/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8806,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:49.810952Z",
            "last_modified_time": "2024-02-06T13:11:49.810972Z",
            "name": "",
            "url": "https://www.vantaa.fi/instancedata/prime_product_julkaisu/vantaa/embeds/vantaawwwstructure/d651ae87eb5bef6678960070c05d94f2c992e435.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8806/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8805,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:49.771125Z",
            "last_modified_time": "2024-02-06T13:11:49.771144Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/f/dJVG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8805/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8804,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:49.561187Z",
            "last_modified_time": "2024-02-06T13:11:49.561206Z",
            "name": "",
            "url": "https://upload.wikimedia.org/wikipedia/commons/1/10/Aurinkokiven_palvelukeskus3_-_Kivist%C3%B6_-_Vantaa_-_m.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8804/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 7870,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:12.443699Z",
            "last_modified_time": "2024-02-06T13:11:49.229951Z",
            "name": "",
            "url": "https://www.hel.fi/static/sotepe/senioripalvelut/kuvat/koskelan-palvelukeskus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/7870/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8803,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:49.069985Z",
            "last_modified_time": "2024-02-06T13:11:49.070004Z",
            "name": "",
            "url": "https://helsinki.contenthub.fi/NiboWEB/helsinki/getPublicFile.do?uuid=21741361&inline=false&ticket=3f349ff3c9f3146d0c0a91dbcb7dce02&type=original",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8803/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8802,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:48.960437Z",
            "last_modified_time": "2024-02-06T13:11:48.960455Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/KCN5SMFQbkgx",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8802/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8800,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:48.553329Z",
            "last_modified_time": "2024-02-06T13:11:48.553351Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Bvif-Botby-32828.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8800/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8799,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:48.512352Z",
            "last_modified_time": "2024-02-06T13:11:48.512370Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/NMKY-Hyvan-paimenen-32826.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8799/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8798,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:48.435881Z",
            "last_modified_time": "2024-02-06T13:11:48.435899Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Touhula-Pihlajamaen-a-a-32557.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8798/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8797,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:48.393199Z",
            "last_modified_time": "2024-02-06T13:11:48.393218Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/MLL-Poikkilaakson-ala-aste-32556.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8797/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8796,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:48.346394Z",
            "last_modified_time": "2024-02-06T13:11:48.346412Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/HNMKY-Kontula-32555.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8796/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8795,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:48.305292Z",
            "last_modified_time": "2024-02-06T13:11:48.305314Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Jakomaen-pk-32553.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8795/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8794,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:48.257558Z",
            "last_modified_time": "2024-02-06T13:11:48.257577Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Musiikkikoulu-Demo-Porolahti-32552.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8794/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8793,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:47.701757Z",
            "last_modified_time": "2024-02-06T13:11:47.701777Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B94F09313-D108-46ED-A82A-CC8AECF3B8B0%7D/77838",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8793/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8792,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:47.659438Z",
            "last_modified_time": "2024-02-06T13:11:47.659455Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7BA6F931A4-F936-476A-B9B3-6E2FF7A506FF%7D/77799",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8792/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8791,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:47.618419Z",
            "last_modified_time": "2024-02-06T13:11:47.618437Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Teurastamo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8791/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8790,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:47.577868Z",
            "last_modified_time": "2024-02-06T13:11:47.577889Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Hakaniemen_tori.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8790/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8789,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:47.535333Z",
            "last_modified_time": "2024-02-06T13:11:47.535351Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Kauppatori.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8789/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8788,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:47.493554Z",
            "last_modified_time": "2024-02-06T13:11:47.493573Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Hietsun_tunnelmaa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8788/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8787,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:47.417313Z",
            "last_modified_time": "2024-02-06T13:11:47.417331Z",
            "name": "",
            "url": "http://www.hel.fi/static/heltu/palvelukartta/kuvat/Vanha_kauppahalli.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8787/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8786,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:47.152469Z",
            "last_modified_time": "2024-02-06T13:11:47.152489Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2023/12/ht000n4r-scaled.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8786/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8785,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:46.981492Z",
            "last_modified_time": "2024-02-06T13:11:46.981511Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/mt/auroran-vieroitushoito-osasto.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8785/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8784,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:46.910835Z",
            "last_modified_time": "2024-02-06T13:11:46.910854Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2023/02/Pekka-Kauhanen-Kapteeninmuistikko-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8784/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8783,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:46.605965Z",
            "last_modified_time": "2024-02-06T13:11:46.605985Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/mt/mielenterveysasiakkaiden_asumispalvelut_Auroran_avohoitovalmennus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8783/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8782,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:46.496146Z",
            "last_modified_time": "2024-02-06T13:11:46.496169Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/ta/myllypuron-terveysasema.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8782/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8781,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:45.929280Z",
            "last_modified_time": "2024-02-06T13:11:45.929304Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet-2019/KasKo/TPR-kuvat/lukiot/Vuosaaren-lukio.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8781/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8780,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:45.784867Z",
            "last_modified_time": "2024-02-06T13:11:45.784887Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet-2019/KasKo/TPR-kuvat/lukiot/kallion-lukio-hae-meille.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8780/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8779,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:45.583158Z",
            "last_modified_time": "2024-02-06T13:11:45.583177Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet-2019/KasKo/TPR-kuvat/lukiot/alppila_kuva_kotisivut.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8779/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8778,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:45.540358Z",
            "last_modified_time": "2024-02-06T13:11:45.540378Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Minervaskolan-30845.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8778/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8777,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:45.500219Z",
            "last_modified_time": "2024-02-06T13:11:45.500248Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Bvif-Cygnaeus-30830.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8777/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8776,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:45.423619Z",
            "last_modified_time": "2024-02-06T13:11:45.423638Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Musiikkikoulu-Demo-Aurinkolahden-pk-30762.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8776/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8774,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:45.336998Z",
            "last_modified_time": "2024-02-06T13:11:45.337018Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Stradin-nuorisoseurat-Munkkivuori-30561.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8774/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8773,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:45.053247Z",
            "last_modified_time": "2024-02-06T13:11:45.053267Z",
            "name": "",
            "url": "https://helsinki.contenthub.fi/NiboWEB/helsinki/getPublicFile.do?uuid=21724613&inline=false&ticket=bc46ffac093d4c6bea1ff8aae5c99060&type=original",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8773/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8772,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.940850Z",
            "last_modified_time": "2024-02-06T13:11:44.940872Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2023/02/Hukkanen_Laulupuut-4-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8772/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8771,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.836241Z",
            "last_modified_time": "2024-02-06T13:11:44.836266Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/n-Xtr68XktqF",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8771/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8770,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.795144Z",
            "last_modified_time": "2024-02-06T13:11:44.795163Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Hakuri-Tuulenpesä-lähi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8770/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8769,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.753928Z",
            "last_modified_time": "2024-02-06T13:11:44.753947Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tapiowirkkalanpuisto.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8769/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8768,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.708462Z",
            "last_modified_time": "2024-02-06T13:11:44.708480Z",
            "name": "",
            "url": "https://tprimages.blob.core.windows.net/public/2093/743ee6e9-2e37-48b4-98c9-e29839a7bd52.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8768/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8767,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.663098Z",
            "last_modified_time": "2024-02-06T13:11:44.663117Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/pXJDLqCvgm6w",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8767/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8766,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.622010Z",
            "last_modified_time": "2024-02-06T13:11:44.622032Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/ZVkD895Sppgn",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8766/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8765,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.581373Z",
            "last_modified_time": "2024-02-06T13:11:44.581392Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/PQrrW2x_m9N2",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8765/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8764,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.542678Z",
            "last_modified_time": "2024-02-06T13:11:44.542699Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/tx8Q6QLmTfbN",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8764/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 7869,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:12.402009Z",
            "last_modified_time": "2024-02-06T13:11:44.501060Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/senioripalvelut/myllypuron-seniorikeskus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/7869/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8763,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.332987Z",
            "last_modified_time": "2024-02-06T13:11:44.333008Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/unelma.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8763/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8762,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:44.259966Z",
            "last_modified_time": "2024-02-06T13:11:44.259987Z",
            "name": "",
            "url": "https://static.espoo.fi/sites/default/files/styles/scaled_medium/public/2021-07/Saunalahti_DSC_1149_1600x600.jpg?itok=eTCbEqGY",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8762/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8761,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.769783Z",
            "last_modified_time": "2024-02-06T13:11:43.769804Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/5f7ade9d58b1f127591021.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8761/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8760,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.695082Z",
            "last_modified_time": "2024-02-06T13:11:43.695103Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2023/12/ht000n68-scaled.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8760/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8759,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.586535Z",
            "last_modified_time": "2024-02-06T13:11:43.586555Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Viputienleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8759/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8758,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.545148Z",
            "last_modified_time": "2024-02-06T13:11:43.545169Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Vilpunpolunleikkipaikkayhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8758/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8757,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.499347Z",
            "last_modified_time": "2024-02-06T13:11:43.499367Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Vantinpuiston_leikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8757/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8756,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.456841Z",
            "last_modified_time": "2024-02-06T13:11:43.456866Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Vanhamankkaanpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8756/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8755,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.415850Z",
            "last_modified_time": "2024-02-06T13:11:43.415870Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tähtimöpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8755/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8754,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.374092Z",
            "last_modified_time": "2024-02-06T13:11:43.374110Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tynnyripuisto_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8754/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8753,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.335541Z",
            "last_modified_time": "2024-02-06T13:11:43.335558Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tuuliniityn_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8753/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8752,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.288708Z",
            "last_modified_time": "2024-02-06T13:11:43.288750Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tuohisniitynpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8752/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8751,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.249687Z",
            "last_modified_time": "2024-02-06T13:11:43.249708Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Trillapuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8751/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8750,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.210207Z",
            "last_modified_time": "2024-02-06T13:11:43.210227Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tornitasonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8750/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8749,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.165862Z",
            "last_modified_time": "2024-02-06T13:11:43.165883Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tikanpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8749/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8748,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.118134Z",
            "last_modified_time": "2024-02-06T13:11:43.118155Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Suvelanpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8748/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8747,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.077537Z",
            "last_modified_time": "2024-02-06T13:11:43.077558Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Soukantorinpuisto_yhdistetty_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8747/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8746,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:43.032190Z",
            "last_modified_time": "2024-02-06T13:11:43.032209Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Sinisiimeksenpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8746/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8745,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.990670Z",
            "last_modified_time": "2024-02-06T13:11:42.990691Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Siikajärven_Leikkipaikka_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8745/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8744,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.948722Z",
            "last_modified_time": "2024-02-06T13:11:42.948765Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Seponkentänleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8744/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8743,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.905063Z",
            "last_modified_time": "2024-02-06T13:11:42.905082Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Sampotorinleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8743/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8742,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.861930Z",
            "last_modified_time": "2024-02-06T13:11:42.861952Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Ryytimaanpuisto_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8742/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8741,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.818307Z",
            "last_modified_time": "2024-02-06T13:11:42.818328Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Ruusutorpanpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8741/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8740,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.772556Z",
            "last_modified_time": "2024-02-06T13:11:42.772575Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Rinkelipuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8740/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8739,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.730172Z",
            "last_modified_time": "2024-02-06T13:11:42.730191Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Rastasniitynleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8739/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8738,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.687947Z",
            "last_modified_time": "2024-02-06T13:11:42.687968Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Puutarhapuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8738/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8737,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.644869Z",
            "last_modified_time": "2024-02-06T13:11:42.644892Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Porttipuisto_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8737/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8736,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.601123Z",
            "last_modified_time": "2024-02-06T13:11:42.601143Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Pohjankulmanpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8736/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8735,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.559347Z",
            "last_modified_time": "2024-02-06T13:11:42.559368Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Pattistenpellonpuisto_yhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8735/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8734,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.519521Z",
            "last_modified_time": "2024-02-06T13:11:42.519541Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Parkvillanpiha_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8734/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8733,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.479966Z",
            "last_modified_time": "2024-02-06T13:11:42.479994Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Otsonlahdenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8733/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8732,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.435987Z",
            "last_modified_time": "2024-02-06T13:11:42.436013Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Odilampi_Leikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8732/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8731,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.391679Z",
            "last_modified_time": "2024-02-06T13:11:42.391700Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nurmilinnunpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8731/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8730,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.350588Z",
            "last_modified_time": "2024-02-06T13:11:42.350609Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nurmikuukusenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8730/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8729,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.306541Z",
            "last_modified_time": "2024-02-06T13:11:42.306584Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nuottaniemenleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8729/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8728,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.256801Z",
            "last_modified_time": "2024-02-06T13:11:42.256823Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Niittykummunpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8728/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8727,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.212445Z",
            "last_modified_time": "2024-02-06T13:11:42.212465Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Muukalaispuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8727/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8726,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.141119Z",
            "last_modified_time": "2024-02-06T13:11:42.141138Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Matinkallionpuiston_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8726/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8725,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.099199Z",
            "last_modified_time": "2024-02-06T13:11:42.099220Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lillhemtinpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8725/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8724,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.056389Z",
            "last_modified_time": "2024-02-06T13:11:42.056412Z",
            "name": "",
            "url": "https://espoo365.sharepoint.com/:i:/r/sites/KakePilvi/KakePilvi%20Tiedostot/419%20Investoinnit/01%20Ohjelmointi/02%20TIHA/Palvelukartta/P%C3%A4ivitys%202021/Lepp%C3%A4viidanpuisto_Palvelukartta21.JPG.JPG?csf=1&web=1&e=aJY06h",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8724/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8723,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:42.013553Z",
            "last_modified_time": "2024-02-06T13:11:42.013572Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lehtikaskenpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8723/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8722,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.969366Z",
            "last_modified_time": "2024-02-06T13:11:41.969388Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lansapuronpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8722/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8721,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.922462Z",
            "last_modified_time": "2024-02-06T13:11:41.922483Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Laivatorinpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8721/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8720,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.880622Z",
            "last_modified_time": "2024-02-06T13:11:41.880642Z",
            "name": "",
            "url": "https://espoo365.sharepoint.com/:i:/r/sites/KakePilvi/KakePilvi%20Tiedostot/419%20Investoinnit/01%20Ohjelmointi/02%20TIHA/Palvelukartta/P%C3%A4ivitys%202021/Kuttulammenpuisto_Palvelukartta21.JPG.JPG?csf=1&web=1&e=RsCNes",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8720/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8719,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.839286Z",
            "last_modified_time": "2024-02-06T13:11:41.839307Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kurkijoenpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8719/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8718,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.767435Z",
            "last_modified_time": "2024-02-06T13:11:41.767454Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Krattivuorenleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8718/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8717,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.725653Z",
            "last_modified_time": "2024-02-06T13:11:41.725673Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kotitontunpuistovanha_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8717/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8716,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.682660Z",
            "last_modified_time": "2024-02-06T13:11:41.682679Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kolmperän_Leikkipaikka_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8716/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8715,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.642327Z",
            "last_modified_time": "2024-02-06T13:11:41.642348Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Koivuviidankentänpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8715/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8714,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.601642Z",
            "last_modified_time": "2024-02-06T13:11:41.601661Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kippotienleikkipaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8714/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8713,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.561379Z",
            "last_modified_time": "2024-02-06T13:11:41.561398Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Keijuniityntienleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8713/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8712,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.517939Z",
            "last_modified_time": "2024-02-06T13:11:41.517959Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kaskenkaatajanpuiston_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8712/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8711,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.476078Z",
            "last_modified_time": "2024-02-06T13:11:41.476096Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kartanonpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8711/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8710,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.434556Z",
            "last_modified_time": "2024-02-06T13:11:41.434576Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Jukolan_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8710/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8709,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.391486Z",
            "last_modified_time": "2024-02-06T13:11:41.391506Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Itarannan_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8709/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8708,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.350570Z",
            "last_modified_time": "2024-02-06T13:11:41.350589Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Iivisniemenpuisto_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8708/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8707,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.309692Z",
            "last_modified_time": "2024-02-06T13:11:41.309713Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Hopealehdon_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8707/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8706,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.267492Z",
            "last_modified_time": "2024-02-06T13:11:41.267510Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Heisipuunkujanleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8706/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8705,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.225315Z",
            "last_modified_time": "2024-02-06T13:11:41.225333Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Haukiverkon_leikkipaikka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8705/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8704,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.181406Z",
            "last_modified_time": "2024-02-06T13:11:41.181424Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Everstinpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8704/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8703,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.140758Z",
            "last_modified_time": "2024-02-06T13:11:41.140779Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Ankkuripohjanpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8703/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8702,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.098459Z",
            "last_modified_time": "2024-02-06T13:11:41.098477Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Amiraalinpuistonleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8702/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8701,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.058335Z",
            "last_modified_time": "2024-02-06T13:11:41.058358Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kartanopuistoleppävaara_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8701/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8700,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:41.018321Z",
            "last_modified_time": "2024-02-06T13:11:41.018357Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Ahertajantien_leikkipaikka_Palvelukartta_2017.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8700/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8699,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:40.977666Z",
            "last_modified_time": "2024-02-06T13:11:40.977686Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Aallonharjanleikkipaikka_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8699/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8698,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:39.062747Z",
            "last_modified_time": "2024-02-06T13:11:39.062772Z",
            "name": "",
            "url": "https://www.hel.fi/wps/wcm/connect/98cf3d42-0d89-4367-9b17-57518de4c1fe/1/Kaupungintalo__Kimmo+Brandt_600x400px.jpg?MOD=AJPERES&CVID=",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8698/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8697,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.868420Z",
            "last_modified_time": "2024-02-06T13:11:37.868438Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/EspoonKeskuspuisto_yhdistetty_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8697/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8696,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.828388Z",
            "last_modified_time": "2024-02-06T13:11:37.828407Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Pohjois-Espoonmatonpesupaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8696/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8695,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.785953Z",
            "last_modified_time": "2024-02-06T13:11:37.785974Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Olarinmatonpesupaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8695/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8694,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.741301Z",
            "last_modified_time": "2024-02-06T13:11:37.741320Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kilonmatonpesupaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8694/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8693,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.699260Z",
            "last_modified_time": "2024-02-06T13:11:37.699279Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Finnoonniitynmatonpesupaikka_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8693/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8692,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.656704Z",
            "last_modified_time": "2024-02-06T13:11:37.656751Z",
            "name": "",
            "url": "https://espoo365.sharepoint.com/:i:/r/sites/KakePilvi/KakePilvi%20Tiedostot/419%20Investoinnit/01%20Ohjelmointi/02%20TIHA/Palvelukartta/P%C3%A4ivitys%202021/Soukanlahdenpuistonmatonpesupaikka_Palvelukartta.JPG.JPG?csf=1&web=1&e=oHDarr",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8692/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8691,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.580598Z",
            "last_modified_time": "2024-02-06T13:11:37.580618Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Vantinpuisto_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8691/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8690,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.537005Z",
            "last_modified_time": "2024-02-06T13:11:37.537026Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Silkkiniitynpuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8690/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8689,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.494178Z",
            "last_modified_time": "2024-02-06T13:11:37.494198Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Marketanpuisto_yhdistetty_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8689/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8688,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.452818Z",
            "last_modified_time": "2024-02-06T13:11:37.452839Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Rantaraittipuisto_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8688/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8687,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.411624Z",
            "last_modified_time": "2024-02-06T13:11:37.411644Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Palttinapuisto_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8687/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8686,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.368644Z",
            "last_modified_time": "2024-02-06T13:11:37.368662Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kirkkojärvenrannanpuistoyhdistetty_palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8686/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8685,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.327995Z",
            "last_modified_time": "2024-02-06T13:11:37.328016Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Träskändankartanopuisto_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8685/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8684,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.288852Z",
            "last_modified_time": "2024-02-06T13:11:37.288872Z",
            "name": "",
            "url": "https://espoo365.sharepoint.com/:i:/r/sites/KakePilvi/KakePilvi%20Tiedostot/419%20Investoinnit/01%20Ohjelmointi/02%20TIHA/Palvelukartta/P%C3%A4ivitys%202021/Saarnilaaksonkoira-aitaus_Palvelukartta21.JPG.JPG?csf=1&web=1&e=jET43D",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8684/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8683,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.244297Z",
            "last_modified_time": "2024-02-06T13:11:37.244316Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Jupperinmetsänkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8683/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8682,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.198818Z",
            "last_modified_time": "2024-02-06T13:11:37.198838Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lasipuistonkoira-aitaus_Palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8682/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8681,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.157225Z",
            "last_modified_time": "2024-02-06T13:11:37.157242Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Tuuliniityn_koira-aitaus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8681/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8680,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.114533Z",
            "last_modified_time": "2024-02-06T13:11:37.114551Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Rantametsänkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8680/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8679,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.074215Z",
            "last_modified_time": "2024-02-06T13:11:37.074234Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kurkijoenkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8679/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8678,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:37.033554Z",
            "last_modified_time": "2024-02-06T13:11:37.033574Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Lukupuronkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8678/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8677,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.992234Z",
            "last_modified_time": "2024-02-06T13:11:36.992254Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Olarinkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8677/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8676,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.951231Z",
            "last_modified_time": "2024-02-06T13:11:36.951251Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Viherkallionpuistonkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8676/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8675,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.907153Z",
            "last_modified_time": "2024-02-06T13:11:36.907173Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Palokaivonpuistonkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8675/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8674,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.866980Z",
            "last_modified_time": "2024-02-06T13:11:36.867001Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kellaripuistonkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8674/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8673,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.825203Z",
            "last_modified_time": "2024-02-06T13:11:36.825222Z",
            "name": "",
            "url": "https://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Riilahdenpuiston_koira-aitaus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8673/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8672,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.785000Z",
            "last_modified_time": "2024-02-06T13:11:36.785020Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Kivenlahdenkoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8672/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8671,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.742824Z",
            "last_modified_time": "2024-02-06T13:11:36.742843Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Pisankoira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8671/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8670,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.703063Z",
            "last_modified_time": "2024-02-06T13:11:36.703083Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Iivisniemenpellon_koira-aitaus_palvelukartta.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8670/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8669,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.661199Z",
            "last_modified_time": "2024-02-06T13:11:36.661219Z",
            "name": "",
            "url": "http://www.espoo.fi/materiaalit/asuminen_ja_ymparisto/muut_aineistot/palvelukartan_kuvat/Nöykkiönpuiston_Koira-aitaus_Palvelukartta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8669/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8668,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.621086Z",
            "last_modified_time": "2024-02-06T13:11:36.621125Z",
            "name": "",
            "url": "https://espoo365.sharepoint.com/:i:/r/sites/KakePilvi/KakePilvi%20Tiedostot/419%20Investoinnit/01%20Ohjelmointi/02%20TIHA/Palvelukartta/P%C3%A4ivitys%202021/Karamzininpuistonkoira-aitaus_Palvelukartta.JPG.JPG?csf=1&web=1&e=MDo2cQ",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8668/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8667,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.514930Z",
            "last_modified_time": "2024-02-06T13:11:36.514950Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/64393001bfd60466957215.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8667/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8666,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:36.474639Z",
            "last_modified_time": "2024-02-06T13:11:36.474667Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/64914dd1c2d61629306947.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8666/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8665,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.936268Z",
            "last_modified_time": "2024-02-06T13:11:34.936290Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Hakaniemen_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8665/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8664,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.894605Z",
            "last_modified_time": "2024-02-06T13:11:34.894628Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Helsingin_yliopiston_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8664/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8663,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.854221Z",
            "last_modified_time": "2024-02-06T13:11:34.854241Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Rautatientorin_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8663/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8662,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.814219Z",
            "last_modified_time": "2024-02-06T13:11:34.814240Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Kampin_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8662/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8661,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.771703Z",
            "last_modified_time": "2024-02-06T13:11:34.771764Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Ruoholahden_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8661/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8660,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.730823Z",
            "last_modified_time": "2024-02-06T13:11:34.730844Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Mellunmaen_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8660/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8659,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.688388Z",
            "last_modified_time": "2024-02-06T13:11:34.688409Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Vuosaaren_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8659/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8658,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.648933Z",
            "last_modified_time": "2024-02-06T13:11:34.648959Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Kontulan_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8658/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8656,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.562393Z",
            "last_modified_time": "2024-02-06T13:11:34.562437Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Rastilan_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8656/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8655,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.516537Z",
            "last_modified_time": "2024-02-06T13:11:34.516560Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Puotilan_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8655/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8654,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.473865Z",
            "last_modified_time": "2024-02-06T13:11:34.473890Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Itakeskuksen_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8654/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8653,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.430663Z",
            "last_modified_time": "2024-02-06T13:11:34.430696Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Siilitien_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8653/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8652,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.389035Z",
            "last_modified_time": "2024-02-06T13:11:34.389068Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Herttoniemen_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8652/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8651,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.347667Z",
            "last_modified_time": "2024-02-06T13:11:34.347689Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Kulosaaren_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8651/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8650,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.305401Z",
            "last_modified_time": "2024-02-06T13:11:34.305422Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kanslia/TPR/Sornaisten_metroasema.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8650/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8649,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.193425Z",
            "last_modified_time": "2024-02-06T13:11:34.193447Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Pihlajiston-a-a-26235.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8649/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8648,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:34.151263Z",
            "last_modified_time": "2024-02-06T13:11:34.151286Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/HNMKY-Tapanila-26226.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8648/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 7784,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:09:52.350186Z",
            "last_modified_time": "2024-02-06T13:11:33.592378Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet-2019/KasKo/TPR-kuvat/tyovaenopistot/Tyovis_Helsinginkatu.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/7784/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8647,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:33.476329Z",
            "last_modified_time": "2024-02-06T13:11:33.476350Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet-2019/KasKo/TPR-kuvat/tyovaenopistot/Arbis_Dagmarinkatu.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8647/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8646,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:33.057043Z",
            "last_modified_time": "2024-02-06T13:11:33.057066Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/mt/psykiatrinen-sairaala-aurora.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8646/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8645,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:33.014412Z",
            "last_modified_time": "2024-02-06T13:11:33.014445Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/sairaalat-ja-poliklinikat/suursuon-sairaala.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8645/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8644,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:25.245995Z",
            "last_modified_time": "2024-02-06T13:11:25.246014Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/hammashoitolat/myllypuron-terveysaseman-hammashoitola.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8644/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8643,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:25.173942Z",
            "last_modified_time": "2024-02-06T13:11:25.173963Z",
            "name": "",
            "url": "https://www.hel.fi/static/sote/kuvat/mt/selviamishoitoasema.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8643/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8642,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:24.563138Z",
            "last_modified_time": "2024-02-06T13:11:24.563158Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Zaches-eftis-25235.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8642/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8641,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:24.521656Z",
            "last_modified_time": "2024-02-06T13:11:24.521677Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Nano-Ostersundom-skola-25230.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8641/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8640,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:24.475254Z",
            "last_modified_time": "2024-02-06T13:11:24.475275Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Rudolf-Steinerskolan-25229.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8640/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8638,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:24.351005Z",
            "last_modified_time": "2024-02-06T13:11:24.351027Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Nano-Tehtaankadun-a-a-24993.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8638/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8637,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:24.309819Z",
            "last_modified_time": "2024-02-06T13:11:24.309842Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Nano-Lauttasaaren-a-a-24992.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8637/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8636,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:24.264102Z",
            "last_modified_time": "2024-02-06T13:11:24.264122Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Rudolf-Steiner-koulu-24973.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8636/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 7772,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:09:49.926471Z",
            "last_modified_time": "2024-02-06T13:11:24.219775Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/Hgin-saksalainen-koulu-24967.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/7772/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8634,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:20.292861Z",
            "last_modified_time": "2024-02-06T13:11:20.292893Z",
            "name": "",
            "url": "https://tprimages.blob.core.windows.net/public/1428/f1aa3fe1-0883-455c-be12-0a89573131e3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8634/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8633,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.902791Z",
            "last_modified_time": "2024-02-06T13:11:19.902816Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/gRjK88xVgnXX",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8633/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8632,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.851511Z",
            "last_modified_time": "2024-02-06T13:11:19.851530Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/PDcMgc2PSfq7",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8632/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8631,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.811898Z",
            "last_modified_time": "2024-02-06T13:11:19.811925Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/p2wVsdQTDwjk",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8631/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8630,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.770519Z",
            "last_modified_time": "2024-02-06T13:11:19.770556Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/ZDvG_66zTzdK",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8630/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8629,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.391247Z",
            "last_modified_time": "2024-02-06T13:11:19.391268Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Saattajat.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8629/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8628,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.341665Z",
            "last_modified_time": "2024-02-06T13:11:19.341695Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Metsanhenki_Kuntsi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8628/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8627,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.300884Z",
            "last_modified_time": "2024-02-06T13:11:19.300906Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aaumu_rannikko.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8627/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8626,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.254244Z",
            "last_modified_time": "2024-02-06T13:11:19.254265Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/laidunmaa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8626/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8625,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.213161Z",
            "last_modified_time": "2024-02-06T13:11:19.213183Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/MeskanenPaluutulevaisuuteen2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8625/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8624,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.168804Z",
            "last_modified_time": "2024-02-06T13:11:19.168837Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Tahto_Siren.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8624/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8623,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.126975Z",
            "last_modified_time": "2024-02-06T13:11:19.126997Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/fucus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8623/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8622,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.085890Z",
            "last_modified_time": "2024-02-06T13:11:19.085912Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Vapaaheitto_fotoByKuvatapio.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8622/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8621,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:19.037066Z",
            "last_modified_time": "2024-02-06T13:11:19.037085Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kolmeaitaa3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8621/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8620,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.991380Z",
            "last_modified_time": "2024-02-06T13:11:18.991404Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/voikukka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8620/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8619,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.941615Z",
            "last_modified_time": "2024-02-06T13:11:18.941635Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/liianpainavatvieraat.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8619/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8618,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.897257Z",
            "last_modified_time": "2024-02-06T13:11:18.897278Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lukemattomatmerkit1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8618/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8564,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.474235Z",
            "last_modified_time": "2024-02-06T13:11:18.849353Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/KuvaPuuttuu.versio2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8564/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8617,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.805642Z",
            "last_modified_time": "2024-02-06T13:11:18.805664Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/helios.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8617/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8616,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.757108Z",
            "last_modified_time": "2024-02-06T13:11:18.757130Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/odotus_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8616/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8615,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.714443Z",
            "last_modified_time": "2024-02-06T13:11:18.714463Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/hopeinenpuu1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8615/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8614,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.673875Z",
            "last_modified_time": "2024-02-06T13:11:18.673898Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/TiiaMatikainen_netti.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8614/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8613,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.628440Z",
            "last_modified_time": "2024-02-06T13:11:18.628460Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Kaikki_on_mahdollista_1_netti.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8613/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8612,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.575532Z",
            "last_modified_time": "2024-02-06T13:11:18.575567Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Valtakari_paakuva_netti.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8612/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8611,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.521499Z",
            "last_modified_time": "2024-02-06T13:11:18.521521Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/variaattori.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8611/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8610,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.474824Z",
            "last_modified_time": "2024-02-06T13:11:18.474858Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Tyolainen.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8610/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8609,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.425582Z",
            "last_modified_time": "2024-02-06T13:11:18.425603Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ToveJansson-muistolaatta1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8609/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8608,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.382096Z",
            "last_modified_time": "2024-02-06T13:11:18.382120Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Juva2.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8608/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8607,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.332323Z",
            "last_modified_time": "2024-02-06T13:11:18.332342Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/retkipaiva3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8607/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8606,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.287696Z",
            "last_modified_time": "2024-02-06T13:11:18.287718Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/blafieldmammanetti11.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8606/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8605,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.241126Z",
            "last_modified_time": "2024-02-06T13:11:18.241155Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Inkerilaisten-sotamuistomerkki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8605/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8604,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.197960Z",
            "last_modified_time": "2024-02-06T13:11:18.197982Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/poikkeamanetti1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8604/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8603,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.151512Z",
            "last_modified_time": "2024-02-06T13:11:18.151532Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/wuoriontalopienipaakuva.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8603/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8602,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.106826Z",
            "last_modified_time": "2024-02-06T13:11:18.106847Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/torso.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8602/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8601,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.056408Z",
            "last_modified_time": "2024-02-06T13:11:18.056428Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pakokaasu1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8601/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8600,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:18.010324Z",
            "last_modified_time": "2024-02-06T13:11:18.010347Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/fuuga.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8600/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8599,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.958254Z",
            "last_modified_time": "2024-02-06T13:11:17.958272Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/oma-maa-mansikka-pienennetty.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8599/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8598,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.872530Z",
            "last_modified_time": "2024-02-06T13:11:17.872554Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/eilahiltunenkasvujaliekki1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8598/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8597,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.759307Z",
            "last_modified_time": "2024-02-06T13:11:17.759326Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/SmithLiikkumattomiaTanssijoita1PIENI.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8597/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8596,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.716263Z",
            "last_modified_time": "2024-02-06T13:11:17.716282Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rakastunut-tai-sitten-ei.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8596/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8595,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.673810Z",
            "last_modified_time": "2024-02-06T13:11:17.673833Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/mikaelristi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8595/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8594,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.448919Z",
            "last_modified_time": "2024-02-06T13:11:17.448941Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Tuominen-Hiljaisuus1.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8594/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8593,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.336051Z",
            "last_modified_time": "2024-02-06T13:11:17.336070Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/katosvaan1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8593/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8592,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.253616Z",
            "last_modified_time": "2024-02-06T13:11:17.253635Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rakuuna.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8592/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8591,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.207712Z",
            "last_modified_time": "2024-02-06T13:11:17.207758Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/muistolehto4.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8591/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8590,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.160961Z",
            "last_modified_time": "2024-02-06T13:11:17.160978Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Hiironen-Vesiportti2_f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8590/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8589,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.118636Z",
            "last_modified_time": "2024-02-06T13:11:17.118657Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Hki450_1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8589/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8588,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.073773Z",
            "last_modified_time": "2024-02-06T13:11:17.073796Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/palapeli1_f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8588/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8587,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:17.026875Z",
            "last_modified_time": "2024-02-06T13:11:17.026898Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kehonrakennus1_f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8587/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8586,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.982837Z",
            "last_modified_time": "2024-02-06T13:11:16.982859Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kivifiguurit.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8586/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8585,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.933540Z",
            "last_modified_time": "2024-02-06T13:11:16.933557Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/liianpv1_f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8585/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8584,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.855281Z",
            "last_modified_time": "2024-02-06T13:11:16.855300Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sundholm-keidas15_f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8584/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8583,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.782353Z",
            "last_modified_time": "2024-02-06T13:11:16.782374Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aurinkolahtif.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8583/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8582,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.707418Z",
            "last_modified_time": "2024-02-06T13:11:16.707438Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/yrittäjäveistos.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8582/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8581,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.657023Z",
            "last_modified_time": "2024-02-06T13:11:16.657043Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pihlajamaki-kartta-p.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8581/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8580,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.583371Z",
            "last_modified_time": "2024-02-06T13:11:16.583398Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2023/02/KuvaPuuttuu.versio2-8.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8580/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8579,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.473489Z",
            "last_modified_time": "2024-02-06T13:11:16.473510Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rauhanturvmuistom_malja_peltokangas3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8579/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8578,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.359824Z",
            "last_modified_time": "2024-02-06T13:11:16.359844Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aimo-tukiainen-torielamaa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8578/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8577,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.312719Z",
            "last_modified_time": "2024-02-06T13:11:16.312760Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/menneetritarit.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8577/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8576,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.271633Z",
            "last_modified_time": "2024-02-06T13:11:16.271664Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/himmeli_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8576/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8575,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.228850Z",
            "last_modified_time": "2024-02-06T13:11:16.228871Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/silmä.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8575/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8574,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.145079Z",
            "last_modified_time": "2024-02-06T13:11:16.145106Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/elämänvirta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8574/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8573,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.103672Z",
            "last_modified_time": "2024-02-06T13:11:16.103690Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Kivi-Koskinen-netti.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8573/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8572,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.059894Z",
            "last_modified_time": "2024-02-06T13:11:16.059922Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/joy.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8572/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8571,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:16.016246Z",
            "last_modified_time": "2024-02-06T13:11:16.016265Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/silta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8571/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8570,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.973633Z",
            "last_modified_time": "2024-02-06T13:11:15.973657Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Valiojoukko_netti_2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8570/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8569,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.928146Z",
            "last_modified_time": "2024-02-06T13:11:15.928166Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/turbulenssi1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8569/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8568,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.885554Z",
            "last_modified_time": "2024-02-06T13:11:15.885577Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kiasma-skeitti-teos-1-fix.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8568/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8567,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.726345Z",
            "last_modified_time": "2024-02-06T13:11:15.726364Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/maalaistentalo1-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8567/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8566,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.648054Z",
            "last_modified_time": "2024-02-06T13:11:15.648085Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Karlsson-Sutisna.fix.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8566/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8565,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.521906Z",
            "last_modified_time": "2024-02-06T13:11:15.521934Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Lauttasaarenkarhu.vaaka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8565/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8563,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.426818Z",
            "last_modified_time": "2024-02-06T13:11:15.426849Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/MattiJaakko3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8563/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8562,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.382320Z",
            "last_modified_time": "2024-02-06T13:11:15.382342Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sini-puna-Kannelmaki-kopper-3.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8562/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8561,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.333515Z",
            "last_modified_time": "2024-02-06T13:11:15.333554Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Uhripaalu-1-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8561/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8560,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.285349Z",
            "last_modified_time": "2024-02-06T13:11:15.285372Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Augustus-1-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8560/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8559,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.236427Z",
            "last_modified_time": "2024-02-06T13:11:15.236449Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/didrichsen_atomi_kesa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8559/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8558,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.192134Z",
            "last_modified_time": "2024-02-06T13:11:15.192155Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/didrichsen_lepaava_closeup.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8558/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8557,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.147800Z",
            "last_modified_time": "2024-02-06T13:11:15.147821Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Aurinkokello-3-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8557/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8556,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.106893Z",
            "last_modified_time": "2024-02-06T13:11:15.106914Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Tyhja_hauta-1-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8556/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8555,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.061127Z",
            "last_modified_time": "2024-02-06T13:11:15.061154Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Didrichsen_saari.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8555/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8554,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:15.018428Z",
            "last_modified_time": "2024-02-06T13:11:15.018448Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Ristikko-1-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8554/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8553,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.974166Z",
            "last_modified_time": "2024-02-06T13:11:14.974187Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/cordula.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8553/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8552,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.931703Z",
            "last_modified_time": "2024-02-06T13:11:14.931742Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Didrichsen-Love-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8552/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8551,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.888014Z",
            "last_modified_time": "2024-02-06T13:11:14.888035Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Arktinen.afrodite.fix.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8551/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8550,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.836106Z",
            "last_modified_time": "2024-02-06T13:11:14.836126Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Auringonkukkapelto-1-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8550/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8549,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.793269Z",
            "last_modified_time": "2024-02-06T13:11:14.793289Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/didrichsen.crescendo.fix.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8549/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8548,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.747363Z",
            "last_modified_time": "2024-02-06T13:11:14.747384Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lepotauko.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8548/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8547,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.707345Z",
            "last_modified_time": "2024-02-06T13:11:14.707366Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/helinruoholahtiiso.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8547/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8546,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.652858Z",
            "last_modified_time": "2024-02-06T13:11:14.652878Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/isokäsi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8546/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8545,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.611132Z",
            "last_modified_time": "2024-02-06T13:11:14.611153Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Kannosto.Tiedontasot.5.fix.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8545/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8544,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.562859Z",
            "last_modified_time": "2024-02-06T13:11:14.562882Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Kaivanto.SininenSuora.fix.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8544/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8543,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.520443Z",
            "last_modified_time": "2024-02-06T13:11:14.520463Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Gekko.fix2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8543/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8542,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.476661Z",
            "last_modified_time": "2024-02-06T13:11:14.476693Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kuparibetonipylv-kukkonen.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8542/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8541,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.433778Z",
            "last_modified_time": "2024-02-06T13:11:14.433800Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/omfalomiini_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8541/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8540,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.317514Z",
            "last_modified_time": "2024-02-06T13:11:14.317536Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/chiaki-kobinata-2-tmh.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8540/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8539,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.274608Z",
            "last_modified_time": "2024-02-06T13:11:14.274629Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/verajankor-arabia4.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8539/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8538,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.233719Z",
            "last_modified_time": "2024-02-06T13:11:14.233762Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/suomenlinna-vankileiri-1-tmh.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8538/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8537,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:14.157373Z",
            "last_modified_time": "2024-02-06T13:11:14.157399Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kala-ja-poika-tmh-4.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8537/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8536,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.814781Z",
            "last_modified_time": "2024-02-06T13:11:13.814817Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/teetakahdelle.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8536/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8535,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.759711Z",
            "last_modified_time": "2024-02-06T13:11:13.759755Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tiedonpuu-punavuoressa-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8535/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8534,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.572371Z",
            "last_modified_time": "2024-02-06T13:11:13.572395Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/myllerrys-kaksi1f.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8534/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8533,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.528014Z",
            "last_modified_time": "2024-02-06T13:11:13.528057Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2024/01/1992_157_digi-1-scaled.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8533/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8532,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.484282Z",
            "last_modified_time": "2024-02-06T13:11:13.484304Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/porvoon-valtiopaivat-4.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8532/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8531,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.438980Z",
            "last_modified_time": "2024-02-06T13:11:13.439002Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aleksantK1FxTmh.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8531/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8530,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.329542Z",
            "last_modified_time": "2024-02-06T13:11:13.329564Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lepakko_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8530/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8529,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.186562Z",
            "last_modified_time": "2024-02-06T13:11:13.186584Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/arabianhevoset.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8529/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8528,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.140822Z",
            "last_modified_time": "2024-02-06T13:11:13.140844Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/huulet.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8528/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8527,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.059574Z",
            "last_modified_time": "2024-02-06T13:11:13.059598Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/opera-ophidia-4.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8527/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8526,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:13.014619Z",
            "last_modified_time": "2024-02-06T13:11:13.014640Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/paatepiste.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8526/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8525,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.964386Z",
            "last_modified_time": "2024-02-06T13:11:12.964408Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/suojaavataivas.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8525/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8524,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.917555Z",
            "last_modified_time": "2024-02-06T13:11:12.917575Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/mare-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8524/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8523,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.874187Z",
            "last_modified_time": "2024-02-06T13:11:12.874209Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kaarmeparatiisissa.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8523/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8522,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.825715Z",
            "last_modified_time": "2024-02-06T13:11:12.825758Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/merkkienjärjestäytyminen.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8522/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8521,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.781783Z",
            "last_modified_time": "2024-02-06T13:11:12.781806Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tytöt.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8521/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8520,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.732983Z",
            "last_modified_time": "2024-02-06T13:11:12.733002Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/valo-ja-aine-2.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8520/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8519,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.651264Z",
            "last_modified_time": "2024-02-06T13:11:12.651288Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lintuparatiisi-1-kf.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8519/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8518,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.605586Z",
            "last_modified_time": "2024-02-06T13:11:12.605607Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ei-nae-ei-kuule-ei-puhu-KF.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8518/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8517,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.548356Z",
            "last_modified_time": "2024-02-06T13:11:12.548384Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kide1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8517/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8516,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.506038Z",
            "last_modified_time": "2024-02-06T13:11:12.506059Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/alfa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8516/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8515,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.421028Z",
            "last_modified_time": "2024-02-06T13:11:12.421047Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/karuselli.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8515/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8514,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.339465Z",
            "last_modified_time": "2024-02-06T13:11:12.339484Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lentoon.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8514/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8513,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.255665Z",
            "last_modified_time": "2024-02-06T13:11:12.255685Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/piilopaikksininen.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8513/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8512,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.211785Z",
            "last_modified_time": "2024-02-06T13:11:12.211806Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/viesteja-varjageilta-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8512/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8511,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.158323Z",
            "last_modified_time": "2024-02-06T13:11:12.158343Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/helsingin-rakentajien-muistomerkki-1.jpeg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8511/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8510,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.115630Z",
            "last_modified_time": "2024-02-06T13:11:12.115660Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rauhanpaasi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8510/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8509,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.067248Z",
            "last_modified_time": "2024-02-06T13:11:12.067277Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/purukuminkolmehetkeä.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8509/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8508,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:12.026410Z",
            "last_modified_time": "2024-02-06T13:11:12.026428Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tesserakti_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8508/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8507,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.983934Z",
            "last_modified_time": "2024-02-06T13:11:11.983957Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vedet.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8507/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8506,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.931706Z",
            "last_modified_time": "2024-02-06T13:11:11.931745Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sirenankielet.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8506/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8505,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.886828Z",
            "last_modified_time": "2024-02-06T13:11:11.886850Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rakkaudentemppeli.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8505/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8504,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.836156Z",
            "last_modified_time": "2024-02-06T13:11:11.836178Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kuru.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8504/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8503,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.790042Z",
            "last_modified_time": "2024-02-06T13:11:11.790064Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kurkionlaskeutunut.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8503/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8502,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.711506Z",
            "last_modified_time": "2024-02-06T13:11:11.711526Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/juutalaispakolaisten_muistomerkki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8502/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8501,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.660961Z",
            "last_modified_time": "2024-02-06T13:11:11.660982Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/konslaaksolle-fix-tmh.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8501/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8500,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.618912Z",
            "last_modified_time": "2024-02-06T13:11:11.618942Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/waltari2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8500/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8499,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.573594Z",
            "last_modified_time": "2024-02-06T13:11:11.573630Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vuorovaikutus-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8499/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8498,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.529885Z",
            "last_modified_time": "2024-02-06T13:11:11.529906Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rinnakkaiselo-relief.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8498/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8497,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.375340Z",
            "last_modified_time": "2024-02-06T13:11:11.375367Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/mellunmaki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8497/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8496,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.331180Z",
            "last_modified_time": "2024-02-06T13:11:11.331201Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/crash.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8496/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8495,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.289366Z",
            "last_modified_time": "2024-02-06T13:11:11.289387Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/verkosto_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8495/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8494,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.238439Z",
            "last_modified_time": "2024-02-06T13:11:11.238458Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rautatientori.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8494/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8493,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.196826Z",
            "last_modified_time": "2024-02-06T13:11:11.196856Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kamppi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8493/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8492,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.151074Z",
            "last_modified_time": "2024-02-06T13:11:11.151093Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ruoholahti-small-.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8492/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8491,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.111303Z",
            "last_modified_time": "2024-02-06T13:11:11.111323Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ihminennousee.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8491/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8490,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.062650Z",
            "last_modified_time": "2024-02-06T13:11:11.062669Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/helsinki-1992-tmh.jpeg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8490/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8489,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:11.016718Z",
            "last_modified_time": "2024-02-06T13:11:11.016773Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/olo_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8489/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8488,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.967960Z",
            "last_modified_time": "2024-02-06T13:11:10.967990Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kukkula13-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8488/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8487,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.924411Z",
            "last_modified_time": "2024-02-06T13:11:10.924439Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aleksanteri_kauempaa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8487/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8486,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.883029Z",
            "last_modified_time": "2024-02-06T13:11:10.883052Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ystavyyspaivanmuistokivi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8486/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8485,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.833780Z",
            "last_modified_time": "2024-02-06T13:11:10.833804Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/yllätys.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8485/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8484,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.791204Z",
            "last_modified_time": "2024-02-06T13:11:10.791228Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/yhteistyömonumentti.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8484/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8483,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.744367Z",
            "last_modified_time": "2024-02-06T13:11:10.744389Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/yhteistyo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8483/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8482,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.699701Z",
            "last_modified_time": "2024-02-06T13:11:10.699723Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vuolukivinaamiot-3.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8482/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8481,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.648599Z",
            "last_modified_time": "2024-02-06T13:11:10.648620Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vr_100v2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8481/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8480,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.602232Z",
            "last_modified_time": "2024-02-06T13:11:10.602252Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vooki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8480/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8479,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.555525Z",
            "last_modified_time": "2024-02-06T13:11:10.555551Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vironkavijain-muistopatsas-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8479/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8478,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.514022Z",
            "last_modified_time": "2024-02-06T13:11:10.514050Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lasseviren.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8478/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8477,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.473252Z",
            "last_modified_time": "2024-02-06T13:11:10.473273Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/viisashiiri-3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8477/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8476,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.429398Z",
            "last_modified_time": "2024-02-06T13:11:10.429418Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/viheltävähelsinkilainen.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8476/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8475,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.382879Z",
            "last_modified_time": "2024-02-06T13:11:10.382912Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/viestejätuntemattomille.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8475/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8474,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.333437Z",
            "last_modified_time": "2024-02-06T13:11:10.333459Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/viaporin_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8474/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8473,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.289704Z",
            "last_modified_time": "2024-02-06T13:11:10.289747Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vesiteos.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8473/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8472,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.239207Z",
            "last_modified_time": "2024-02-06T13:11:10.239229Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vesileikki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8472/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8471,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.193524Z",
            "last_modified_time": "2024-02-06T13:11:10.193548Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vedenkantaja.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8471/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8470,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.144892Z",
            "last_modified_time": "2024-02-06T13:11:10.144912Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/varjoja_kesä.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8470/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8469,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.101237Z",
            "last_modified_time": "2024-02-06T13:11:10.101257Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vapaamuurarinhauta-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8469/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8468,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.051144Z",
            "last_modified_time": "2024-02-06T13:11:10.051162Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/mortius_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8468/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8467,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:10.010454Z",
            "last_modified_time": "2024-02-06T13:11:10.010475Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/valion_ulkoilmaveistos_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8467/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8466,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.965705Z",
            "last_modified_time": "2024-02-06T13:11:09.965755Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/valekuutio.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8466/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8465,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.924490Z",
            "last_modified_time": "2024-02-06T13:11:09.924519Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/urheilija.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8465/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8464,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.881095Z",
            "last_modified_time": "2024-02-06T13:11:09.881117Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/urbanisti-2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8464/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8463,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.833895Z",
            "last_modified_time": "2024-02-06T13:11:09.833914Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/urbaanipuu.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8463/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8462,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.792610Z",
            "last_modified_time": "2024-02-06T13:11:09.792631Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ulrika-eleonora-1-tmh.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8462/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8461,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.746868Z",
            "last_modified_time": "2024-02-06T13:11:09.746887Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lähde.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8461/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8460,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.706809Z",
            "last_modified_time": "2024-02-06T13:11:09.706833Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tyynyki2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8460/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8459,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.659683Z",
            "last_modified_time": "2024-02-06T13:11:09.659702Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/työläisäiti.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8459/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8458,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.617215Z",
            "last_modified_time": "2024-02-06T13:11:09.617235Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tursas-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8458/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8457,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.565315Z",
            "last_modified_time": "2024-02-06T13:11:09.565344Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pekka-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8457/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8456,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.519192Z",
            "last_modified_time": "2024-02-06T13:11:09.519211Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tuoksuvaaskel.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8456/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8455,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.473853Z",
            "last_modified_time": "2024-02-06T13:11:09.473887Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sotilaan-hauta-3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8455/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8454,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.427362Z",
            "last_modified_time": "2024-02-06T13:11:09.427384Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/topeliusjalapset.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8454/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8453,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.380713Z",
            "last_modified_time": "2024-02-06T13:11:09.380767Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/toivokuula.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8453/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8452,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.330402Z",
            "last_modified_time": "2024-02-06T13:11:09.330422Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tiedonpuu-2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8452/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8451,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.284468Z",
            "last_modified_time": "2024-02-06T13:11:09.284489Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/thaliajapegasos_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8451/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8450,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.237243Z",
            "last_modified_time": "2024-02-06T13:11:09.237262Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/teras_konstruktio.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8450/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8449,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.187542Z",
            "last_modified_time": "2024-02-06T13:11:09.187563Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tellervo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8449/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8448,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.134965Z",
            "last_modified_time": "2024-02-06T13:11:09.134985Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/taunopalo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8448/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8447,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.092389Z",
            "last_modified_time": "2024-02-06T13:11:09.092410Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tarujatotuus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8447/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8446,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:09.041840Z",
            "last_modified_time": "2024-02-06T13:11:09.041872Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tannerinportti.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8446/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8445,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.996299Z",
            "last_modified_time": "2024-02-06T13:11:08.996318Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/taloudellinen_tasapaino_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8445/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8444,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.953285Z",
            "last_modified_time": "2024-02-06T13:11:08.953303Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/taiteilijamedaljongit.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8444/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8443,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.911769Z",
            "last_modified_time": "2024-02-06T13:11:08.911789Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/taistelija_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8443/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8442,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.864791Z",
            "last_modified_time": "2024-02-06T13:11:08.864817Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tähystäjä.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8442/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8441,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.822867Z",
            "last_modified_time": "2024-02-06T13:11:08.822886Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/synnytys.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8441/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8440,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.781790Z",
            "last_modified_time": "2024-02-06T13:11:08.781813Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/symboli_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8440/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8439,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.732449Z",
            "last_modified_time": "2024-02-06T13:11:08.732468Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/suviseppele.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8439/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8438,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.690092Z",
            "last_modified_time": "2024-02-06T13:11:08.690114Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/surrealistinen_juhannussalko_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8438/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8437,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.641874Z",
            "last_modified_time": "2024-02-06T13:11:08.641897Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/suomalaisensotilaanhauta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8437/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8436,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.596783Z",
            "last_modified_time": "2024-02-06T13:11:08.596808Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lumiukko.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8436/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8435,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.547840Z",
            "last_modified_time": "2024-02-06T13:11:08.547862Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/s_kaivo2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8435/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8434,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.506221Z",
            "last_modified_time": "2024-02-06T13:11:08.506241Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/stoa_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8434/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8433,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.458184Z",
            "last_modified_time": "2024-02-06T13:11:08.458205Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/habsburg-5_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8433/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8432,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.414216Z",
            "last_modified_time": "2024-02-06T13:11:08.414235Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sokeritytto-2-tmh.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8432/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8431,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.363789Z",
            "last_modified_time": "2024-02-06T13:11:08.363811Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/soihtu_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8431/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8430,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.318213Z",
            "last_modified_time": "2024-02-06T13:11:08.318301Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sodanajannaisenpatsas.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8430/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8429,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.266613Z",
            "last_modified_time": "2024-02-06T13:11:08.266644Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/simpukka2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8429/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8428,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.217567Z",
            "last_modified_time": "2024-02-06T13:11:08.217597Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/stenius.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8428/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8427,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.163773Z",
            "last_modified_time": "2024-02-06T13:11:08.163794Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sibeliusmonumentti.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8427/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8426,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.121477Z",
            "last_modified_time": "2024-02-06T13:11:08.121499Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/seibtja2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8426/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8425,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.072020Z",
            "last_modified_time": "2024-02-06T13:11:08.072043Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sarastus_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8425/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8424,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:08.027531Z",
            "last_modified_time": "2024-02-06T13:11:08.027552Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/saksalaistensotilaidenhauta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8424/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8423,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.981516Z",
            "last_modified_time": "2024-02-06T13:11:07.981538Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sairaanhoitooppilaitos.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8423/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8422,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.936274Z",
            "last_modified_time": "2024-02-06T13:11:07.936295Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/saatytalon-suihkulahde-1_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8422/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8421,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.892192Z",
            "last_modified_time": "2024-02-06T13:11:07.892218Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sstj.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8421/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8420,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.842218Z",
            "last_modified_time": "2024-02-06T13:11:07.842238Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ruotsinsalmen_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8420/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8419,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.798076Z",
            "last_modified_time": "2024-02-06T13:11:07.798096Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rumba_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8419/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8418,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.749300Z",
            "last_modified_time": "2024-02-06T13:11:07.749319Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ristoryti.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8418/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8417,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.706375Z",
            "last_modified_time": "2024-02-06T13:11:07.706406Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rinnakk2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8417/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8416,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.658218Z",
            "last_modified_time": "2024-02-06T13:11:07.658237Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/helismaa2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8416/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8415,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.617929Z",
            "last_modified_time": "2024-02-06T13:11:07.617952Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rauhanpatsas.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8415/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8414,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.572975Z",
            "last_modified_time": "2024-02-06T13:11:07.572998Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ratsuhev.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8414/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8413,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.529466Z",
            "last_modified_time": "2024-02-06T13:11:07.529487Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rapakiv2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8413/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8412,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.484223Z",
            "last_modified_time": "2024-02-06T13:11:07.484246Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2024/01/ht000que-scaled.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8412/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8411,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.436794Z",
            "last_modified_time": "2024-02-06T13:11:07.436815Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/rakentajan-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8411/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8410,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.393137Z",
            "last_modified_time": "2024-02-06T13:11:07.393159Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pysyvienrakenteiden.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8410/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8409,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.342469Z",
            "last_modified_time": "2024-02-06T13:11:07.342495Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pyha-yrjana-ja-lohikaarme_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8409/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8408,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.297264Z",
            "last_modified_time": "2024-02-06T13:11:07.297286Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/propelli2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8408/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8407,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.250454Z",
            "last_modified_time": "2024-02-06T13:11:07.250476Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/punaisten-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8407/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8406,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.206072Z",
            "last_modified_time": "2024-02-06T13:11:07.206091Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pulut_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8406/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8405,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.158157Z",
            "last_modified_time": "2024-02-06T13:11:07.158176Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pukki2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8405/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8404,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.117247Z",
            "last_modified_time": "2024-02-06T13:11:07.117267Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/proteekkari.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8404/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8403,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.074401Z",
            "last_modified_time": "2024-02-06T13:11:07.074431Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Pronssikautinenhauta.kesa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8403/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8402,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:07.027190Z",
            "last_modified_time": "2024-02-06T13:11:07.027209Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pronssik.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8402/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8401,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.981257Z",
            "last_modified_time": "2024-02-06T13:11:06.981279Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/posliinimaalareita2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8401/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8400,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.929936Z",
            "last_modified_time": "2024-02-06T13:11:06.929957Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/portinvartija_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8400/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8399,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.883479Z",
            "last_modified_time": "2024-02-06T13:11:06.883501Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2017/05/poika_ja_kala20.gif",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8399/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8398,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.835786Z",
            "last_modified_time": "2024-02-06T13:11:06.835809Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pohjola2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8398/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8397,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.792515Z",
            "last_modified_time": "2024-02-06T13:11:06.792535Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/sankarihautamuistomerkki_pitäjänmäki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8397/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8396,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.745657Z",
            "last_modified_time": "2024-02-06T13:11:06.745678Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/leikkivatpojat.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8396/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8395,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.703805Z",
            "last_modified_time": "2024-02-06T13:11:06.703832Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/haagan-sankaripatsas.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8395/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8394,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.653915Z",
            "last_modified_time": "2024-02-06T13:11:06.653936Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pietarin_kalansaalis3_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8394/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8393,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.611255Z",
            "last_modified_time": "2024-02-06T13:11:06.611275Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pesvinhufvud.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8393/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8392,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.561551Z",
            "last_modified_time": "2024-02-06T13:11:06.561572Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/perhe_reliefi_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8392/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8391,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.517655Z",
            "last_modified_time": "2024-02-06T13:11:06.517676Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pellingin.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8391/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8390,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.473532Z",
            "last_modified_time": "2024-02-06T13:11:06.473552Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pallopojat_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8390/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8389,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.423402Z",
            "last_modified_time": "2024-02-06T13:11:06.423420Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/paivanlapset.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8389/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8388,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.380622Z",
            "last_modified_time": "2024-02-06T13:11:06.380651Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pain_merta_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8388/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8387,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.334623Z",
            "last_modified_time": "2024-02-06T13:11:06.334643Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/painottomuus_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8387/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8386,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.291945Z",
            "last_modified_time": "2024-02-06T13:11:06.291967Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/paavonurmi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8386/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8385,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.245003Z",
            "last_modified_time": "2024-02-06T13:11:06.245026Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/louhivuori-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8385/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8384,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.201697Z",
            "last_modified_time": "2024-02-06T13:11:06.201717Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/oodi2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8384/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8383,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.153856Z",
            "last_modified_time": "2024-02-06T13:11:06.153876Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/omega_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8383/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8382,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.111076Z",
            "last_modified_time": "2024-02-06T13:11:06.111096Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/olenitäolenlänsi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8382/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8381,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.065866Z",
            "last_modified_time": "2024-02-06T13:11:06.065898Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/odottamaton-4.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8381/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8380,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:06.023482Z",
            "last_modified_time": "2024-02-06T13:11:06.023502Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/nyrkkeilijät.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8380/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8379,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.980997Z",
            "last_modified_time": "2024-02-06T13:11:05.981019Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/nuortenleikki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8379/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8378,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.934329Z",
            "last_modified_time": "2024-02-06T13:11:05.934349Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/nuorihirvi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8378/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8377,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.891799Z",
            "last_modified_time": "2024-02-06T13:11:05.891822Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/nonstop2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8377/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8376,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.843197Z",
            "last_modified_time": "2024-02-06T13:11:05.843216Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/nocturnal_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8376/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8375,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.801618Z",
            "last_modified_time": "2024-02-06T13:11:05.801641Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/nereidi-3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8375/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8374,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.752676Z",
            "last_modified_time": "2024-02-06T13:11:05.752695Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/näyttelijätär.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8374/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8373,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.711044Z",
            "last_modified_time": "2024-02-06T13:11:05.711066Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/natura2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8373/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8372,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.667650Z",
            "last_modified_time": "2024-02-06T13:11:05.667682Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/juutalaisuhrien-muistomerkki3.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8372/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8371,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.624836Z",
            "last_modified_time": "2024-02-06T13:11:05.624858Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/narkissos2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8371/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8370,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.582065Z",
            "last_modified_time": "2024-02-06T13:11:05.582090Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/myllypuron-reliefi-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8370/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8369,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.534203Z",
            "last_modified_time": "2024-02-06T13:11:05.534226Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/monumtavallishr.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8369/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8368,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.491281Z",
            "last_modified_time": "2024-02-06T13:11:05.491303Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/moduli.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8368/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8367,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.444083Z",
            "last_modified_time": "2024-02-06T13:11:05.444106Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kuningasajatus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8367/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8366,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.402297Z",
            "last_modified_time": "2024-02-06T13:11:05.402318Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/metsäkauris.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8366/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8365,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.357066Z",
            "last_modified_time": "2024-02-06T13:11:05.357086Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/mesikämmenmuurahaispesällä.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8365/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8364,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.316529Z",
            "last_modified_time": "2024-02-06T13:11:05.316551Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/merestänoussut.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8364/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8363,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.274523Z",
            "last_modified_time": "2024-02-06T13:11:05.274552Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/merenneitbensow_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8363/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8362,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.225967Z",
            "last_modified_time": "2024-02-06T13:11:05.225988Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/merenkulkijoidenmuistomerkki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8362/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8361,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.184243Z",
            "last_modified_time": "2024-02-06T13:11:05.184270Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/macastren.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8361/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8360,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.135537Z",
            "last_modified_time": "2024-02-06T13:11:05.135558Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/marttojen-muistokivi-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8360/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8359,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.090830Z",
            "last_modified_time": "2024-02-06T13:11:05.090853Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/mannerheim_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8359/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8358,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.043299Z",
            "last_modified_time": "2024-02-06T13:11:05.043324Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/malmi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8358/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8357,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:05.002324Z",
            "last_modified_time": "2024-02-06T13:11:05.002346Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/maan-laulu-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8357/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8356,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.951631Z",
            "last_modified_time": "2024-02-06T13:11:04.951652Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/maammelaulun.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8356/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8355,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.910156Z",
            "last_modified_time": "2024-02-06T13:11:04.910185Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/maailmallerauha.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8355/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8354,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.862413Z",
            "last_modified_time": "2024-02-06T13:11:04.862435Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/maaemosuojeleepoikaansa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8354/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8353,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.818037Z",
            "last_modified_time": "2024-02-06T13:11:04.818062Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/maaemo_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8353/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8352,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.774927Z",
            "last_modified_time": "2024-02-06T13:11:04.774948Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/saari.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8352/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8351,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.730358Z",
            "last_modified_time": "2024-02-06T13:11:04.730378Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lyhdynkantajat-1.jpeg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8351/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8350,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.684986Z",
            "last_modified_time": "2024-02-06T13:11:04.685009Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lukutupa_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8350/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8349,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.627205Z",
            "last_modified_time": "2024-02-06T13:11:04.627237Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lukusali.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8349/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8348,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.575490Z",
            "last_modified_time": "2024-02-06T13:11:04.575522Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lauritahkopihkala.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8348/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8347,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.526993Z",
            "last_modified_time": "2024-02-06T13:11:04.527018Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/liikevo2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8347/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8346,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.485469Z",
            "last_modified_time": "2024-02-06T13:11:04.485491Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/liekehtivafenix.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8346/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8345,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.437643Z",
            "last_modified_time": "2024-02-06T13:11:04.437664Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/mechelin_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8345/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8344,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.396416Z",
            "last_modified_time": "2024-02-06T13:11:04.396440Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/leikkivat-karhut_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8344/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8343,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.350000Z",
            "last_modified_time": "2024-02-06T13:11:04.350022Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/jalkavakirykmentti11-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8343/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8342,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.307431Z",
            "last_modified_time": "2024-02-06T13:11:04.307450Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lehti_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8342/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8341,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.257145Z",
            "last_modified_time": "2024-02-06T13:11:04.257175Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/relanderinmuistomerkki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8341/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8340,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.213457Z",
            "last_modified_time": "2024-02-06T13:11:04.213479Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/laupias_samarialainen2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8340/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8339,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.163258Z",
            "last_modified_time": "2024-02-06T13:11:04.163276Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lasten-temppeli-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8339/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8338,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.120673Z",
            "last_modified_time": "2024-02-06T13:11:04.120693Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/larinparaske.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8338/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8337,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.076158Z",
            "last_modified_time": "2024-02-06T13:11:04.076191Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lapsia-sateenvarjon-alla-1.jpeg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8337/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8336,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:04.032677Z",
            "last_modified_time": "2024-02-06T13:11:04.032698Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lahestyminen_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8336/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8335,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.990255Z",
            "last_modified_time": "2024-02-06T13:11:03.990277Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kyöstikallion_muistopatsas.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8335/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8334,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.941628Z",
            "last_modified_time": "2024-02-06T13:11:03.941648Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kustaa_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8334/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8333,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.894711Z",
            "last_modified_time": "2024-02-06T13:11:03.894768Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kuoleva-soturi-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8333/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8332,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.844528Z",
            "last_modified_time": "2024-02-06T13:11:03.844550Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kuninkaallisen-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8332/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8331,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.798465Z",
            "last_modified_time": "2024-02-06T13:11:03.798487Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kuluttajaperhe-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8331/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8330,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.746675Z",
            "last_modified_time": "2024-02-06T13:11:03.746695Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kullerv2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8330/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8329,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.700885Z",
            "last_modified_time": "2024-02-06T13:11:03.700908Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/tapiorautavaara.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8329/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8328,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.647058Z",
            "last_modified_time": "2024-02-06T13:11:03.647088Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kotkia-3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8328/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8327,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.600804Z",
            "last_modified_time": "2024-02-06T13:11:03.600837Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kontulan.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8327/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8326,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.554452Z",
            "last_modified_time": "2024-02-06T13:11:03.554473Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/virasto-himmeli-pasila05-f.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8326/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8325,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.512389Z",
            "last_modified_time": "2024-02-06T13:11:03.512411Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kolme-geniusta-1-tmh.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8325/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8324,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.463925Z",
            "last_modified_time": "2024-02-06T13:11:03.463946Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kolme_astiaa_kantavaa_poikaa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8324/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8323,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.421916Z",
            "last_modified_time": "2024-02-06T13:11:03.421937Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kohtauspaikat_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8323/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8322,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.366281Z",
            "last_modified_time": "2024-02-06T13:11:03.366310Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kohtaaminen_merikanto2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8322/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8321,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.325695Z",
            "last_modified_time": "2024-02-06T13:11:03.325715Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kohottava_voima.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8321/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8320,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.274003Z",
            "last_modified_time": "2024-02-06T13:11:03.274026Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kohokuva-2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8320/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8319,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.228080Z",
            "last_modified_time": "2024-02-06T13:11:03.228102Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kolme-seppaa-new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8319/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8318,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.176277Z",
            "last_modified_time": "2024-02-06T13:11:03.176308Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kleobis-ja-biton-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8318/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8317,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.129683Z",
            "last_modified_time": "2024-02-06T13:11:03.129711Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Eduskunta-Stahlberg_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8317/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8316,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.074091Z",
            "last_modified_time": "2024-02-06T13:11:03.074124Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kivipuutarha.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8316/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8315,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:03.028683Z",
            "last_modified_time": "2024-02-06T13:11:03.028705Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kivinen-vieras-2-hr.jpeg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8315/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8314,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.976822Z",
            "last_modified_time": "2024-02-06T13:11:02.976857Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kivet2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8314/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8313,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.930272Z",
            "last_modified_time": "2024-02-06T13:11:02.930294Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kilpiveistos2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8313/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8312,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.888205Z",
            "last_modified_time": "2024-02-06T13:11:02.888228Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kilpimi2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8312/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8311,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.840324Z",
            "last_modified_time": "2024-02-06T13:11:02.840345Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kiikkuja.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8311/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8310,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.792267Z",
            "last_modified_time": "2024-02-06T13:11:02.792299Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kihlaus_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8310/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8309,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.745701Z",
            "last_modified_time": "2024-02-06T13:11:02.745722Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/keskustelu-tulevaisuudesta1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8309/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8308,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.701881Z",
            "last_modified_time": "2024-02-06T13:11:02.701902Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kenka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8308/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8307,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.657646Z",
            "last_modified_time": "2024-02-06T13:11:02.657667Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/keisarinnankivi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8307/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8306,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.614272Z",
            "last_modified_time": "2024-02-06T13:11:02.614294Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/keidas3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8306/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8305,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.563647Z",
            "last_modified_time": "2024-02-06T13:11:02.563672Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kehruu-ja-metsastys2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8305/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8304,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.520592Z",
            "last_modified_time": "2024-02-06T13:11:02.520612Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/wrede2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8304/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8303,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.474657Z",
            "last_modified_time": "2024-02-06T13:11:02.474679Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kauppiaita_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8303/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8302,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.428546Z",
            "last_modified_time": "2024-02-06T13:11:02.428569Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/katri1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8302/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8301,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.375069Z",
            "last_modified_time": "2024-02-06T13:11:02.375102Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/katkaistu_elama.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8301/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8300,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.331502Z",
            "last_modified_time": "2024-02-06T13:11:02.331522Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kasvu2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8300/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8299,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.284132Z",
            "last_modified_time": "2024-02-06T13:11:02.284153Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/karjala1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8299/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8298,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.232313Z",
            "last_modified_time": "2024-02-06T13:11:02.232334Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/karhu2-vn.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8298/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8297,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.185811Z",
            "last_modified_time": "2024-02-06T13:11:02.185836Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kapylan_mari_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8297/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8296,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.130897Z",
            "last_modified_time": "2024-02-06T13:11:02.130919Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ystavat_ja_kylanmiehet.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8296/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8295,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.089817Z",
            "last_modified_time": "2024-02-06T13:11:02.089841Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kallioaurinko_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8295/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8294,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:02.035324Z",
            "last_modified_time": "2024-02-06T13:11:02.035344Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kalat.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8294/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8293,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.987003Z",
            "last_modified_time": "2024-02-06T13:11:01.987027Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kalastava_karhu.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8293/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8292,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.932780Z",
            "last_modified_time": "2024-02-06T13:11:01.932800Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vapaakyyti_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8292/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8291,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.888249Z",
            "last_modified_time": "2024-02-06T13:11:01.888270Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kalapoika-4.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8291/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8290,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.837174Z",
            "last_modified_time": "2024-02-06T13:11:01.837193Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kaksi-lasta-3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8290/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8289,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.794668Z",
            "last_modified_time": "2024-02-06T13:11:01.794690Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kaksi_karhua3-tmh.JPG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8289/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8288,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.748520Z",
            "last_modified_time": "2024-02-06T13:11:01.748538Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kahlaaja_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8288/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8287,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.707867Z",
            "last_modified_time": "2024-02-06T13:11:01.707887Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kagaalin2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8287/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8286,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.659527Z",
            "last_modified_time": "2024-02-06T13:11:01.659546Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/snellman.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8286/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8285,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.616026Z",
            "last_modified_time": "2024-02-06T13:11:01.616046Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/lindfors-2-vn.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8285/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8284,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.574035Z",
            "last_modified_time": "2024-02-06T13:11:01.574056Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/juhlapoyta.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8284/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8283,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.526230Z",
            "last_modified_time": "2024-02-06T13:11:01.526256Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/juhani-aho_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8283/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8282,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.475045Z",
            "last_modified_time": "2024-02-06T13:11:01.475077Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/joutua2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8282/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8281,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.424698Z",
            "last_modified_time": "2024-02-06T13:11:01.424756Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/runeberg_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8281/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8280,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.375157Z",
            "last_modified_time": "2024-02-06T13:11:01.375179Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/itä-ja-länsi_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8280/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8279,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.329509Z",
            "last_modified_time": "2024-02-06T13:11:01.329532Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/maaisä.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8279/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8278,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.284212Z",
            "last_modified_time": "2024-02-06T13:11:01.284234Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/japanin_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8278/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8277,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.235953Z",
            "last_modified_time": "2024-02-06T13:11:01.235971Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/jaahyvaiset_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8277/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8276,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.192374Z",
            "last_modified_time": "2024-02-06T13:11:01.192396Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Myllykallion ittykki.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8276/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8275,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.143076Z",
            "last_modified_time": "2024-02-06T13:11:01.143094Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/itsenai2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8275/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8274,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.101400Z",
            "last_modified_time": "2024-02-06T13:11:01.101421Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Itamerentytar_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8274/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8273,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.051955Z",
            "last_modified_time": "2024-02-06T13:11:01.051975Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/istuva_tytto.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8273/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8272,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:01.010036Z",
            "last_modified_time": "2024-02-06T13:11:01.010057Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ilvekset1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8272/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8271,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.961501Z",
            "last_modified_time": "2024-02-06T13:11:00.961522Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ilmatorjunnan_muistomerkki2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8271/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8270,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.916004Z",
            "last_modified_time": "2024-02-06T13:11:00.916026Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ilmatarjasotka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8270/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8269,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.861258Z",
            "last_modified_time": "2024-02-06T13:11:00.861280Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ilmatar.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8269/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8268,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.818458Z",
            "last_modified_time": "2024-02-06T13:11:00.818479Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ilmarinen-ja-vainamoinenn.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8268/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8267,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.774957Z",
            "last_modified_time": "2024-02-06T13:11:00.774990Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ihmisia_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8267/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8266,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.720060Z",
            "last_modified_time": "2024-02-06T13:11:00.720080Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/hss2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8266/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8265,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.675279Z",
            "last_modified_time": "2024-02-06T13:11:00.675311Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/hopeiset-sillat-7.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8265/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8264,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.631589Z",
            "last_modified_time": "2024-02-06T13:11:00.631620Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/hitsaaja1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8264/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8263,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.586939Z",
            "last_modified_time": "2024-02-06T13:11:00.586962Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/historia-oikeustiede-filosofia-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8263/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8262,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.535339Z",
            "last_modified_time": "2024-02-06T13:11:00.535369Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/hirvi-3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8262/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8261,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.492797Z",
            "last_modified_time": "2024-02-06T13:11:00.492826Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/hiljaisuuden-jalanjäljet.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8261/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8260,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.445278Z",
            "last_modified_time": "2024-02-06T13:11:00.445299Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/finne_hevoset_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8260/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8259,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.398491Z",
            "last_modified_time": "2024-02-06T13:11:00.398511Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/borgström.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8259/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8258,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.354542Z",
            "last_modified_time": "2024-02-06T13:11:00.354574Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/helsingin-ensimmaisen-kirkon-ja-hautausmaan-muistokivi-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8258/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8257,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.310487Z",
            "last_modified_time": "2024-02-06T13:11:00.310507Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/heijastuksia.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8257/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8256,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.263410Z",
            "last_modified_time": "2024-02-06T13:11:00.263432Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/helsingin-rakentajien-muistomerkki-2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8256/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8255,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.221964Z",
            "last_modified_time": "2024-02-06T13:11:00.221986Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/helsinkiarch.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8255/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8254,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.176943Z",
            "last_modified_time": "2024-02-06T13:11:00.176968Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/manta-allas.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8254/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8253,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.133867Z",
            "last_modified_time": "2024-02-06T13:11:00.133889Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/hans-van-sanden-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8253/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8252,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.089059Z",
            "last_modified_time": "2024-02-06T13:11:00.089084Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/hanhiparvi-3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8252/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8251,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:11:00.035675Z",
            "last_modified_time": "2024-02-06T13:11:00.035695Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/haaksirikkoiset.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8251/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8250,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.988188Z",
            "last_modified_time": "2024-02-06T13:10:59.988214Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/gunnarbärlund.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8250/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8249,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.945824Z",
            "last_modified_time": "2024-02-06T13:10:59.945850Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/graniittipursi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8249/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8248,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.901699Z",
            "last_modified_time": "2024-02-06T13:10:59.901721Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/gornij_dubnjak2_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8248/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8247,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.854710Z",
            "last_modified_time": "2024-02-06T13:10:59.854759Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/georgmalmsten.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8247/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8246,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.811973Z",
            "last_modified_time": "2024-02-06T13:10:59.811997Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/pacius_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8246/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8245,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.769805Z",
            "last_modified_time": "2024-02-06T13:10:59.769837Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/floora.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8245/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8244,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.727457Z",
            "last_modified_time": "2024-02-06T13:10:59.727484Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/flaiflai.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8244/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8243,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.686594Z",
            "last_modified_time": "2024-02-06T13:10:59.686616Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/filosofia2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8243/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8242,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.636865Z",
            "last_modified_time": "2024-02-06T13:10:59.636884Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/fifty-cities_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8242/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8241,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.596229Z",
            "last_modified_time": "2024-02-06T13:10:59.596250Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/fazerinkukko.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8241/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8240,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.550492Z",
            "last_modified_time": "2024-02-06T13:10:59.550511Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/expose_new.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8240/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8239,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.508306Z",
            "last_modified_time": "2024-02-06T13:10:59.508327Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/esirippu.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8239/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8238,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.460622Z",
            "last_modified_time": "2024-02-06T13:10:59.460643Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/epigrammeja.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8238/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8237,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.419466Z",
            "last_modified_time": "2024-02-06T13:10:59.419486Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/emilha.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8237/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8236,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.366098Z",
            "last_modified_time": "2024-02-06T13:10:59.366130Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/eliaslönnrot.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8236/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8235,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.325202Z",
            "last_modified_time": "2024-02-06T13:10:59.325222Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/elaman_nektaria.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8235/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8234,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.284857Z",
            "last_modified_time": "2024-02-06T13:10:59.284880Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/einoleino.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8234/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8233,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.235877Z",
            "last_modified_time": "2024-02-06T13:10:59.235899Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/eilentänäänhuomenna.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8233/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8232,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.187955Z",
            "last_modified_time": "2024-02-06T13:10:59.187980Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ehrenstrom-ja-engel3.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8232/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8231,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.138968Z",
            "last_modified_time": "2024-02-06T13:10:59.138987Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/ehrensvardin-hauta-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8231/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8230,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.096622Z",
            "last_modified_time": "2024-02-06T13:10:59.096641Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/danaidit2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8230/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8229,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.050248Z",
            "last_modified_time": "2024-02-06T13:10:59.050267Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/crescendo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8229/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8228,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:59.009691Z",
            "last_modified_time": "2024-02-06T13:10:59.009711Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/convolvulus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8228/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8227,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.965164Z",
            "last_modified_time": "2024-02-06T13:10:58.965196Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/bramante1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8227/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8226,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.913660Z",
            "last_modified_time": "2024-02-06T13:10:58.913683Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/bigandy.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8226/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8225,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.861049Z",
            "last_modified_time": "2024-02-06T13:10:58.861070Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/betonisinfonia2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8225/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8224,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.815289Z",
            "last_modified_time": "2024-02-06T13:10:58.815313Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/arvo-turtiainen.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8224/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8223,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.748235Z",
            "last_modified_time": "2024-02-06T13:10:58.748255Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/virtanen-4.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8223/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8222,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.682811Z",
            "last_modified_time": "2024-02-06T13:10:58.682834Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/avoinsyli.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8222/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8221,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.629433Z",
            "last_modified_time": "2024-02-06T13:10:58.629455Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/AVARTE2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8221/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8220,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.562653Z",
            "last_modified_time": "2024-02-06T13:10:58.562687Z",
            "name": "",
            "url": "https://www.hamhelsinki.fi/wp-content/uploads/2024/01/ht000q2a-scaled.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8220/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8219,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.518359Z",
            "last_modified_time": "2024-02-06T13:10:58.518377Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aurinkokello_qvist.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8219/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8218,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.468481Z",
            "last_modified_time": "2024-02-06T13:10:58.468508Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aurinkolabyrintti1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8218/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8217,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.424993Z",
            "last_modified_time": "2024-02-06T13:10:58.425011Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/atlantit.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8217/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8216,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.381564Z",
            "last_modified_time": "2024-02-06T13:10:58.381585Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/arvid_morne.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8216/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8215,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.337037Z",
            "last_modified_time": "2024-02-06T13:10:58.337058Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/arcum-dentit-apollo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8215/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8214,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.295237Z",
            "last_modified_time": "2024-02-06T13:10:58.295257Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/vellonen-kiviallas-closeup2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8214/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8213,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.250383Z",
            "last_modified_time": "2024-02-06T13:10:58.250403Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/alkunaytos4.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8213/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8212,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.208909Z",
            "last_modified_time": "2024-02-06T13:10:58.208933Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/alkumuna.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8212/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8211,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.155562Z",
            "last_modified_time": "2024-02-06T13:10:58.155589Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aleksis-kivi.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8211/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8210,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.113333Z",
            "last_modified_time": "2024-02-06T13:10:58.113355Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aleksanteri1-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8210/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8209,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.065524Z",
            "last_modified_time": "2024-02-06T13:10:58.065552Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/albert-edelfelt_ateneum.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8209/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8208,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:58.025330Z",
            "last_modified_time": "2024-02-06T13:10:58.025349Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/äläjännitä.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8208/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8207,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.983808Z",
            "last_modified_time": "2024-02-06T13:10:57.983831Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aiti-ja-lapsi-tulevaisuus-1.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8207/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8206,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.936796Z",
            "last_modified_time": "2024-02-06T13:10:57.936815Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aitiyden-ilo2.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8206/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8205,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.895356Z",
            "last_modified_time": "2024-02-06T13:10:57.895375Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/äidinrakkaus.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8205/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8204,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.849120Z",
            "last_modified_time": "2024-02-06T13:10:57.849137Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/Nordenskiold_kesa2005.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8204/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8203,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.809306Z",
            "last_modified_time": "2024-02-06T13:10:57.809332Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/abckissa_nevalainen.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8203/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8202,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.761618Z",
            "last_modified_time": "2024-02-06T13:10:57.761637Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aamulla_akkijyrkka.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8202/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8201,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.719406Z",
            "last_modified_time": "2024-02-06T13:10:57.719425Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/aallottaria.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8201/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8200,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.675249Z",
            "last_modified_time": "2024-02-06T13:10:57.675278Z",
            "name": "",
            "url": "https://www.hel.fi/static/taimu/Kuvat/veistokset/kaksitoista-apostolia6-et.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8200/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8199,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:57.242295Z",
            "last_modified_time": "2024-02-06T13:10:57.242313Z",
            "name": "",
            "url": "https://www.hsy.fi/globalassets/hsy/kuvat/hsy_paatoimipiste.jpg?w=1600",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8199/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8198,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:56.258501Z",
            "last_modified_time": "2024-02-06T13:10:56.258523Z",
            "name": "",
            "url": "https://www.lekis.fi/files/lekis.tarinoi.fi/tiedostot/gungan.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8198/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8197,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:56.217022Z",
            "last_modified_time": "2024-02-06T13:10:56.217043Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B3CDF73B9-2CEF-44C8-9D2D-28D82D1D3FC3%7D/77947",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8197/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8196,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:56.174721Z",
            "last_modified_time": "2024-02-06T13:10:56.174765Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B9293133C-C75D-4E8E-AF2B-F70BA7E716BA%7D/77766",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8196/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8195,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:56.099089Z",
            "last_modified_time": "2024-02-06T13:10:56.099111Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B6A11690B-E5C5-4248-9324-6BF00BE29DBB%7D/77732",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8195/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8194,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:55.025615Z",
            "last_modified_time": "2024-02-06T13:10:55.025635Z",
            "name": "",
            "url": "https://tprimages.blob.core.windows.net/public/834/eca9d84c-7f5e-4b12-98df-a9d66ff2da6a.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8194/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8193,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:53.307619Z",
            "last_modified_time": "2024-02-06T13:10:53.307637Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/kanki-k-590867ab71c76.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8193/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8192,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:50.641164Z",
            "last_modified_time": "2024-02-06T13:10:50.641183Z",
            "name": "",
            "url": "https://tprimages.blob.core.windows.net/public/53/24920b57-2d5b-45e1-94e8-73b53e99f2a9.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8192/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8191,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:47.020684Z",
            "last_modified_time": "2024-02-06T13:10:47.020704Z",
            "name": "",
            "url": "https://tprimages.blob.core.windows.net/public/250/baf35a38-e099-418d-aebf-4cf14a0cedd5.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8191/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 7817,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:09:55.972130Z",
            "last_modified_time": "2024-02-06T13:10:45.086599Z",
            "name": "",
            "url": "https://www.hel.fi/static/ymk/harakka/harakanluontotalo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/7817/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8190,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:44.091648Z",
            "last_modified_time": "2024-02-06T13:10:44.091670Z",
            "name": "",
            "url": "https://farm1.staticflickr.com/965/41754751822_7a28f2f268_z.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8190/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8189,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:43.428404Z",
            "last_modified_time": "2024-02-06T13:10:43.428423Z",
            "name": "",
            "url": "https://liikunta.content.api.hel.fi/uploads/sites/2/2022/01/c9a65546-pihlajasaari_2009_18-1024x617.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8189/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8188,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:38.938620Z",
            "last_modified_time": "2024-02-06T13:10:38.938642Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/QClGSe9ieQ8ay8GMhcTbr86gpb9cOVp9CLnTE853LWc/1631531438/public/styles/scaled_large/public/2021-09/Aamunkoiton%20p%C3%A4iv%C3%A4koti.jpg?itok=0_bY0nO3",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8188/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8187,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:38.664485Z",
            "last_modified_time": "2024-02-06T13:10:38.664506Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/EGARn3mLnrM9yeASmHyY3XAzFJsp2tt-aG8zi9x6Ps0/1630668274/public/styles/scaled_medium/public/2021-09/kyl%C3%A4tupa%202.JPG?itok=gRdUdljR",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8187/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8186,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:38.619371Z",
            "last_modified_time": "2024-02-06T13:10:38.619391Z",
            "name": "",
            "url": "https://static.espoo.fi/sites/default/files/styles/scaled_medium/public/2021-11/Ymmersta.jpg?itok=Y1-9A1Oz",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8186/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8185,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:37.620507Z",
            "last_modified_time": "2024-02-06T13:10:37.620530Z",
            "name": "",
            "url": "https://static.espoo.fi/sites/default/files/styles/scaled_medium/public/2021-10/Ajurinm%C3%A4ki.jpg?itok=67nT7exp",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8185/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8184,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:36.918149Z",
            "last_modified_time": "2024-02-06T13:10:36.918169Z",
            "name": "",
            "url": "https://static.espoo.fi/sites/default/files/styles/scaled_large/public/2021-10/Avokkaan%20p%C3%A4iv%C3%A4koti.jpg?itok=0iyq-_0d",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8184/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8183,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:36.807818Z",
            "last_modified_time": "2024-02-06T13:10:36.807840Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/CgUOJL9lIfe_0WDUGCSMB0Hm_YNPxZ_zMIAMC5OIDjI/1632994976/public/styles/scaled_large/public/2021-09/Maakirjan%20p%C3%A4iv%C3%A4koti.jpg?itok=pkkHrCVo",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8183/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8182,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:36.760697Z",
            "last_modified_time": "2024-02-06T13:10:36.760719Z",
            "name": "",
            "url": "https://static.espoo.fi/sites/default/files/styles/scaled_large/public/2021-10/Lystinm%C3%A4en%20p%C3%A4iv%C3%A4koti.jpg?itok=cbxNMztw",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8182/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8181,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.956702Z",
            "last_modified_time": "2024-02-06T13:10:35.956721Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/VFrEGECnKlGZzsfJ4NEVHuf6xTyDIH_KB2DjKem1yBQ/1630412000/public/2021-08/MicrosoftTeams-image%20%289%29.png",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8181/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8180,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.911964Z",
            "last_modified_time": "2024-02-06T13:10:35.911985Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/keGzuZS4GNgI1g-XKCGvAI-CNtTqujjinG1lOIgriGc/1630408518/public/2021-08/MicrosoftTeams-image%20%288%29.png",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8180/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8179,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.858416Z",
            "last_modified_time": "2024-02-06T13:10:35.858447Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/3GIF2AOM7TJB5Jhu8fhM3KunN0eBDncBfdj6sJ35fQ8/1630933393/public/2021-09/Gr%C3%A4san%20taitojen%20talo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8179/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8178,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.817585Z",
            "last_modified_time": "2024-02-06T13:10:35.817605Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/Jk6r1T4py0ncRt1dpJYS8PT6C8SIdm9Yk_ej8mjO79Y/1630407159/public/2021-08/florian-olivo-Mf23RF8xArY-unsplash.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8178/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8177,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.774164Z",
            "last_modified_time": "2024-02-06T13:10:35.774186Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/WDF3OFBD8Z-PGaQLEwdz0IxnpMTQ40yyTUBmDGDyKks/1630405419/public/2021-08/lepp%C3%A4vaaran_nuorisotila.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8177/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8176,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.732050Z",
            "last_modified_time": "2024-02-06T13:10:35.732069Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/jqPzKGNkcX52bZWO4-VkryyMXHSBD00w31hzH1jiWbk/1630410194/public/2021-08/monarin%20sivu.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8176/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8175,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.690585Z",
            "last_modified_time": "2024-02-06T13:10:35.690606Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/kTRZVAlCW-onlccSaEij306WUUluQo4Fw24u0OKyDYs/1699278066/public/2023-11/MicrosoftTeams-image%20%289%29.png",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8175/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8174,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.648306Z",
            "last_modified_time": "2024-02-06T13:10:35.648328Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/fAcEGX6a-E2RmGYqFASh_i-JoMXlGnTD26RsLXauHOQ/1630403240/public/2021-08/N%C3%B6ykki%C3%B6n%20nuorisotila.png",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8174/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8173,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.606694Z",
            "last_modified_time": "2024-02-06T13:10:35.606740Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/tjXFNtT59JIcv6q7G5-DSqFKlTC3LQHDwAv_rTW_ZcA/1630404489/public/2021-08/Soukan_nuorisotila.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8173/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8172,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.559599Z",
            "last_modified_time": "2024-02-06T13:10:35.559620Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/IAUDXI5aCEMd-BR-xiQcRAo7kRFQmIIRiwUzQ4I-kAA/1630412554/public/2021-08/Kivenlahden_nuorisotila.png",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8172/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8171,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.518505Z",
            "last_modified_time": "2024-02-06T13:10:35.518527Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/1RtYsLzyy2h7tq_8-NGUP-Ggd24ffWUPKpHNvPQAKIk/1630390088/public/2021-08/LuukkuLogo.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8171/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8170,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.475146Z",
            "last_modified_time": "2024-02-06T13:10:35.475169Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/wUBF0i9UvfcxfF6kuqXCdxMvYRg8DrVjiN5SPoGM79Q/1630390414/public/2021-08/Kauklahden%20nuorisotila.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8170/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8169,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.430681Z",
            "last_modified_time": "2024-02-06T13:10:35.430702Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/pwJ_1hbw5DWfu4IeKW3H2oHULL11O6ETDjX0frtsOFQ/1630390214/public/2021-08/rentolalogo_0.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8169/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8168,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.390859Z",
            "last_modified_time": "2024-02-06T13:10:35.390881Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/1jeCQRLy4SsTjC2Q8IotFKQUXx76PiDtX6ur81oQFao/1630415450/public/2021-08/MicrosoftTeams-image%20%2810%29.png",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8168/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8167,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.344872Z",
            "last_modified_time": "2024-02-06T13:10:35.344893Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/ZTBHxR2-jp8n",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8167/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8166,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.225109Z",
            "last_modified_time": "2024-02-06T13:10:35.225137Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/z8P9hkRszQT",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8166/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8165,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.181942Z",
            "last_modified_time": "2024-02-06T13:10:35.181965Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/jNnRnrcZzTMQ",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8165/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8164,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:35.057959Z",
            "last_modified_time": "2024-02-06T13:10:35.057980Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/7KP2kkHdtkWC",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8164/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8163,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.979024Z",
            "last_modified_time": "2024-02-06T13:10:34.979046Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/JF9ZF9kW5P_W",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8163/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8162,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.904566Z",
            "last_modified_time": "2024-02-06T13:10:34.904590Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/-P-Szt7-PQPW",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8162/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8161,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.757892Z",
            "last_modified_time": "2024-02-06T13:10:34.757911Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/fzXwBRCZPkFv",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8161/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8160,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.717888Z",
            "last_modified_time": "2024-02-06T13:10:34.717909Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/2-TXDzB6LVVw",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8160/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8159,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.662943Z",
            "last_modified_time": "2024-02-06T13:10:34.662963Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/ZLrpKNxQVrwc",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8159/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8158,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.592138Z",
            "last_modified_time": "2024-02-06T13:10:34.592159Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/FkLxPJdNtS_S",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8158/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8157,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.516157Z",
            "last_modified_time": "2024-02-06T13:10:34.516179Z",
            "name": "",
            "url": "https://aikuisopisto.vantaa.fi/sites/default/files/styles/hero_xl/public/image/PT_aikuisopistoa__10.07.01.jpg?h=fcf25457&itok=ac4YMNPv",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8157/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8156,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.436631Z",
            "last_modified_time": "2024-02-06T13:10:34.436653Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/KHvzF2kNrfcG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8156/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8155,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.394697Z",
            "last_modified_time": "2024-02-06T13:10:34.394718Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/wrfF__zKPmt7",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8155/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8154,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.204026Z",
            "last_modified_time": "2024-02-06T13:10:34.204048Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/NCrGwmWKHzLr",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8154/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8153,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.154994Z",
            "last_modified_time": "2024-02-06T13:10:34.155015Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/Jx9j6skG78xw",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8153/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8152,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:34.035624Z",
            "last_modified_time": "2024-02-06T13:10:34.035645Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/zkcBWJR2GC7q",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8152/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8151,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.992123Z",
            "last_modified_time": "2024-02-06T13:10:33.992150Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/MGZJQZLXS-bD",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8151/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8150,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.874924Z",
            "last_modified_time": "2024-02-06T13:10:33.874949Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/PxPV2RCXnkTF",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8150/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8149,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.823850Z",
            "last_modified_time": "2024-02-06T13:10:33.823879Z",
            "name": "",
            "url": "https://www.vantaa.fi/sites/default/files/styles/16_9_xl/public/image/SAl-peltolan%20koulu-DSC6237.jpg?h=1be3dcd8&itok=t5TfwlMJ",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8149/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8148,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.665954Z",
            "last_modified_time": "2024-02-06T13:10:33.665987Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/mvHVcfv7g9s6",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8148/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8147,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.622426Z",
            "last_modified_time": "2024-02-06T13:10:33.622451Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/-Q9-nwtkKVJC",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8147/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8146,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.540068Z",
            "last_modified_time": "2024-02-06T13:10:33.540089Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/644b6ab984b27779083178.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8146/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8145,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.417627Z",
            "last_modified_time": "2024-02-06T13:10:33.417648Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/5df8fcd048e8b855259790.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8145/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8144,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.116096Z",
            "last_modified_time": "2024-02-06T13:10:33.116120Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/dd7b-LzLTphn",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8144/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8143,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:33.033553Z",
            "last_modified_time": "2024-02-06T13:10:33.033574Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/QfgTjzD9QMG8",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8143/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8142,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.993161Z",
            "last_modified_time": "2024-02-06T13:10:32.993183Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/prpB_PLdw9gH",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8142/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8141,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.909016Z",
            "last_modified_time": "2024-02-06T13:10:32.909038Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/dp5VFFpqNn5g",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8141/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8140,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.821160Z",
            "last_modified_time": "2024-02-06T13:10:32.821188Z",
            "name": "",
            "url": "http://www.vantaa.fi/instancedata/prime_product_julkaisu/vantaa/embeds/vantaawwwstructure/391a0b519a30874c602e618f3dabd184aa570d7c.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8140/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8139,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.739087Z",
            "last_modified_time": "2024-02-06T13:10:32.739106Z",
            "name": "",
            "url": "https://konfo-files.opintopolku.fi/oppilaitos-teemakuva/1.2.246.562.10.56464832593/da1bf803-9b3e-4fec-9fb5-c512e4dfaeaa.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8139/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8138,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.653709Z",
            "last_modified_time": "2024-02-06T13:10:32.653751Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/khQq5b6LDn5M",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8138/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8137,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.538428Z",
            "last_modified_time": "2024-02-06T13:10:32.538460Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/jzxQ-VQ8PbJJ",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8137/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8136,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.293378Z",
            "last_modified_time": "2024-02-06T13:10:32.293399Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/gxV8GZqShFw5",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8136/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8135,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.205557Z",
            "last_modified_time": "2024-02-06T13:10:32.205580Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/kfCxrxgLQTGn",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8135/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8134,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.118773Z",
            "last_modified_time": "2024-02-06T13:10:32.118794Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/KJF6SmFJPCW5",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8134/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8133,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.074973Z",
            "last_modified_time": "2024-02-06T13:10:32.074996Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/THL_t-wmxvDn",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8133/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8132,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:32.029944Z",
            "last_modified_time": "2024-02-06T13:10:32.029966Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/xXCrt772LCL9",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8132/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8131,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.987969Z",
            "last_modified_time": "2024-02-06T13:10:31.987993Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/rx67jWkxV9MR",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8131/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8130,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.835336Z",
            "last_modified_time": "2024-02-06T13:10:31.835356Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/tpmsZLHPhXWB",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8130/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8129,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.793648Z",
            "last_modified_time": "2024-02-06T13:10:31.793670Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/--KkK9NBRhrs",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8129/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8128,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.746318Z",
            "last_modified_time": "2024-02-06T13:10:31.746339Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/2pZm_cND2gN2",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8128/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8127,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.661971Z",
            "last_modified_time": "2024-02-06T13:10:31.661992Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/SHwGnxRwhbjL",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8127/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8126,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.620155Z",
            "last_modified_time": "2024-02-06T13:10:31.620176Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/5ed8d2e3e3b59199887622.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8126/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8125,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.539367Z",
            "last_modified_time": "2024-02-06T13:10:31.539388Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/tVJCw88mgKCz",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8125/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8124,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.349597Z",
            "last_modified_time": "2024-02-06T13:10:31.349615Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/_qvNQHkGcNZv",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8124/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8123,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:31.307301Z",
            "last_modified_time": "2024-02-06T13:10:31.307322Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/xnDqk2Qh_GfR",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8123/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8081,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.227214Z",
            "last_modified_time": "2024-02-06T13:10:31.224290Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/ZHnNQzCddSdP",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8081/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8122,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.939562Z",
            "last_modified_time": "2024-02-06T13:10:30.939583Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/HbQkL9KSM9Km",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8122/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8121,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.858792Z",
            "last_modified_time": "2024-02-06T13:10:30.858812Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/5QTBmTRz_9sW",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8121/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8120,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.785660Z",
            "last_modified_time": "2024-02-06T13:10:30.785681Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/wRMwQ-2HKnLd",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8120/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8119,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.674116Z",
            "last_modified_time": "2024-02-06T13:10:30.674138Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/xXcStGfh8D2X",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8119/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8118,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.557041Z",
            "last_modified_time": "2024-02-06T13:10:30.557062Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/DP26z86TZKD8",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8118/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8117,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.416291Z",
            "last_modified_time": "2024-02-06T13:10:30.416311Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/8SwMfWnM52pW",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8117/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8116,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.374343Z",
            "last_modified_time": "2024-02-06T13:10:30.374367Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/vbzMQpTvKPgw",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8116/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8115,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.325305Z",
            "last_modified_time": "2024-02-06T13:10:30.325324Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/9fr-twMhPHNT",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8115/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8114,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.284155Z",
            "last_modified_time": "2024-02-06T13:10:30.284177Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/NJkgSWQq7Cc7",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8114/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8113,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.135858Z",
            "last_modified_time": "2024-02-06T13:10:30.135878Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/kSFfwQQVS5_9",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8113/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8112,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:30.015077Z",
            "last_modified_time": "2024-02-06T13:10:30.015108Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/img-20180525-150607-5b07fd2c8ce8e8-10816082.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8112/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8111,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.954203Z",
            "last_modified_time": "2024-02-06T13:10:29.954232Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/JjMB8PgRGpVW",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8111/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8110,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.844300Z",
            "last_modified_time": "2024-02-06T13:10:29.844320Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/x2V9p-2BwFXP",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8110/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8109,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.734337Z",
            "last_modified_time": "2024-02-06T13:10:29.734364Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/bdW8vBbwRmBX",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8109/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8108,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.650047Z",
            "last_modified_time": "2024-02-06T13:10:29.650067Z",
            "name": "",
            "url": "https://www.vantaa.fi/sites/default/files/styles/16_9_xl/public/image/lansimaen-koulu-b-ovi.jpg?h=a5eb5da0&itok=5_n0EIgE",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8108/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8107,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.576927Z",
            "last_modified_time": "2024-02-06T13:10:29.576950Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/kQ9Ww5HjxbNh",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8107/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8106,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.501175Z",
            "last_modified_time": "2024-02-06T13:10:29.501194Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/KrG6QP7MSfHW",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8106/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8105,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.456638Z",
            "last_modified_time": "2024-02-06T13:10:29.456656Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/vgbpZsWT5tGn",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8105/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8104,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.319594Z",
            "last_modified_time": "2024-02-06T13:10:29.319614Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/_XNPfHCJC9Kh",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8104/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8103,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.247383Z",
            "last_modified_time": "2024-02-06T13:10:29.247410Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/zXXLhf7vQ_jC",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8103/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8102,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.132681Z",
            "last_modified_time": "2024-02-06T13:10:29.132701Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/2018-05-30-tikkurila-01-5b179efb03aa35-80097182.jpeg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8102/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8101,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:29.091105Z",
            "last_modified_time": "2024-02-06T13:10:29.091126Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/DJnxwd_Zpp6w",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8101/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8100,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.974277Z",
            "last_modified_time": "2024-02-06T13:10:28.974298Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/Znt-Hm5TTCjm",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8100/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8099,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.819633Z",
            "last_modified_time": "2024-02-06T13:10:28.819654Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/img-2539-57a351c6769d5.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8099/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8098,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.771422Z",
            "last_modified_time": "2024-02-06T13:10:28.771459Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/sxvrkP2qg5cj",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8098/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8097,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.654898Z",
            "last_modified_time": "2024-02-06T13:10:28.654919Z",
            "name": "",
            "url": "https://drive.google.com/file/d/1f72Re3wr9Y5d9SCBegX-n5Zz3a4bC8mm/view?usp=sharing",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8097/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8096,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.573652Z",
            "last_modified_time": "2024-02-06T13:10:28.573678Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/hQBmRqDpVSxs",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8096/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8095,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.526347Z",
            "last_modified_time": "2024-02-06T13:10:28.526369Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/jCzjTcM6VGNs",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8095/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8094,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.416083Z",
            "last_modified_time": "2024-02-06T13:10:28.416104Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/JHLcLTW7P_5w",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8094/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8093,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.371933Z",
            "last_modified_time": "2024-02-06T13:10:28.371957Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/kirjasto-5b1546cd47a9f9-30697554.png",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8093/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8092,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.326421Z",
            "last_modified_time": "2024-02-06T13:10:28.326440Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/BXnm7zjbK5BH",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8092/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8091,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.183984Z",
            "last_modified_time": "2024-02-06T13:10:28.184006Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/629667667fa6f732883483.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8091/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8090,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.104624Z",
            "last_modified_time": "2024-02-06T13:10:28.104646Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/TQMbXcbrqKDG",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8090/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8089,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:28.021506Z",
            "last_modified_time": "2024-02-06T13:10:28.021525Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/cjDcLJWP8KtN",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8089/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8088,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.942614Z",
            "last_modified_time": "2024-02-06T13:10:27.942633Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/btD9JWXq7_FR",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8088/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8087,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.900288Z",
            "last_modified_time": "2024-02-06T13:10:27.900311Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/SxJvGjSS5Bsg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8087/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8086,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.815949Z",
            "last_modified_time": "2024-02-06T13:10:27.815967Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/B9L6dwk6-9wV",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8086/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8085,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.672995Z",
            "last_modified_time": "2024-02-06T13:10:27.673015Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/bDj9sTzSbbXQ",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8085/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8084,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.630223Z",
            "last_modified_time": "2024-02-06T13:10:27.630241Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/THPFR6rXQq6Q",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8084/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8083,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.518264Z",
            "last_modified_time": "2024-02-06T13:10:27.518281Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/zDVCqnmVzLbg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8083/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8082,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.275980Z",
            "last_modified_time": "2024-02-06T13:10:27.276002Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/thrS8hhNfKrL",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8082/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8080,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.083635Z",
            "last_modified_time": "2024-02-06T13:10:27.083655Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/LptTxQ89VZvx",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8080/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8079,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:27.042658Z",
            "last_modified_time": "2024-02-06T13:10:27.042676Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/bFwFQBqCqqT9",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8079/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8078,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:26.961537Z",
            "last_modified_time": "2024-02-06T13:10:26.961559Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/nqM-FskDkC_r",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8078/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8077,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:26.918501Z",
            "last_modified_time": "2024-02-06T13:10:26.918520Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/PSxcLqZfP9TJ",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8077/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8076,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:26.874565Z",
            "last_modified_time": "2024-02-06T13:10:26.874595Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/xmbHVtBsDfJQ",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8076/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8075,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:26.762330Z",
            "last_modified_time": "2024-02-06T13:10:26.762348Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/lumo-4788x3192-dani-ronnqvist-565d36dc.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8075/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8074,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:26.720936Z",
            "last_modified_time": "2024-02-06T13:10:26.720957Z",
            "name": "",
            "url": "https://kirkanta.kirjastot.fi/files/photos/medium/20180530-065405-5b97797a633bb2-08095997.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8074/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8073,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:26.668229Z",
            "last_modified_time": "2024-02-06T13:10:26.668258Z",
            "name": "",
            "url": "https://vantaa.emmi.fi/l/dT_FpVqpHtjT",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8073/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8072,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:26.588016Z",
            "last_modified_time": "2024-02-06T13:10:26.588038Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/49eMhEAMRCuIgQUNffUUafUwYlF1F4FLKQasJ0tXomQ/1625206110/public/styles/scaled_medium/public/2021-07/N%C3%B6ykki%C3%B6nlaakso_DSC_8463_1600x600.jpg?itok=eCRAiKWe",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8072/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8071,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:26.541610Z",
            "last_modified_time": "2024-02-06T13:10:26.541629Z",
            "name": "",
            "url": "https://static.espoo.fi/sites/default/files/styles/scaled_medium/public/2021-07/Mankkaanpuro_DSC_9404_1600x600.jpg?itok=1NeqFbnM",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8071/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8069,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:25.648375Z",
            "last_modified_time": "2024-02-06T13:10:25.648397Z",
            "name": "",
            "url": "http://rastiksenmopohalli.munstadi.fi/files/2015/05/banner5-1024x340.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8069/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8068,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:25.305788Z",
            "last_modified_time": "2024-02-06T13:10:25.305810Z",
            "name": "",
            "url": "https://www.hel.fi/static/liitteet/kasvatuksen-ja-koulutuksen-toimiala/ip-toiminta/Kuvat/MLL-Laajasalo-17004.jpg",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8068/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8067,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.749847Z",
            "last_modified_time": "2024-02-06T13:10:24.749870Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7BF473F488-E849-4AF3-9D7F-2E6F3101C8AA%7D/77853",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8067/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8066,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.709341Z",
            "last_modified_time": "2024-02-06T13:10:24.709366Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7BA4A85DA5-DE9D-4FF9-B43A-2E19B9D7A525%7D/77747",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8066/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8065,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.660399Z",
            "last_modified_time": "2024-02-06T13:10:24.660417Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B208FEF55-4346-407B-A56A-E287BAE1B0A8%7D/77828",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8065/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8064,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.617614Z",
            "last_modified_time": "2024-02-06T13:10:24.617634Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B90DFAA61-FC67-4F4C-8D36-B74E5742ACD8%7D/77811",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8064/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8063,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.573777Z",
            "last_modified_time": "2024-02-06T13:10:24.573802Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B74E5A8B5-608A-44A8-9279-3E35B3190D78%7D/77978",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8063/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8062,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.528506Z",
            "last_modified_time": "2024-02-06T13:10:24.528528Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B46125BBB-DD08-49CC-99F0-0D97EE9BC05A%7D/77946",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8062/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8061,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.486805Z",
            "last_modified_time": "2024-02-06T13:10:24.486829Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B879203B7-1414-4EAC-AD9E-ACBD07DB6409%7D/77794",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8061/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8060,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.433463Z",
            "last_modified_time": "2024-02-06T13:10:24.433484Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7BB4934839-52B7-47C7-8649-961052C5F88A%7D/77616",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8060/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8059,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.391424Z",
            "last_modified_time": "2024-02-06T13:10:24.391445Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B0E8C4ED0-B4E1-4A84-842E-D22BACD24330%7D/77739",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8059/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8058,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.341619Z",
            "last_modified_time": "2024-02-06T13:10:24.341640Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7BA62A74E8-F3EE-46C5-B386-FC2185B0EE2E%7D/77800",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8058/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8057,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.297521Z",
            "last_modified_time": "2024-02-06T13:10:24.297541Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7BB5758F72-36CF-4BE0-9381-8C993BE6D2BA%7D/77755",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8057/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8056,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.250276Z",
            "last_modified_time": "2024-02-06T13:10:24.250294Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B713ADE4E-BFAE-4C3F-A8FB-53496DE7E878%7D/77940",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8056/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8055,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.207935Z",
            "last_modified_time": "2024-02-06T13:10:24.207956Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7BEDA72CA8-514A-4645-89ED-1AC4CD4E290B%7D/77762",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8055/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8054,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.158117Z",
            "last_modified_time": "2024-02-06T13:10:24.158135Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B7BAEBD1A-46C0-4463-96AC-3DCEAEC81B76%7D/77920",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8054/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8053,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.115813Z",
            "last_modified_time": "2024-02-06T13:10:24.115834Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B4F1D3DA0-DE0D-44A4-8840-FD9B8B123D75%7D/77819",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8053/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8052,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.074166Z",
            "last_modified_time": "2024-02-06T13:10:24.074187Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B6DDA1E18-3E6D-4A52-896B-B768746888E3%7D/94668",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8052/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8051,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:24.034303Z",
            "last_modified_time": "2024-02-06T13:10:24.034320Z",
            "name": "",
            "url": "https://www.esbo.fi/download/noname/%7B557929C9-9462-4E73-81D3-CDDADBCFF8C1%7D/77941",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8051/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8050,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:23.993833Z",
            "last_modified_time": "2024-02-06T13:10:23.993853Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/pzi6aJo9lyRKFmpK5NcITJzYwol-dly13ydXR78YPVA/1632220087/public/styles/scaled_medium/public/2021-09/Haukilahden%20p%C3%A4iv%C3%A4koti.jpg?itok=YmGoeSUi",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8050/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8049,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:23.951508Z",
            "last_modified_time": "2024-02-06T13:10:23.951527Z",
            "name": "",
            "url": "https://static.espoo.fi/sites/default/files/styles/scaled_large/public/2021-10/Pikkukarhu.jpg?itok=7ZNo3X0D",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8049/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8048,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:23.911844Z",
            "last_modified_time": "2024-02-06T13:10:23.911864Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/v6_3MvoD-zj5BMb_WWIeX9mKHZbc8SCeP_4yvU_PQLo/1632207189/public/styles/scaled_medium/public/2021-09/Juvanpuisto%20%281%29.jpg?itok=vihvMCYz",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8048/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8047,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:23.834788Z",
            "last_modified_time": "2024-02-06T13:10:23.834809Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/aoVV0FYFAiWMqh_rq1w7sCWlWCFuZbifQ3qlGWN-Qko/1631527841/public/styles/scaled_large/public/2021-09/Matinkyl%C3%A4n%20p%C3%A4iv%C3%A4koti.jpg?itok=Pm0hYIy0",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8047/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8046,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:23.792637Z",
            "last_modified_time": "2024-02-06T13:10:23.792659Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/v4dJqWrA6KsuqezsbsMGp_gxzz4QllV1Gy4Dz4GmIio/1631622238/public/styles/scaled_large/public/2021-09/Taavinkyl%C3%A4n%20lastentalo.jpg?itok=vZmQJz-B",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8046/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8045,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:23.711426Z",
            "last_modified_time": "2024-02-06T13:10:23.711447Z",
            "name": "",
            "url": "https://static.espoo.fi/cdn/ff/by1TsVWFNpqaJYf0fMp0x8yfQ0mkii77JR7NXGsY3Bg/1632134968/public/styles/scaled_large/public/2021-09/Silkkiniityn%20p%C3%A4iv%C3%A4koti.jpg?itok=BJ7feWNM",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8045/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        },
        {
            "id": 8044,
            "has_user_editable_resources": false,
            "license": "cc_by",
            "license_url": "https://creativecommons.org/licenses/by/4.0/",
            "created_time": "2024-02-06T13:10:23.661641Z",
            "last_modified_time": "2024-02-06T13:10:23.661661Z",
            "name": "",
            "url": "https://static.espoo.fi/sites/default/files/styles/scaled_large/public/2021-10/Kyl%C3%A4naukion%20p%C3%A4iv%C3%A4koti%2C%20piha-alue.jpg?itok=ifVcearz",
            "cropping": "",
            "photographer_name": null,
            "alt_text": null,
            "data_source": "tprek",
            "publisher": "ahjo:u021800",
            "@id": "https://linkedevents.api.test.hel.ninja/v1/image/8044/?format=api",
            "@context": "http://schema.org",
            "@type": "ImageObject"
        }
    ]
}