GET /v3/datasets?format=api&offset=5540
HTTP 200 OK
Allow: GET, POST, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 7870,
    "next": "https://metax.fairdata.fi/v3/datasets?format=api&limit=20&offset=5560",
    "previous": "https://metax.fairdata.fi/v3/datasets?format=api&limit=20&offset=5520",
    "results": [
        {
            "id": "39d11e63-3394-4614-a495-4a322acfa37e",
            "access_rights": {
                "id": "818550c5-513a-4e50-9ea0-bf19b91513a4",
                "license": [
                    {
                        "id": "6142d0c6-945d-4085-b9f7-81e52afa253b",
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/other",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Other",
                            "fi": "Muu"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": []
            },
            "actors": [
                {
                    "id": "d8c3de54-aed0-467e-8eb8-cfee825d29da",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "7f226b60-e4fb-4a4b-a6a1-3c2a27e83a48",
                        "name": "Alejandro Cabrera Aldaya"
                    },
                    "organization": {
                        "id": "ea83ea7b-4d44-4d0b-b4ac-a8df3f00ae20",
                        "pref_label": {
                            "en": "Tampere University",
                            "fi": "Tampereen yliopisto",
                            "sv": "Tammerfors universitet",
                            "und": "Tampereen yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/10122",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "5e4d4d8c-96d8-4de6-9ab1-e21829099d48",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "b2fc7558-9f34-4400-9a71-723dccedee37",
                        "name": "Billy Bob Brumley"
                    },
                    "organization": {
                        "id": "ea83ea7b-4d44-4d0b-b4ac-a8df3f00ae20",
                        "pref_label": {
                            "en": "Tampere University",
                            "fi": "Tampereen yliopisto",
                            "sv": "Tammerfors universitet",
                            "und": "Tampereen yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/10122",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "c023cc0f-00af-4a0e-9f42-00e83cb7e1bd",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "950ea06f-b559-4d2c-b9c6-41fffd3a5401",
                        "pref_label": {
                            "en": "Zenodo"
                        }
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-tuni",
            "description": {
                "en": "Summary This document is for reproducing one of the research results from the paper \"HyperDegrade: From GHz to MHz Effective CPU Frequencies\", to appear at the 31st USENIX Security Symposium (USENIX Sec 2022). It is for reproducing the results in Section 4 of the paper, including Tables 8-9. The instructions assume the root directory of the archive you are reading now is as follows. cd /path/to/hyperd/ Requirements on Ubuntu sudo apt install git build-essential python3 linux-tools-common linux-tools-generic linux-tools-`uname -r` Enable perf echo \"-1\" | sudo tee /proc/sys/kernel/perf_event_paranoid Building BEEBS benchmark suite You only have to build the binaries once. cd /path/to/hyperd/\r\ngit clone https://github.com/mageec/beebs.git At the time of this writing, the most recent commit on the master branch of the beebs repo is: 049ded9f3aeb5591f553879d3a0376b8614e9422 Build all benchmarks as follows. (Linking statically.) cd /path/to/hyperd/beebs/\r\npatch -p1 < ../beebs.patch\r\n./configure --build=x86_64\r\nmake MAKEINFO=true Shared parts There's a post-processing script to build as a shared library. cd /path/to/hyperd/\r\n./build_shared.sh Build degrade tooling cd /path/to/hyperd/\r\nmake clean\r\nmake You should now have the degrade binary. Benchmark experiments Running all experiments takes a significant amount of time (~50h), especially for Degrade and HyperDegrade strategies. You can run a partial experiment that should take 2 hours to complete using: run_all.sh small. For full experiment run: run_all.sh. Benchmark results will appear in the bench_*.json files. Run experiment You can also execute the experiments on demand. For the baseline experiment with no degrading (NoDegrade): cd /path/to/hyperd/\r\n./degrade.sh A To degrade from a different physical core (Degrade): cd /path/to/hyperd/\r\n./degrade.sh B To degrade from the same physical core (HyperDegrade): cd /path/to/hyperd/\r\n./degrade.sh C Parse results and compare After completing the experiment we should have three json files, one for each degrade strategy. If no other json files are in path/ you can parse and see the results using: cd /path/to/hyperd/\r\npython3 compare.py path/bench*.json Credits Authors Alejandro Cabrera Aldaya (Tampere University, Tampere, Finland) Billy Bob Brumley (Tampere University, Tampere, Finland) Funding This project has received funding from the European Research Council (ERC) under the European Union's Horizon 2020 research and innovation programme (grant agreement No 804476). Supported in part by CSIC's i-LINK+ 2019 \"Advancing in cybersecurity technologies\" (Ref. LINKA20216). License This work is released under the MIT License."
            },
            "field_of_science": [
                {
                    "id": "6c4af3a6-f150-4325-a27b-765dfe7c30c6",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta9",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Other",
                        "fi": "MUUT",
                        "sv": "Övrigt"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2021-10-05",
            "keyword": [
                "microarchitecture attacks",
                "cache-timing attacks",
                "performance degradation",
                "timing attacks"
            ],
            "language": [
                {
                    "id": "ec748146-3403-4a7f-adfe-bdbb1b889372",
                    "url": "http://lexvo.org/id/iso639-3/eng",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "English",
                        "fi": "englanti",
                        "sv": "engelska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "eb8aa44e-e16b-4c6c-ae4d-b9be524b58ed",
                "organization": "service_tuni"
            },
            "other_identifiers": [
                {
                    "notation": "0313e0b8-476d-411b-a37e-81e4f197e98b",
                    "metax_ids": []
                }
            ],
            "persistent_identifier": "doi:10.5281/zenodo.5549559",
            "pid_generated_by_fairdata": false,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [],
            "theme": [],
            "title": {
                "en": "HyperDegrade Proof-of-Concept"
            },
            "created": "2025-01-28T16:21:41Z",
            "modified": "2025-01-28T16:21:41Z",
            "dataset_versions": [
                {
                    "id": "39d11e63-3394-4614-a495-4a322acfa37e",
                    "title": {
                        "en": "HyperDegrade Proof-of-Concept"
                    },
                    "persistent_identifier": "doi:10.5281/zenodo.5549559",
                    "state": "published",
                    "created": "2025-01-28T16:21:41Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 3,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "f0bd5a3d-2326-4bd7-b817-ebbbfcc60d4a",
            "access_rights": {
                "id": "99c02ce0-ebe7-4377-9676-d7196d8757d9",
                "license": [
                    {
                        "id": "35b18e72-3819-4ec6-a1be-14624f29d968",
                        "custom_url": "https://creativecommons.org/licenses/by/4.0/",
                        "title": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)",
                            "und": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-4.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": [],
                "show_file_metadata": true
            },
            "actors": [
                {
                    "id": "0894807d-1d4f-4b25-9f1c-17e4c110c8d5",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "934f4bf5-881e-4892-a1b1-37ce723eeb11",
                        "name": "Jarmo Kohonen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "49fca73a-91e8-431f-96e1-47f0986ac535",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "4b6925f5-4243-4ddc-bd99-85b65fc2b498",
                        "name": "Jukka Kuva",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0003-0241-6838"
                    },
                    "organization": {
                        "id": "9684eeb1-ffec-46bd-84a0-744a4487c460",
                        "pref_label": {
                            "en": "Geological Survey of Finland",
                            "fi": "Geologian tutkimuskeskus",
                            "sv": "Geologiska forskningscentralen",
                            "und": "Geologian tutkimuskeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/5040011",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "7c83deab-3153-43b7-b41a-416490858446",
                    "roles": [
                        "publisher"
                    ],
                    "person": {
                        "id": "81f8079e-1eeb-421d-adda-094c8051fd25",
                        "name": "Jukka Kuva",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "9684eeb1-ffec-46bd-84a0-744a4487c460",
                        "pref_label": {
                            "en": "Geological Survey of Finland",
                            "fi": "Geologian tutkimuskeskus",
                            "sv": "Geologiska forskningscentralen",
                            "und": "Geologian tutkimuskeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/5040011",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-ida",
            "description": {
                "en": "Two samples from the same wall of an aggregate quarry (63o10’16’’; 29o15’47’’). (1) Mylonitic foliation of S>L tectonite and (2) lineation dominated fabric of L>S tectonite. Rock type tonalite/granodiorite (Archean). Article (in prep): Kohonen J., Laitala J., Jäsberg J., Luukas J. and Kontinen A.  BASEMENT-COVER RELATIOSHIPS AND SVECOFENNIAN DEFORMATION OF THE ARCHEAN BASEMENT COMPLEX IN EASTERN FINLAND .\n\nPreview of PAS-dataset https://doi.org/10.23729/47b8d39e-1152-43cd-b234-8587d855846e"
            },
            "field_of_science": [
                {
                    "id": "7e12a692-26de-4e3c-b28c-64f8a32ef40a",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta114",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Physical sciences",
                        "fi": "Fysiikka",
                        "sv": "Fysik"
                    }
                },
                {
                    "id": "7334f2e9-1aae-4b87-9088-8226211b06c9",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta1171",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Geosciences",
                        "fi": "Geotieteet",
                        "sv": "Geovetenskaper"
                    }
                }
            ],
            "fileset": {
                "storage_service": "ida",
                "csc_project": "2000682",
                "total_files_count": 46,
                "total_files_size": 25210615
            },
            "infrastructure": [],
            "issued": "2024-12-05",
            "keyword": [
                "tomography",
                "geology",
                "rock fabric"
            ],
            "language": [],
            "metadata_owner": {
                "id": "2f113b48-16ef-498e-86d2-dc2ac66eb0b7",
                "organization": "gtk.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.23729/0be50e5b-87c7-4ba2-b0cf-765c4fced269",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [],
            "theme": [],
            "title": {
                "en": "Archean tonalite preview"
            },
            "created": "2025-01-22T09:14:16Z",
            "modified": "2025-01-27T12:54:08Z",
            "dataset_versions": [
                {
                    "id": "f0bd5a3d-2326-4bd7-b817-ebbbfcc60d4a",
                    "title": {
                        "en": "Archean tonalite preview"
                    },
                    "persistent_identifier": "doi:10.23729/0be50e5b-87c7-4ba2-b0cf-765c4fced269",
                    "state": "published",
                    "created": "2025-01-22T09:14:16Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "b8880788-6fd9-401a-a681-34bf8e726d08",
            "access_rights": {
                "id": "9b052a10-4aac-466a-9468-41b33ef999b6",
                "license": [
                    {
                        "id": "35b18e72-3819-4ec6-a1be-14624f29d968",
                        "custom_url": "https://creativecommons.org/licenses/by/4.0/",
                        "title": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)",
                            "und": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-4.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "484e859f-11b5-4163-a387-25c13fcaae29",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/research",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restriced access for research based on contract",
                            "fi": "Saatavuutta rajoitettu sopimuksen perusteella vain tutkimuskäyttöön",
                            "sv": "Begränsad åtkomst på bas av kontrakt ändast för forskningsändamål"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "dfe00846-0b8c-4a39-8017-ef5abf7e5420",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "28123a59-d215-4c78-9581-97a01290c65f",
                        "name": "Hannu Raitio"
                    },
                    "organization": {
                        "id": "e56f52ee-e70b-429d-9a91-1a903706b6c8",
                        "pref_label": {
                            "en": "Finnish Forest Research Institute",
                            "fi": "Metsäntutkimuslaitos",
                            "sv": "Skogsforskningsinstitutet",
                            "und": "Metsäntutkimuslaitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/404001",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "8f02cabf-d6a6-4a2a-b149-9729aa6b4d57",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "07b4ae71-ee2d-4afd-9792-21baebf2104d",
                        "name": "Kristian Karlsson"
                    },
                    "organization": {
                        "id": "b941a6eb-d7ba-4261-aa8b-eb5cf98f709c",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus",
                            "sv": "Naturresursinstitutet",
                            "und": "Luonnonvarakeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "574b0a31-751e-4e14-91af-1db3c86d29d1",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "939f9376-87c6-495d-965e-69a37034dc4f",
                        "name": "Päivi Merilä"
                    },
                    "organization": {
                        "id": "e56f52ee-e70b-429d-9a91-1a903706b6c8",
                        "pref_label": {
                            "en": "Finnish Forest Research Institute",
                            "fi": "Metsäntutkimuslaitos",
                            "sv": "Skogsforskningsinstitutet",
                            "und": "Metsäntutkimuslaitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/404001",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "ac7fb197-bb66-4b38-85a6-9752a6d82e0c",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "064c5b26-52be-4c0b-a56f-8ab091cf04a3",
                        "name": "Svande Lindroth"
                    },
                    "organization": {
                        "id": "e56f52ee-e70b-429d-9a91-1a903706b6c8",
                        "pref_label": {
                            "en": "Finnish Forest Research Institute",
                            "fi": "Metsäntutkimuslaitos",
                            "sv": "Skogsforskningsinstitutet",
                            "und": "Metsäntutkimuslaitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/404001",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "60a678f8-dde1-4a5c-b64b-97b5b99948ab",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "9c3d7bdb-83b6-4a3b-a515-f82b530b31fb",
                        "name": "Maija Salemaa"
                    },
                    "organization": {
                        "id": "e56f52ee-e70b-429d-9a91-1a903706b6c8",
                        "pref_label": {
                            "en": "Finnish Forest Research Institute",
                            "fi": "Metsäntutkimuslaitos",
                            "sv": "Skogsforskningsinstitutet",
                            "und": "Metsäntutkimuslaitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/404001",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "9ba75d5b-391d-430c-9491-301b47879202",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "d2702f5f-3449-4eba-8aa9-e967a2dcbf29",
                        "name": "Martti Lindgren"
                    },
                    "organization": {
                        "id": "e56f52ee-e70b-429d-9a91-1a903706b6c8",
                        "pref_label": {
                            "en": "Finnish Forest Research Institute",
                            "fi": "Metsäntutkimuslaitos",
                            "sv": "Skogsforskningsinstitutet",
                            "und": "Metsäntutkimuslaitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/404001",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "74e11800-7cd9-4dc6-a7df-1beb95061574",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "b941a6eb-d7ba-4261-aa8b-eb5cf98f709c",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus",
                            "sv": "Naturresursinstitutet",
                            "und": "Luonnonvarakeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-att",
            "description": {
                "fi": "Merenkurkun rannikon & saariston kuusikoiden terveydentila  - projekti (MKTKRAKE) perustettiin vuonna 1992 kolmivuotisena tutkimuksena. Projekti oli osa Merenkurkun neuvoston laajaa ympäristöyhteistyötä ja Metsäntutkimuslaitoksen metsien terveydentilan tutkimusohjelmaa.\n\nProjektin tavoitteena oli\n1. kartoittaa ja täydentää tietoja ilman epäpuhtauksien päästöistä, pitoisuuksista ja laskeumasta Merenkurkun alueella.\n2. kartoittaa Merenkurkun rannikon ja saariston kuusimetsien terveydentila ja luoda pohja näiden alueiden metsien terveydentilan pitkänajan seurannalle\n3. analysoida vallitsevien ympäristöolojen vaikutuksia kuusikoiden terveydentilaan\n4. tarkastella kriittisen kuorman ja kriittisen raja-arvojen käsitteitä\n5. kehittää metsien terveydentilaa kuvaavia tunnuksia ja puustovaurioiden syiden analysointia\n6. tehostaa tutkijoiden keskinäistä sekä tutkijoiden ja ympäristöviranomaisten välistä yhteistyötä, samoin kuin tutkimustulosten tunnetuksi tekemistä.\n\n### Projektissa tehdyt mittaukset ja tuotettu aineisto ###\n\nPuustotietoja koealamittauksina. (Karlsson, Walheim)\n\nPuiden neulaslaskelmia 1992,1993 (Raitio, Walheim)\n\nHappamoittava laskeuma 1990 Hakoma-mallilla.\n\nPuiden elinvoimaisuus 1992, 1993, 1994 (Lindgren, Salemaa)\n\nSolut ja viherhiukkaset 1992 (Sutinen)\n\nMaanäytteet BaCL- uutos mg/kg & baCL -uutos mg/l (Merilä)\n\nMaanäytteet asetaatti pH 7.00 & pH 4,65 -uutos mg/kg, totaali-uutos mg/kg (Merilä, Walheim)\n\nKoealojen mallitettu ilmastodata 1913-1992 Ojansuu-Henttonen -malli\n\nMaalajitiedot, humus ja maannos koealoittain (20-40cm)\n\n### Mittauspaikoista\nIlman rikki- ja typpioksidipitoisuuksia mitattiin nk. passiivikeräimillä tausta-alueilla Kälviällä, Raippaluodossa, Närpiössä & Vaasan kaupungissa.\nMetsikön ja avoimen paikan sadannan laatua mitattiin Kälviällä, Raippaluodossa ja Närpiössä sekä kahdeksalla paikalla Västerbottenin ja Västernorrlandin lääneissä. Kaikki havaintoalat olivat kuusikoita.\n\nMaaperän ominaisuuksien kartoittamiseksi kerättiin kesällä 1993 maanäytteet Vaasan läänin rannikon 29 ja Västerbottenin 20 havaintokuusikosta.  Samassa yhteydessä määritettiin (Suomen puolella 31 havaintokuusikosta) humuslaji, maannos, maannoshorisonttien värit ja paksuudet, kivisyys, kivennäismaan lajittuneisuus ja keskiraekoko.\n\nMerenkurkun alueen kuusikoiden kasvua tutkittiin 53 havaintometsikössä. Normaalien puustomittauksien lisäksi kairattiin kustakin havaintometsiköistä Ruotsissa viidestä puusta ja Suomessa 15-25 puusta lastu laboratoriomittauksia varten. Kairalastun sädekasvusta voitiin laskea metsiköiden kasvu pinta-alayksikköä ja vuotta kohden. Pituuskasvut mitattiin kahdesta koepuusta joka toisessa havaintometsikössä Pohjanmaalla.\n\nMerenkurkun rannikon ja saariston kaikista havaintokuusikoista kerättiin neulasnäytteet kemiallisia analyysejä varten, Suomen puolella 1992 ja Ruotsin puolella 1992-1993. Suomen puolella 1993 kerättiin näytteet vain 12 (/33) havaintokuusikosta. Kuusikoista kerättiin puukohtaiset näytteet kymmenestä (Suomi) tai kuudesta (Ruotsi) valta- tai lisävaltapuusta. Näytteistä analysoitiin alkuaineiden kokonaispitoisuuksia.\n\nMerenkurkun kuusikoiden kunto arvioitiin Suomen puolella 1992, 1993 ja 1994 ja Ruotsin puolella 1993 ja 1994. Suomessa 12 havaintometsikköä edustaa nuoria kuusikoita (30-59v), 11 keski-ikäisiä (60-89v) ja 10 vanhoja (90-119v). Ruotsin puolella nuorin ikäluokka puuttuu kokonaan & siellä yli 120v havaintokuusikoita oli 4 kpl."
            },
            "field_of_science": [
                {
                    "id": "9c2c445d-5aa2-4ada-9529-f5e74bcec131",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta4112",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Forestry",
                        "fi": "Metsätiede",
                        "sv": "Skogsvetenskap"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2024-10-09",
            "keyword": [
                "kuusi",
                "kuusikon",
                "terveydentila",
                "merenkurkku",
                "päästöt",
                "ilman laatu",
                "laskeuma",
                "metsikkösadanta",
                "neulasanalyysi"
            ],
            "language": [
                {
                    "id": "c757dc29-552d-48b2-9efc-4d53b939a7ef",
                    "url": "http://lexvo.org/id/iso639-3/fin",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finnish",
                        "fi": "suomi",
                        "sv": "finska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "e12c5b27-e77c-4742-a994-1feaa2aedf78",
                "organization": "luke.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:att:72e7c598-8257-41b3-b5bb-7d27a4f6c016",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [
                {
                    "geographic_name": "Merenkurkku"
                },
                {
                    "geographic_name": "Pohjanlahti"
                },
                {
                    "geographic_name": "Västerbotten"
                }
            ],
            "state": "published",
            "temporal": [
                {
                    "start_date": "1992-01-01",
                    "end_date": "1995-12-31"
                }
            ],
            "theme": [
                {
                    "id": "267631ff-c9c8-4df7-aef6-eefbe8099c60",
                    "url": "http://www.yso.fi/onto/koko/p47442",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "needle analysis",
                        "fi": "neulasanalyysi"
                    }
                },
                {
                    "id": "31371197-3ab3-4c49-9ae8-f51bb63e4d87",
                    "url": "http://www.yso.fi/onto/koko/p52150",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "Northern Quark",
                        "fi": "Merenkurkku",
                        "sv": "Norra Kvarken"
                    }
                },
                {
                    "id": "f8ac28d1-f122-4937-82f0-5301201323fb",
                    "url": "http://www.yso.fi/onto/koko/p66996",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "emissions into the soil",
                        "fi": "päästöt maaperään",
                        "sv": "utsläpp i marken"
                    }
                },
                {
                    "id": "9108bc17-59a9-4a5b-b112-718d71c4af22",
                    "url": "http://www.yso.fi/onto/koko/p74192",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "fi": "kuusikot"
                    }
                },
                {
                    "id": "87e1deac-d62d-4f57-a03e-4d190b5e41a4",
                    "url": "http://www.yso.fi/onto/koko/p47854",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "Norway spruce",
                        "fi": "kuusi"
                    }
                },
                {
                    "id": "b7b2a3a0-cec8-4438-961c-322c50b36a5b",
                    "url": "http://www.yso.fi/onto/koko/p96378",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "fi": "sadanta"
                    }
                }
            ],
            "title": {
                "fi": "Merenkurkun_tietokanta"
            },
            "created": "2024-10-09T05:50:22Z",
            "modified": "2025-01-27T09:34:23Z",
            "dataset_versions": [
                {
                    "id": "b8880788-6fd9-401a-a681-34bf8e726d08",
                    "title": {
                        "fi": "Merenkurkun_tietokanta"
                    },
                    "persistent_identifier": "urn:nbn:fi:att:72e7c598-8257-41b3-b5bb-7d27a4f6c016",
                    "state": "published",
                    "created": "2024-10-09T05:50:22Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "dbc2efb9-69f3-4f79-b9fa-8730b39d8c63",
            "access_rights": {
                "id": "ee353efe-8e2b-40a4-bed5-b9dd7dc4cebf",
                "license": [
                    {
                        "id": "35b18e72-3819-4ec6-a1be-14624f29d968",
                        "custom_url": "https://creativecommons.org/licenses/by/4.0/",
                        "title": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)",
                            "und": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-4.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": [],
                "show_file_metadata": true
            },
            "actors": [
                {
                    "id": "e0ef4f9e-0e08-4f3d-89c6-45bdc58137b3",
                    "roles": [
                        "creator",
                        "publisher"
                    ],
                    "person": {
                        "id": "dd3afbf2-a18c-4bf0-89ca-0b7ded5428d4",
                        "name": "Vladimir Zhivonitko",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0003-2919-8690"
                    },
                    "organization": {
                        "id": "d2fb2257-5d51-4ff2-b242-da71f8db848e",
                        "pref_label": {
                            "en": "NMR-spektroskopia",
                            "fi": "NMR-spektroskopia",
                            "sv": "NMR-spektroskopia",
                            "und": "NMR-spektroskopia"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-240222",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                }
            ],
            "cumulative_state": 1,
            "data_catalog": "urn:nbn:fi:att:data-catalog-ida",
            "description": {
                "en": "The 1H and 11B NMR data acquired on 400 MHz and 600 MHz Bruker Avance spectrometers for the samples used in the study 'Towards Water-Tolerant Ansa-Aminoboranes for Parahydrogen-Induced Polarization and Beyond' as well as computational outputs."
            },
            "field_of_science": [],
            "fileset": {
                "storage_service": "ida",
                "csc_project": "2010524",
                "total_files_count": 1,
                "total_files_size": 190651429
            },
            "infrastructure": [],
            "issued": "2025-01-26",
            "keyword": [
                "NMR hyperpolarization",
                "parahydrogen",
                "metal-free catalysis",
                "frustrated Lewis pairs",
                "thermochemistry",
                "water tolerance"
            ],
            "language": [],
            "metadata_owner": {
                "id": "02a1d38e-9c2c-4301-aba6-d9f40d1d38f1",
                "organization": "oulu.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.23729/be2203c4-430c-45f6-aa43-7fb1292dc855",
            "pid_generated_by_fairdata": true,
            "projects": [
                {
                    "id": "08bb420a-a5be-4f0a-a78e-23b4f2a14787",
                    "title": {
                        "en": "Enhancing NMR sensitivity through metal-free catalysis"
                    },
                    "project_identifier": "362959",
                    "participating_organizations": [
                        {
                            "id": "d2fb2257-5d51-4ff2-b242-da71f8db848e",
                            "pref_label": {
                                "en": "NMR-spektroskopia",
                                "fi": "NMR-spektroskopia",
                                "sv": "NMR-spektroskopia",
                                "und": "NMR-spektroskopia"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-240222",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                            "parent": {
                                "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                                "pref_label": {
                                    "en": "University of Oulu",
                                    "fi": "Oulun yliopisto",
                                    "sv": "Uleåborgs universitet",
                                    "und": "Oulun yliopisto"
                                },
                                "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                                "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                            }
                        }
                    ],
                    "funding": [
                        {
                            "funder": {
                                "organization": {
                                    "id": "8f22ed54-7903-4fe1-9602-9370b89e15d1",
                                    "pref_label": {
                                        "en": "Research Council of Finland",
                                        "fi": "Suomen Akatemia",
                                        "sv": "Finlands Akademi",
                                        "und": "Suomen Akatemia"
                                    },
                                    "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02458939",
                                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                                },
                                "funder_type": {
                                    "id": "d38a8484-f3d7-43cf-ad79-829ebb3ba9eb",
                                    "url": "http://uri.suomi.fi/codelist/fairdata/funder_type/code/academy-of-finland",
                                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/funder_type",
                                    "pref_label": {
                                        "en": "Academy of Finland",
                                        "fi": "Suomen Akatemia"
                                    }
                                }
                            },
                            "funding_identifier": "362959"
                        }
                    ]
                },
                {
                    "id": "25de7edf-c509-4241-b017-05841e1e9c45",
                    "title": {
                        "en": "Sensitive NMR for Sustainable Development"
                    },
                    "participating_organizations": [
                        {
                            "id": "d2fb2257-5d51-4ff2-b242-da71f8db848e",
                            "pref_label": {
                                "en": "NMR-spektroskopia",
                                "fi": "NMR-spektroskopia",
                                "sv": "NMR-spektroskopia",
                                "und": "NMR-spektroskopia"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-240222",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                            "parent": {
                                "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                                "pref_label": {
                                    "en": "University of Oulu",
                                    "fi": "Oulun yliopisto",
                                    "sv": "Uleåborgs universitet",
                                    "und": "Oulun yliopisto"
                                },
                                "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                                "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                            }
                        }
                    ],
                    "funding": [
                        {
                            "funder": {
                                "organization": {
                                    "id": "89911df7-4fbf-4440-a756-12bf1e897479",
                                    "pref_label": {
                                        "en": "Kvantum Institute",
                                        "fi": "Kvantum Institute",
                                        "sv": "Kvantum Institute",
                                        "und": "Kvantum Institute"
                                    },
                                    "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-2417000",
                                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                                    "parent": {
                                        "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                                        "pref_label": {
                                            "en": "University of Oulu",
                                            "fi": "Oulun yliopisto",
                                            "sv": "Uleåborgs universitet",
                                            "und": "Oulun yliopisto"
                                        },
                                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                                    }
                                },
                                "funder_type": {
                                    "id": "5c12ae96-89e9-4a45-a9db-b11cbc0d6dac",
                                    "url": "http://uri.suomi.fi/codelist/fairdata/funder_type/code/other-public",
                                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/funder_type",
                                    "pref_label": {
                                        "en": "Other public funding",
                                        "fi": "Muu julkinen rahoitus"
                                    }
                                }
                            }
                        }
                    ]
                }
            ],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [],
            "theme": [],
            "title": {
                "en": "Towards Water-Tolerant Ansa-Aminoboranes for Parahydrogen-Induced Polarization and Beyond"
            },
            "created": "2025-01-26T16:08:28Z",
            "cumulation_started": "2025-01-26T16:08:28Z",
            "modified": "2025-01-26T16:15:50Z",
            "dataset_versions": [
                {
                    "id": "dbc2efb9-69f3-4f79-b9fa-8730b39d8c63",
                    "title": {
                        "en": "Towards Water-Tolerant Ansa-Aminoboranes for Parahydrogen-Induced Polarization and Beyond"
                    },
                    "persistent_identifier": "doi:10.23729/be2203c4-430c-45f6-aa43-7fb1292dc855",
                    "state": "published",
                    "created": "2025-01-26T16:08:28Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "1383c24d-ad8a-4ab1-9927-cc4d67ad7a1a",
            "access_rights": {
                "id": "1027c569-113d-45c2-a1b9-1dfd94368931",
                "license": [
                    {
                        "id": "35b18e72-3819-4ec6-a1be-14624f29d968",
                        "custom_url": "https://creativecommons.org/licenses/by/4.0/",
                        "title": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)",
                            "und": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-4.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "e4b4144b-0d78-495e-9356-07ba2243ad4d",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/personal_data",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restricted access due to personal data content",
                            "fi": "Saatavuutta rajoitettu luottamuksellisiin henkilötietoihin perustuen",
                            "sv": "Begränsad åtkomst på grund av personuppgifter"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "f3f8022a-759a-4a8d-ad9f-aff6b66e6d53",
                    "roles": [
                        "creator",
                        "rights_holder"
                    ],
                    "person": {
                        "id": "ba742899-be96-42e8-9a07-097509d1eb92",
                        "name": "Minna Uitto",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0001-9180-4415"
                    },
                    "organization": {
                        "id": "f6778bec-5bd6-4d00-b144-043f39b4d819",
                        "pref_label": {
                            "en": "Kasvatustieteiden ja psykologian tiedekunta",
                            "fi": "Kasvatustieteiden ja psykologian tiedekunta",
                            "sv": "Kasvatustieteiden ja psykologian tiedekunta",
                            "und": "Kasvatustieteiden ja psykologian tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24011",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "9137bf25-aea2-4ded-9e3d-f96ac0380740",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "2aa98322-6ce9-45e4-8691-8b246488a4ce",
                        "name": "Sonja Lutovac",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0002-3909-525X"
                    },
                    "organization": {
                        "id": "f6778bec-5bd6-4d00-b144-043f39b4d819",
                        "pref_label": {
                            "en": "Kasvatustieteiden ja psykologian tiedekunta",
                            "fi": "Kasvatustieteiden ja psykologian tiedekunta",
                            "sv": "Kasvatustieteiden ja psykologian tiedekunta",
                            "und": "Kasvatustieteiden ja psykologian tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24011",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "77162f35-0abf-4072-ba71-41491e18de75",
                    "roles": [
                        "publisher",
                        "curator",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "f6778bec-5bd6-4d00-b144-043f39b4d819",
                        "pref_label": {
                            "en": "Kasvatustieteiden ja psykologian tiedekunta",
                            "fi": "Kasvatustieteiden ja psykologian tiedekunta",
                            "sv": "Kasvatustieteiden ja psykologian tiedekunta",
                            "und": "Kasvatustieteiden ja psykologian tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24011",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "dcc20698-993d-466f-9dfb-4af2bcc3126c",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "1673bf1f-252b-4454-b619-218a2024f631",
                        "name": "Minna Körkkö",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0002-4248-1434"
                    },
                    "organization": {
                        "id": "f6778bec-5bd6-4d00-b144-043f39b4d819",
                        "pref_label": {
                            "en": "Kasvatustieteiden ja psykologian tiedekunta",
                            "fi": "Kasvatustieteiden ja psykologian tiedekunta",
                            "sv": "Kasvatustieteiden ja psykologian tiedekunta",
                            "und": "Kasvatustieteiden ja psykologian tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24011",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "d8141ca1-0643-444f-894e-e834224dcc8c",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "5e4fce3e-ea83-41f7-a48d-6d8438c6c780",
                        "name": "Anniina Kettunen",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0003-3536-304X"
                    },
                    "organization": {
                        "id": "f6778bec-5bd6-4d00-b144-043f39b4d819",
                        "pref_label": {
                            "en": "Kasvatustieteiden ja psykologian tiedekunta",
                            "fi": "Kasvatustieteiden ja psykologian tiedekunta",
                            "sv": "Kasvatustieteiden ja psykologian tiedekunta",
                            "und": "Kasvatustieteiden ja psykologian tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24011",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "3440c589-a3c1-4ba2-9359-4b22c362ffb4",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "50e86e3d-890f-45ec-b262-7649553346db",
                        "name": "Virve Keränen",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0002-4506-7482"
                    },
                    "organization": {
                        "id": "f6778bec-5bd6-4d00-b144-043f39b4d819",
                        "pref_label": {
                            "en": "Kasvatustieteiden ja psykologian tiedekunta",
                            "fi": "Kasvatustieteiden ja psykologian tiedekunta",
                            "sv": "Kasvatustieteiden ja psykologian tiedekunta",
                            "und": "Kasvatustieteiden ja psykologian tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24011",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-att",
            "description": {
                "en": "NAVI-project, funded by the Eudaimonia Institute at the University of Oulu is being carried out at the Faculty of Education and Psychology, University of Oulu. The project explores pre-service teachers’ sense-making of teachers’ changing work and its relationality addressing the questions such as How do pre-service teachers understand the new realities of teachers’ work? How do pre-service teachers understand the relationality in teachers’ work today? Several data sets were collected. \n\nThe first data set consists of 58 narratives written by pre-service primary school teachers, pre-service secondary school teachers of various subjects (Mathematics, Physics, Chemistry, Music, Finnish language and literature, foreign languages, History, Biology and Geography) and pre-service teachers of special education. The participating pre-service teachers were in different study years. The narratives were collected via Webropol survey with an open question ‘What is teachers’ work today like?’ The data set is available in Finnish language. \n\nThe second data set consists of interviews with pre-service teachers studying to become primary school, secondary school or special education teachers. The participant pre-service teachers were in different study years. Pre-service teachers were asked to tell about their trajectory to teacher education, how they conceive of teachers’ work today and about the relationships in teachers’ work. This data collection is still undergoing, and the data set will be available in Finnish language. \n\nThe third data set consists of audio-recorded group discussions among pre-service primary school teachers and the transcriptions of these discussions. A total of 18 pre-service teachers discussed in 4 groups. The participant pre-service teachers were in the master’s phase of their studies. Pre-service teachers discussed their process of becoming a pre-service teacher, how it is to be a teacher today, how they conceive of the relationships in teachers’ work and about the role of teacher education in the process of becoming a teacher. The discussions were unmoderated, with a facilitator available if needed. This data set is available in Finnish language. \n\nThe fourth data set consists of audio-recorded group discussions among pre-service primary school teachers and the transcripts of these discussions. A total of 28 pre-service teachers discussed in 6 groups. The participant pre-service teachers were in the master’s phase of their studies. Pre-service teachers participated in arts-based workshops consisting of two 1.5-hour sessions. During the first session, pre-service teachers were guided to create a collage based on the role of teacher education in pre-service teachers’ professional growth. During the second session, pre-service teachers discussed their collages in groups. The discussions were unmoderated, with a facilitator available if needed. This data set is available in Finnish language."
            },
            "field_of_science": [
                {
                    "id": "d6d3fdd1-109b-4be3-8d50-782bc474d514",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta516",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Educational sciences",
                        "fi": "Kasvatustieteet",
                        "sv": "Pedagogik"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2025-01-23",
            "keyword": [
                "change",
                "narrative research",
                "pre-service teachers",
                "relationality",
                "teachers' work"
            ],
            "language": [
                {
                    "id": "c757dc29-552d-48b2-9efc-4d53b939a7ef",
                    "url": "http://lexvo.org/id/iso639-3/fin",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finnish",
                        "fi": "suomi",
                        "sv": "finska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "eccc3a96-7dfe-419f-8bf6-b61495ab5adb",
                "organization": "oulu.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:att:f4c5711d-6e88-4793-aa8b-d720fd7f46be",
            "pid_generated_by_fairdata": true,
            "projects": [
                {
                    "id": "b216c33d-f332-4241-b461-63feeff76266",
                    "title": {
                        "en": "Pre-service Teachers Navigate Teachers’ Changing Work and Its Relationality (NAVI)"
                    },
                    "project_identifier": "-",
                    "participating_organizations": [
                        {
                            "id": "f6778bec-5bd6-4d00-b144-043f39b4d819",
                            "pref_label": {
                                "en": "Kasvatustieteiden ja psykologian tiedekunta",
                                "fi": "Kasvatustieteiden ja psykologian tiedekunta",
                                "sv": "Kasvatustieteiden ja psykologian tiedekunta",
                                "und": "Kasvatustieteiden ja psykologian tiedekunta"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24011",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                            "parent": {
                                "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                                "pref_label": {
                                    "en": "University of Oulu",
                                    "fi": "Oulun yliopisto",
                                    "sv": "Uleåborgs universitet",
                                    "und": "Oulun yliopisto"
                                },
                                "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                                "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                            }
                        }
                    ],
                    "funding": [
                        {
                            "funder": {
                                "organization": {
                                    "id": "b571b363-c8c6-4a2c-a463-7a45732c683b",
                                    "pref_label": {
                                        "en": "Eudaimonia",
                                        "fi": "Eudaimonia",
                                        "sv": "Eudaimonia",
                                        "und": "Eudaimonia"
                                    },
                                    "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24064",
                                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                                    "parent": {
                                        "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                                        "pref_label": {
                                            "en": "University of Oulu",
                                            "fi": "Oulun yliopisto",
                                            "sv": "Uleåborgs universitet",
                                            "und": "Oulun yliopisto"
                                        },
                                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                                    }
                                },
                                "funder_type": {
                                    "id": "9e7a4a88-879d-43cb-8843-9e7241623aa6",
                                    "url": "http://uri.suomi.fi/codelist/fairdata/funder_type/code/finnish-fof",
                                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/funder_type",
                                    "pref_label": {
                                        "en": "Finnish fund or foundation",
                                        "fi": "Kotimainen rahasto tai säätiö"
                                    }
                                }
                            },
                            "funding_identifier": "-"
                        }
                    ]
                }
            ],
            "provenance": [],
            "relation": [
                {
                    "entity": {
                        "title": {
                            "en": "Lutovac, Körkkö: ‘A teacher’s work is many things, but one thing it is not is easy’: pre-service teachers’ conceptions of teachers’ work",
                            "fi": "Lutovac, Körkkö: ‘A teacher’s work is many things, but one thing it is not is easy’: pre-service teachers’ conceptions of teachers’ work"
                        },
                        "entity_identifier": "https://doi.org/10.1080/02619768.2024.2388630",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "en": "Körkkö, Lutovac, Korte: The sense of inadequacy and uncertainty arising from teacher work: Perspectives of pre- and in-service teachers",
                            "fi": "Körkkö, Lutovac, Korte: The sense of inadequacy and uncertainty arising from teacher work: Perspectives of pre- and in-service teachers"
                        },
                        "entity_identifier": "https://doi.org/10.1016/j.ijer.2024.102410",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                }
            ],
            "remote_resources": [],
            "spatial": [
                {
                    "geographic_name": "Finland"
                }
            ],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2022-01-01",
                    "end_date": "2025-12-31"
                }
            ],
            "theme": [],
            "title": {
                "en": "Pre-service Teachers Navigate Teachers’ Changing Work and Its Relationality (NAVI)"
            },
            "created": "2025-01-23T15:08:32Z",
            "modified": "2025-01-24T10:22:20Z",
            "dataset_versions": [
                {
                    "id": "1383c24d-ad8a-4ab1-9927-cc4d67ad7a1a",
                    "title": {
                        "en": "Pre-service Teachers Navigate Teachers’ Changing Work and Its Relationality (NAVI)"
                    },
                    "persistent_identifier": "urn:nbn:fi:att:f4c5711d-6e88-4793-aa8b-d720fd7f46be",
                    "state": "published",
                    "created": "2025-01-23T15:08:32Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "72552a9d-c473-4e1b-8aca-06f00f2a3f48",
            "access_rights": {
                "id": "2f9804e8-b1d8-4212-831c-f7aa6090db25",
                "license": [
                    {
                        "id": "35b18e72-3819-4ec6-a1be-14624f29d968",
                        "custom_url": "https://creativecommons.org/licenses/by/4.0/",
                        "title": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)",
                            "und": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-4.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "43720e8a-af93-458f-af21-3c6f16ea1d47",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/embargo",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Embargo",
                        "fi": "Embargo"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "0ed3a2e1-6c11-4278-af67-c6713f838ecd",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/other",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restricted access due to other reasons",
                            "fi": "Saatavuutta rajoitettu muulla perusteella",
                            "sv": "Begränsad åtkomst av övriga skäl"
                        }
                    }
                ],
                "available": "2026-06-24",
                "show_file_metadata": true
            },
            "actors": [
                {
                    "id": "906035da-0b5d-4fe6-8dd6-5172b5d5d18c",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "33a1916e-43ba-4108-a213-6163729b2165",
                        "name": "Aden, Philson-Amanda",
                        "external_identifier": "0009-0002-2548-7428"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "aa5be1ea-575e-444c-ae12-db38258e2dad",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "91d66fbd-839d-43c2-88a9-db3dad3fa6b1",
                        "name": "Auranen, Kalle",
                        "external_identifier": "0000-0002-6604-7659"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "c3a46b55-ae96-4328-b77e-3a7bdc1b9be3",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "91737e7e-0ee3-406e-91ed-dfc29c99b857",
                        "name": "Bogdanoff, Ville",
                        "external_identifier": "0000-0002-8360-7355"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "66506939-3415-46dd-968a-de626457ba83",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "db8e1222-24a0-43fb-b137-8cfa01848d9f",
                        "name": "Grahn, Tuomas",
                        "external_identifier": "0000-0002-6255-2279"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "0c33c35d-1b43-4e8f-8222-f9b1e0cf0f54",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "89e4f181-7de0-4d68-b3fd-0b6ea68f5556",
                        "name": "Greenlees, Paul",
                        "external_identifier": "0000-0002-5986-5274"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "51c973ad-4495-4006-a383-151bd4e71fb8",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "b1d77e33-cdd5-4158-8271-1aa0074cecd6",
                        "name": "Joukainen, Henna",
                        "external_identifier": "0000-0002-0256-1675"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "efb5ef5b-41ab-4d0d-ab24-31d6bed25896",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "eb1e6e54-b12e-459a-b620-f262d8731491",
                        "name": "Julin, Rauno",
                        "external_identifier": "0000-0002-1214-8366"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "460568c9-3c99-4442-a366-84b002886d26",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "fba738dd-1e28-4a0f-ab5a-57a75a19ac82",
                        "name": "Jutila, Henri",
                        "external_identifier": "0000-0002-8728-4485"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "258fffd0-3fad-4e07-b8be-316f66845931",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "8b114d1d-1fe1-4e30-9d5e-450184aed80f",
                        "name": "Kokkonen, Henna"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "d67efbc6-74bb-4507-abbe-72f3ca3eec9e",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "34b8c4ba-ceb6-4077-aaac-2aabcd8b72e2",
                        "name": "Leino, Matti",
                        "external_identifier": "0000-0003-2490-4955"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "781281c9-75ec-4068-addd-27a0ec5594da",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "8567be25-4504-47a7-944c-1a085acd026d",
                        "name": "Pakarinen, Janne",
                        "external_identifier": "0000-0001-8944-8757"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "f9501e14-9388-4316-aa78-151d28593029",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "51ff648c-138f-40d2-9843-dee38417340f",
                        "name": "Rahkila, Panu",
                        "external_identifier": "0000-0003-4392-0782"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "10fedb11-3b9c-473a-99f8-c7b923a49100",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "c105c1e5-4a81-4f0d-b324-691bb7e2edb0",
                        "name": "Ruotsalainen, Panu"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "e3cfa9ad-6626-4103-b8fe-a1a667675645",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "bdca98a2-e9ae-40c6-bad6-4e8d515e63b6",
                        "name": "Saren, Jan",
                        "external_identifier": "0000-0001-6383-4633"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "3ae78d63-84f7-44db-9a2c-4f802e3d03e4",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "25f238df-3d6d-4cb3-ad74-69ed6fbe8ff2",
                        "name": "Uusikylä, Eetu"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "9a40c673-6233-48df-b362-b16c2410adc7",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "08773713-d56b-4150-8a9f-45cc81cbfd51",
                        "name": "Uusitalo, Juha",
                        "external_identifier": "0000-0003-3780-7222"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "f2cb77bd-9aeb-4c39-b57f-60f644065a22",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "3f18a2a6-f717-4f77-a4d0-2078d813bf40",
                        "name": "Ojala, Joonas"
                    },
                    "organization": {
                        "id": "dc3f2647-5bbc-40e5-8050-af6c65d36d75",
                        "pref_label": {
                            "en": "Fysiikan laitos",
                            "fi": "Fysiikan laitos",
                            "sv": "Fysiikan laitos",
                            "und": "Fysiikan laitos"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-214020",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "1951a283-e153-4f21-aa42-f2293bb672f3",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "c6591f55-2ce9-4ede-a23d-d96c642cbd2e",
                        "name": "Chadderton, Jamie",
                        "external_identifier": "0009-0008-7561-0846"
                    },
                    "organization": {
                        "id": "0f53349f-3681-4f36-8d7a-2f7a664947a3",
                        "pref_label": {
                            "en": "University of Liverpool",
                            "fi": "University of Liverpool"
                        }
                    }
                },
                {
                    "id": "45aa7b7c-8486-472f-b84a-34acb4ac537b",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "b6370489-fcb9-4922-8b04-14a0d67186b3",
                        "name": "McCarter, Adam",
                        "external_identifier": "0009-0007-8494-8331"
                    },
                    "organization": {
                        "id": "0f53349f-3681-4f36-8d7a-2f7a664947a3",
                        "pref_label": {
                            "en": "University of Liverpool",
                            "fi": "University of Liverpool"
                        }
                    }
                },
                {
                    "id": "32d4596b-0100-4833-a60a-0690235306b7",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "aa81a46e-0d3f-4e54-8ab0-59b1a30c292b",
                        "name": "Keatings, James",
                        "external_identifier": "0000-0003-4271-8021"
                    },
                    "organization": {
                        "id": "aefdd0c3-fec5-4d5b-bec4-25327e7db33b",
                        "pref_label": {
                            "en": "University of the West of Scotland",
                            "fi": "University of the West of Scotland"
                        }
                    }
                },
                {
                    "id": "7f66444e-6bff-49f4-890b-86dff7e3f609",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "ca0c616e-ef7b-4208-9041-21024884ad09",
                        "name": "Smith, John",
                        "external_identifier": "0000-0001-7386-3390"
                    },
                    "organization": {
                        "id": "aefdd0c3-fec5-4d5b-bec4-25327e7db33b",
                        "pref_label": {
                            "en": "University of the West of Scotland",
                            "fi": "University of the West of Scotland"
                        }
                    }
                },
                {
                    "id": "96e4d974-443b-487e-86d7-d60183ace5ea",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "670baa67-997f-47c3-aea5-3d4e8e1b7cc4",
                        "name": "Hogg, Ben"
                    },
                    "organization": {
                        "id": "aefdd0c3-fec5-4d5b-bec4-25327e7db33b",
                        "pref_label": {
                            "en": "University of the West of Scotland",
                            "fi": "University of the West of Scotland"
                        }
                    }
                },
                {
                    "id": "c44947cb-45f1-433a-987e-c7120d59fb13",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "f0c96bcd-95d9-4098-bc82-d63fdc200c51",
                        "name": "Ayatollahzadeh, Hamid"
                    },
                    "organization": {
                        "id": "aefdd0c3-fec5-4d5b-bec4-25327e7db33b",
                        "pref_label": {
                            "en": "University of the West of Scotland",
                            "fi": "University of the West of Scotland"
                        }
                    }
                },
                {
                    "id": "d896b985-8583-4225-afa7-a43bbd8f47c6",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "c760e864-780d-49b9-b1e9-888e8eddc860",
                        "name": "Briscoe, Andrew",
                        "external_identifier": "0000-0002-3925-5065"
                    },
                    "organization": {
                        "id": "0f53349f-3681-4f36-8d7a-2f7a664947a3",
                        "pref_label": {
                            "en": "University of Liverpool",
                            "fi": "University of Liverpool"
                        }
                    }
                },
                {
                    "id": "399dcb1c-2916-4c77-8d75-d61514d3cd91",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "ac6792de-2a33-400d-9cc4-c1ab0ad6313e",
                        "name": "Sullivan, Conor",
                        "external_identifier": "0000-0001-8057-591X"
                    },
                    "organization": {
                        "id": "0f53349f-3681-4f36-8d7a-2f7a664947a3",
                        "pref_label": {
                            "en": "University of Liverpool",
                            "fi": "University of Liverpool"
                        }
                    }
                },
                {
                    "id": "2b86363b-273b-4239-a657-72d0545b7709",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "54a3d51f-c0e1-46d1-9184-6b44953618c6",
                        "name": "Al Wadie, Norah"
                    },
                    "organization": {
                        "id": "0f53349f-3681-4f36-8d7a-2f7a664947a3",
                        "pref_label": {
                            "en": "University of Liverpool",
                            "fi": "University of Liverpool"
                        }
                    }
                },
                {
                    "id": "8ef5a9bf-4e43-43d5-800f-41f09a90af8f",
                    "roles": [
                        "publisher",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                        "pref_label": {
                            "en": "University of Jyväskylä",
                            "fi": "Jyväskylän yliopisto",
                            "sv": "Jyväskylä universitet",
                            "und": "Jyväskylän yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "bibliographic_citation": "Auranen, Kalle; Pakarinen, Janne; Greenlees, Paul; Kokkonen, Henna; Aden, Philson-Amanda; Julin, Rauno; Uusitalo, Juha; Grahn, Tuomas; Rahkila, Panu; Leino, Matti; Saren, Jan; Joukainen, Henna et al. <i>JYFL-ACCLAB-JR158 Identification of parity-doublet bands in odd-Z 223Pa using recoil alpha-decay tagging with Jurogam3, RITU, and GREAT </i>. V. 26.6.2024. University of Jyväskylä.",
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-ida",
            "description": {
                "en": "Data from an experiment to study excited states of the odd-Z N = 132 nucleus 223Pa. This nucleus\r\nlies in light-actinide region of strong octupole correlations. At the time of the experiment, there were no known excited states in the nucleus 223Pa, but nine -ray transitions\r\nhave previously been assigned to the decay of its excited states. In the experiment, excited states of 223Pa were studied using gamma-ray spectroscopy with the\r\nJurogam3-RITU-GREAT set-up. Excited states in 223Pa were populated using the 208Pb(19F,4n)\r\nreaction, with a beam energy of 110 MeV, for which the cross section was expected to be about\r\n100 μb. The 223Pa evaporation residues were identified using the recoil-decay tagging method,\r\nexploiting the decay of 223Pa [T1/2=4.9(5) ms, E =8014(5) keV, 8172(5) keV, b =100%]."
            },
            "field_of_science": [
                {
                    "id": "7e12a692-26de-4e3c-b28c-64f8a32ef40a",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta114",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Physical sciences",
                        "fi": "Fysiikka",
                        "sv": "Fysik"
                    }
                }
            ],
            "fileset": {
                "storage_service": "ida",
                "csc_project": "jyy2610",
                "total_files_count": 2361,
                "total_files_size": 3462297677777
            },
            "infrastructure": [],
            "issued": "2025-01-24",
            "keyword": [
                "ydinfysiikka",
                "nuclear physics",
                "gammasäteily",
                "gamma radiation",
                "nuclear structure physics",
                "octupole deformation",
                "recoil decay tagging",
                "gamma-ray spectroscopy",
                "protactinium"
            ],
            "language": [
                {
                    "id": "ec748146-3403-4a7f-adfe-bdbb1b889372",
                    "url": "http://lexvo.org/id/iso639-3/eng",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "English",
                        "fi": "englanti",
                        "sv": "engelska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "fd7ab5d6-9e71-4d83-9e65-21ab7516b9fd",
                "organization": "jyu.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.23729/92e3b3a7-ed81-4cb8-8ef4-0615c04c48ba",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2024-06-07",
                    "end_date": "2024-06-26"
                }
            ],
            "theme": [
                {
                    "id": "1546127d-2f07-45be-9325-7b43bdac9bc2",
                    "url": "http://www.yso.fi/onto/koko/p9878",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "nuclear physics",
                        "fi": "ydinfysiikka",
                        "sv": "kärnfysik"
                    }
                },
                {
                    "id": "95740f17-77e6-4baf-aed1-015d65773412",
                    "url": "http://www.yso.fi/onto/koko/p35703",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "gamma radiation",
                        "fi": "gammasäteily",
                        "sv": "gammastrålning"
                    }
                }
            ],
            "title": {
                "en": "JYFL-ACCLAB-JR158 Identification of parity-doublet bands in odd-Z 223Pa using recoil alpha-decay tagging with Jurogam3, RITU, and GREAT",
                "fi": "JYFL-ACCLAB-JR158 Identification of parity-doublet bands in odd-Z 223Pa using recoil alpha-decay tagging with Jurogam3, RITU, and GREAT"
            },
            "created": "2025-01-24T08:30:36Z",
            "modified": "2025-01-24T08:37:33Z",
            "dataset_versions": [
                {
                    "id": "72552a9d-c473-4e1b-8aca-06f00f2a3f48",
                    "title": {
                        "en": "JYFL-ACCLAB-JR158 Identification of parity-doublet bands in odd-Z 223Pa using recoil alpha-decay tagging with Jurogam3, RITU, and GREAT",
                        "fi": "JYFL-ACCLAB-JR158 Identification of parity-doublet bands in odd-Z 223Pa using recoil alpha-decay tagging with Jurogam3, RITU, and GREAT"
                    },
                    "persistent_identifier": "doi:10.23729/92e3b3a7-ed81-4cb8-8ef4-0615c04c48ba",
                    "state": "published",
                    "created": "2025-01-24T08:30:36Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "4ee565a3-34a6-4364-b964-4c32bb574fcf",
            "access_rights": {
                "id": "f2116976-b0b3-4995-be14-c592925a759e",
                "license": [
                    {
                        "id": "60ce96ab-a581-4225-a652-bad746a435a2",
                        "title": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty",
                            "und": "Ei määritelty"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/notspecified",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "e4b4144b-0d78-495e-9356-07ba2243ad4d",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/personal_data",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restricted access due to personal data content",
                            "fi": "Saatavuutta rajoitettu luottamuksellisiin henkilötietoihin perustuen",
                            "sv": "Begränsad åtkomst på grund av personuppgifter"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "8d04e2e0-fa4b-4b11-bffa-4862b93f5758",
                    "roles": [
                        "creator",
                        "rights_holder"
                    ],
                    "person": {
                        "id": "6ad06005-92c3-4935-a92c-8d4c0c20f1b3",
                        "name": "Minna Uitto",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0001-9180-4415"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "bc9854bc-5e20-45f8-9e7c-a91e27474b1a",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "1639e3e8-a1cb-4664-ac6c-194776d00010",
                        "name": "Sonja Lutovac",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0002-3909-525X"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "cd975480-3474-425f-b37f-bc1fd9b41f68",
                    "roles": [
                        "publisher",
                        "curator",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "3d09f913-fc9b-4348-8f9b-c7e729ac28e1",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "b9228717-7048-42ec-ad80-41b66bd9e088",
                        "name": "Virve Keränen",
                        "email": "<hidden>",
                        "external_identifier": "0000-0002-4506-7482"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "1cf0e91d-bb08-4a62-9563-59b4ee4d7015",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "64647d38-56dc-4d45-9603-b326dd68fa47",
                        "name": "Anniina Kettunen",
                        "email": "<hidden>",
                        "external_identifier": "0000-0003-3536-304X"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "cf083743-44a2-4c97-8853-99e6f28d201c",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "e30c6307-bfb0-4f97-a5f0-2cebb3b21d1f",
                        "name": "Minna Körkkö",
                        "email": "<hidden>",
                        "external_identifier": "0000-0002-4248-1434"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "2a31e310-da6f-4e1c-95b5-f90ef4836214",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "ecbbf4e6-ae73-47a0-af36-0d5e6a672c10",
                        "name": "Anne Martin",
                        "email": "<hidden>",
                        "external_identifier": "0000-0003-4434-4975"
                    },
                    "organization": {
                        "id": "88caaee3-7938-4979-86f3-d7b4596ea4be",
                        "pref_label": {
                            "en": "Kasvatustieteiden ja psykologian tiedekunta",
                            "fi": "Kasvatustieteiden ja psykologian tiedekunta",
                            "sv": "Kasvatustieteiden ja psykologian tiedekunta",
                            "und": "Kasvatustieteiden ja psykologian tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-211000",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "55b9e94d-4100-455a-ade7-4b6e81fd5da5",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "4c0923bf-956f-4125-a796-de97089389c7",
                        "name": "Unna Majava"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "a8475cab-1ddd-4313-bed1-7b4ac285b787",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "531de203-8628-497c-91b9-35941db68b81",
                        "name": "Antti Salminen"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "0ba0af13-947d-4655-8da9-42ae502fc4cd",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "ea8a65d8-3f47-4c27-aeac-4d1002bd6301",
                        "name": "Saana-Lotta Korkala"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "f2e0aa5e-4077-402a-8e72-ba1fd3e32b8d",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "4a5e5e10-865c-4865-bb7e-dfc19c91a4c8",
                        "name": "Maija Lehtelä"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "2f392e35-bdf5-4cc0-8dd8-3ceb5732f926",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "606c9345-005c-4248-bd36-851f65aa29f5",
                        "name": "Marita Kauppi"
                    },
                    "organization": {
                        "id": "a9c3d876-43ef-4c8f-9162-7d4d7789f2b3",
                        "pref_label": {
                            "fi": "KASVATUSTIETEIDEN TIEDEKUNTA",
                            "und": "KASVATUSTIETEIDEN TIEDEKUNTA"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904-24010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-att",
            "description": {
                "en": "RELA-project, funded by the Academy of Finland (2020-2024), is being carried out at the Faculty of Education and Psychology, University of Oulu, Finland. The project explores what changing working conditions mean for teachers’ relationships in their work, and how teachers make sense of their changing relationships. Several data sets were collected. \n\nThe first data set consists of 25 narrative interviews with teachers working in Finnish basic education (teaching students from 7 to 16 years of age). The participant teachers have various years of teaching experience, live in different areas in Finland and belong to various teaching fields (e.g., primary school teachers, special education teachers and subject teachers, teaching different subject combinations). Teachers were asked to tell about their work, the current relationships in their work, as well as about the changes they have experienced in their work and in the relationships. The main themes emerging from the interviews included student-teacher relationships, parent-teacher relationships, co-teaching, multi-professional cooperation, teamwork, leadership, diversity, open architecture, social media, educational technologies, emotions and pandemic. The data set is available in Finnish language. \n\nThe second data set consists of 21 narratives written by in-service basic education teachers. The years of teaching experience varies among the participant teachers, and they are teaching in different areas around Finland. Via a call to participate in the research, the teachers were asked to answer a Webropol survey with an open question “Please tell, what is teachers’ work today like?”. The data set is available in Finnish language. \n\nThe third data set consists of teachers’ creative writings produced in creative writing workshops and video-recordings of the workshops. Two creative writing workshops for 8 teachers working in Finnish basic education were organized. The participant teachers have various years of teaching experience, live in different areas in Finland and belong to various teaching fields. Teachers engaged in several creative writing exercises, through which they narrated the stories of what it is like to be a teacher and about the relationships in their work. Two researchers facilitated the workshops. The data set is available in Finnish language."
            },
            "field_of_science": [
                {
                    "id": "d6d3fdd1-109b-4be3-8d50-782bc474d514",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta516",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Educational sciences",
                        "fi": "Kasvatustieteet",
                        "sv": "Pedagogik"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2023-02-28",
            "keyword": [
                "Change",
                "narrative research",
                "relationships",
                "teachers",
                "teachers' work",
                "working conditions"
            ],
            "language": [
                {
                    "id": "c757dc29-552d-48b2-9efc-4d53b939a7ef",
                    "url": "http://lexvo.org/id/iso639-3/fin",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finnish",
                        "fi": "suomi",
                        "sv": "finska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "eccc3a96-7dfe-419f-8bf6-b61495ab5adb",
                "organization": "oulu.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:att:fa7a7791-d12a-47f7-afc3-9e97aa4fdd5c",
            "pid_generated_by_fairdata": true,
            "projects": [
                {
                    "id": "113b5b6b-5609-4d16-8a57-77fb295d0ef4",
                    "title": {
                        "en": "Unpacking and Redefining Changing Relationships in Teachers’ Work (RELA)",
                        "fi": "Opettajan työn moninaistuvat suhteet (RELA)"
                    },
                    "participating_organizations": [
                        {
                            "id": "5540c65d-0d55-47f8-a1e5-d32ca7ff281e",
                            "pref_label": {
                                "en": "University of Oulu",
                                "fi": "Oulun yliopisto",
                                "sv": "Uleåborgs universitet",
                                "und": "Oulun yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01904",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    ],
                    "funding": [
                        {
                            "funder": {
                                "organization": {
                                    "id": "8f22ed54-7903-4fe1-9602-9370b89e15d1",
                                    "pref_label": {
                                        "en": "Research Council of Finland",
                                        "fi": "Suomen Akatemia",
                                        "sv": "Finlands Akademi",
                                        "und": "Suomen Akatemia"
                                    },
                                    "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02458939",
                                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                                },
                                "funder_type": {
                                    "id": "9e7a4a88-879d-43cb-8843-9e7241623aa6",
                                    "url": "http://uri.suomi.fi/codelist/fairdata/funder_type/code/finnish-fof",
                                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/funder_type",
                                    "pref_label": {
                                        "en": "Finnish fund or foundation",
                                        "fi": "Kotimainen rahasto tai säätiö"
                                    }
                                }
                            },
                            "funding_identifier": "332232"
                        }
                    ]
                }
            ],
            "provenance": [],
            "relation": [
                {
                    "entity": {
                        "title": {
                            "en": "Lutovac, Uitto, Keränen, Kettunen, Flores: Teachers' work today: Exploring Finnish teachers’ narratives",
                            "fi": "Lutovac, Uitto, Keränen, Kettunen, Flores: Teachers' work today: Exploring Finnish teachers’ narratives"
                        },
                        "entity_identifier": "https://doi.org/10.1016/j.tate.2023.104378",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "en": "Körkkö, Lutovac: Relational perplexities of today’s teachers: social-emotional competence perspective",
                            "fi": "Körkkö, Lutovac: Relational perplexities of today’s teachers: social-emotional competence perspective"
                        },
                        "entity_identifier": "https://doi.org/10.1080/10476210.2023.2298194",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "en": "Körkkö, Lutovac, Korte: The sense of inadequacy and uncertainty arising from teacher work: Perspectives of pre- and in-service teachers",
                            "fi": "Körkkö, Lutovac, Korte: The sense of inadequacy and uncertainty arising from teacher work: Perspectives of pre- and in-service teachers"
                        },
                        "entity_identifier": "https://doi.org/10.1016/j.ijer.2024.102410",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "en": "Keränen, Uitto, Martin, Kettunen, Körkkö, Lutovac: Creative Writings, Creative Analysis: Exploring Narrative Ways to Analyse Teachers’ Writings",
                            "fi": "Keränen, Uitto, Martin, Kettunen, Körkkö, Lutovac: Creative Writings, Creative Analysis: Exploring Narrative Ways to Analyse Teachers’ Writings"
                        },
                        "entity_identifier": "https://doi.org/10.1007/978-3-031-68350-3_8",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "en": "Lutovac, Keränen, Körkkö, Uitto, Clandinin: Teachers’ experiences of being unsettled within their relationships with parents: Shifting professional knowledge landscapes",
                            "fi": "Lutovac, Keränen, Körkkö, Uitto, Clandinin: Teachers’ experiences of being unsettled within their relationships with parents: Shifting professional knowledge landscapes"
                        },
                        "entity_identifier": "https://doi.org/10.1016/j.tate.2024.104790",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                }
            ],
            "remote_resources": [],
            "spatial": [
                {
                    "geographic_name": "Finland"
                }
            ],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2020-09-01",
                    "end_date": "2024-08-31"
                }
            ],
            "theme": [],
            "title": {
                "en": "Unpacking and Redefining Changing Relationships in Teachers’ Work (RELA)"
            },
            "created": "2023-02-28T11:29:28Z",
            "modified": "2025-01-24T08:15:57Z",
            "dataset_versions": [
                {
                    "id": "4ee565a3-34a6-4364-b964-4c32bb574fcf",
                    "title": {
                        "en": "Unpacking and Redefining Changing Relationships in Teachers’ Work (RELA)"
                    },
                    "persistent_identifier": "urn:nbn:fi:att:fa7a7791-d12a-47f7-afc3-9e97aa4fdd5c",
                    "state": "published",
                    "created": "2023-02-28T11:29:28Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "2da4eb6c-3e8f-4ccf-809a-5a56b29ce11b",
            "access_rights": {
                "id": "9138f4d7-a9a0-4bb4-b093-e9dddbd312f7",
                "license": [],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": [],
                "show_file_metadata": true
            },
            "actors": [
                {
                    "id": "12211e40-e65a-4fd8-a5b8-010b7ac6b1e0",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "68a53488-2976-4f73-a7a8-42ff84f1eb8a",
                        "name": "Jarmo Kohonen"
                    },
                    "organization": {
                        "id": "72523df3-dd84-4f08-8e95-cfd7c8b0c8df",
                        "pref_label": {
                            "fi": "Helsingin yliopisto"
                        }
                    }
                },
                {
                    "id": "bb04e557-7106-4469-88a3-5ddba1214267",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "b121fa2f-61e5-4dc8-b7b0-c2f0fc109692",
                        "name": "Jukka Kuva"
                    },
                    "organization": {
                        "id": "4d5f1b11-1344-4a90-9ebf-2972eefcaae5",
                        "pref_label": {
                            "fi": "Geologian Tutkimuskeskus GTK"
                        }
                    }
                },
                {
                    "id": "9561bea1-3d6e-4150-ad2f-9988dc4e8842",
                    "roles": [
                        "publisher"
                    ],
                    "person": {
                        "id": "8143a2a4-9fd6-4973-9061-0945bed0e309",
                        "name": "Jukka Kuva",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "4d5f1b11-1344-4a90-9ebf-2972eefcaae5",
                        "pref_label": {
                            "fi": "Geologian Tutkimuskeskus GTK"
                        }
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-pas",
            "description": {
                "en": "Two samples from the same wall of an aggregate quarry (63o10’16’’; 29o15’47’’). (1) Mylonitic foliation of S>L tectonite and (2) lineation dominated fabric of L>S tectonite. Rock type tonalite/granodiorite (Archean). Article (in prep): Kohonen J., Laitala J., Jäsberg J., Luukas J. and Kontinen A. BASEMENT-COVER RELATIOSHIPS AND SVECOFENNIAN DEFORMATION OF THE ARCHEAN BASEMENT COMPLEX IN EASTERN FINLAND . Preview dataset found at https://doi.org/10.23729/0be50e5b-87c7-4ba2-b0cf-765c4fced269 . To obtain data, please contact fairdata-pas@gtk.fi ."
            },
            "field_of_science": [],
            "fileset": {
                "storage_service": "pas",
                "csc_project": "2000682",
                "total_files_count": 3896,
                "total_files_size": 9777699371
            },
            "infrastructure": [],
            "issued": "2024-12-05",
            "keyword": [],
            "language": [],
            "metadata_owner": {
                "id": "2f113b48-16ef-498e-86d2-dc2ac66eb0b7",
                "organization": "gtk.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.23729/47b8d39e-1152-43cd-b234-8587d855846e",
            "pid_generated_by_fairdata": true,
            "preservation": {
                "id": "246f3a84-2fc5-4d90-a1d7-866914c91edd",
                "contract": "urn:uuid:5699f46e-08e9-433c-bfc7-037cabe6826e",
                "preservation_identifier": "doi:10.23729/47b8d39e-1152-43cd-b234-8587d855846e",
                "state": 120,
                "state_modified": "2025-01-22T19:04:39Z",
                "description": {
                    "und": "Accepted to preservation"
                },
                "reason_description": "",
                "pas_package_created": false,
                "pas_process_running": false
            },
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [],
            "theme": [],
            "title": {
                "en": "Archean tonalite"
            },
            "created": "2025-01-22T09:17:07Z",
            "modified": "2025-01-22T19:04:40Z",
            "dataset_versions": [
                {
                    "id": "2da4eb6c-3e8f-4ccf-809a-5a56b29ce11b",
                    "title": {
                        "en": "Archean tonalite"
                    },
                    "persistent_identifier": "doi:10.23729/47b8d39e-1152-43cd-b234-8587d855846e",
                    "state": "published",
                    "created": "2025-01-22T09:17:07Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "4bec0732-8234-4c4e-b2a6-eafe9a16db01",
            "access_rights": {
                "id": "c0729641-5a1c-4757-8a5f-36c33da50c5b",
                "license": [
                    {
                        "id": "03258502-6709-437e-9a06-5661857ea4bf",
                        "custom_url": "https://rightsstatements.org/page/InC/1.0/",
                        "title": {
                            "en": "Other (Not Open)",
                            "fi": "Muu (Ei avoin)",
                            "und": "Muu (Ei avoin)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/other-closed",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Other (Not Open)",
                            "fi": "Muu (Ei avoin)"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "93fb2814-c290-41fc-a08c-1cc3f8628d20",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/copyright",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restricted access due to copyright",
                            "fi": "Saatavuutta rajoitettu tekijäoikeuden perusteella",
                            "sv": "Begränsad åtkomst på grund av upphovsrätt"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "57534245-ae03-4417-90cd-0b2e786479ad",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "3408069d-f2ef-4e0c-993a-10630a26afd8",
                        "name": "Rai, Shailendra",
                        "external_identifier": "0000-0001-7598-9691"
                    },
                    "organization": {
                        "id": "f4ac88b4-cca4-46d2-8c4f-c043b7cf566e",
                        "pref_label": {
                            "en": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "fi": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "sv": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "und": "Humanistis-yhteiskuntatieteellinen tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-213000",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "cf2dc8f9-831c-4a56-bc4c-9130d534d55d",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "aa741ecc-fdf1-4d72-aae3-98eb25ad4fb0",
                        "name": "Kangas, Katja",
                        "external_identifier": "0000-0002-3958-1602"
                    },
                    "organization": {
                        "id": "895e9a36-6341-45ca-9790-09cf2187d599",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus LUKE"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02446292",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "f091320c-fabc-4dec-8dcb-73a3ef071a8d",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "e39c8360-e45d-4eaf-b72d-4c8cb771c381",
                        "pref_label": {
                            "en": "Natural Resources Institute (LUKE), Finland"
                        }
                    }
                },
                {
                    "id": "940507c4-ee3a-4d0e-812e-aa42d32630ad",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "4ec1f467-98f1-469d-a70b-7b786e50928d",
                        "name": "Turtiainen, Kati",
                        "external_identifier": "0000-0002-6318-7197"
                    },
                    "organization": {
                        "id": "35d812f8-4c49-4e8e-a431-e4181a8b15ba",
                        "pref_label": {
                            "en": "Kokkolan yliopistokeskus Chydenius",
                            "fi": "Kokkolan yliopistokeskus Chydenius",
                            "sv": "Kokkolan yliopistokeskus Chydenius",
                            "und": "Kokkolan yliopistokeskus Chydenius"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-219120",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "b8c93bcb-707c-4eb4-8698-4aab5cfbaffe",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "c25bb352-56f6-4172-a63e-ebc0f7d16d64",
                        "name": "Stamm, Ingo",
                        "external_identifier": "0000-0002-9350-1685"
                    },
                    "organization": {
                        "id": "35d812f8-4c49-4e8e-a431-e4181a8b15ba",
                        "pref_label": {
                            "en": "Kokkolan yliopistokeskus Chydenius",
                            "fi": "Kokkolan yliopistokeskus Chydenius",
                            "sv": "Kokkolan yliopistokeskus Chydenius",
                            "und": "Kokkolan yliopistokeskus Chydenius"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-219120",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "086c641a-9278-404e-9de8-356f15b628fd",
                    "roles": [
                        "contributor",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "895e9a36-6341-45ca-9790-09cf2187d599",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus LUKE"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02446292",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "c9b63cd5-1669-44bf-8b92-7f7f6e78ac12",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "58c63eac-e3d2-4c2c-8447-3075da6f3322",
                        "name": "Tarvainen, Oili"
                    },
                    "organization": {
                        "id": "783f515b-01d3-412c-b036-86c3718c05f0",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "b5774969-0437-4c42-8823-f3b263d370c9",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "15e88633-65d0-4240-8dff-b1ae03bdbbe4",
                        "name": "Uusitalo, Marja"
                    },
                    "organization": {
                        "id": "783f515b-01d3-412c-b036-86c3718c05f0",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "9432f147-ced9-4275-8042-6b87d1dcea63",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "5fdfadea-ec46-420a-9b81-2e17abfc8fa2",
                        "name": "Tolvanen, Anne (All from Natural Resources Institute"
                    },
                    "organization": {
                        "id": "783f515b-01d3-412c-b036-86c3718c05f0",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "f6cd1e0b-07de-4d3a-8013-d5638faede9b",
                    "roles": [
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                        "pref_label": {
                            "en": "University of Jyväskylä",
                            "fi": "Jyväskylän yliopisto",
                            "sv": "Jyväskylä universitet",
                            "und": "Jyväskylän yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "bibliographic_citation": "Rai, Shailendra; Kangas, Katja. <i>Use of public natural environment as a means of inclusion for people with a migration background: Survey data for intervention study</i>. V. 1.1.2024. University of Jyväskylä.",
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-jyu",
            "description": {
                "en": "The intervention study data \"Inclusive Nature\" aims to investigate how people of different nationalities perceive nature-based activities and how they influence their well-being and their experience of inclusion.\r\nThe study will help in measuring the effectiveness of Nature-based Interventions and produce knowledge on whether nature-based activities can be used to promote the inclusion of people with a migrant background.\r\n\r\nThe survey is part of the EU-funded ASTRA- project. The survey is conducted by Natural Resources Institute Finland, in cooperation with University of Jyväskylä."
            },
            "field_of_science": [
                {
                    "id": "dfda8c5a-5949-4867-b9e2-f9fe9fee7a2f",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta520",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Other social sciences",
                        "fi": "Muut yhteiskuntatieteet",
                        "sv": "Övriga samhällsvetenskaper"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2025-01-22",
            "keyword": [],
            "language": [
                {
                    "id": "ec748146-3403-4a7f-adfe-bdbb1b889372",
                    "url": "http://lexvo.org/id/iso639-3/eng",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "English",
                        "fi": "englanti",
                        "sv": "engelska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "0a64b9bf-a6de-46f9-9699-334dc9a5c9e5",
                "organization": "jyu.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.17011/jyx/dataset/99666",
            "pid_generated_by_fairdata": false,
            "projects": [
                {
                    "id": "7e33ea59-319e-4814-98b7-163268f15cb0",
                    "title": {
                        "en": "Applying Sustainability Transition Research in Social Work tackling Major Societal Challenge of Social Inclusion",
                        "fi": "Kestävän kehityksen siirtymätutkimuksen lähestymistapojen soveltaminen sosiaaltyössä sosiaalisen inkluusion saavuttamiseksi"
                    },
                    "project_identifier": "jyu-proj.41774461",
                    "participating_organizations": [
                        {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    ],
                    "funding": [
                        {
                            "funder": {
                                "organization": {
                                    "id": "7cf1161d-0c2b-4c7c-b7ff-a29188c286c7",
                                    "pref_label": {
                                        "en": "European Commission",
                                        "fi": "Euroopan komissio"
                                    }
                                }
                            },
                            "funding_identifier": "955518"
                        }
                    ]
                }
            ],
            "provenance": [],
            "relation": [
                {
                    "entity": {
                        "title": {
                            "en": "Rai, Shailendra; Kangas, Katja. <i>Survey data: Use of public natural environment as a means of inclusion for people with a migration background</i>. V. 1.1.2024. University of Jyväskylä.",
                            "fi": "Rai, Shailendra; Kangas, Katja. <i>Survey data: Use of public natural environment as a means of inclusion for people with a migration background</i>. V. 1.1.2024. University of Jyväskylä."
                        },
                        "entity_identifier": "jyu-resd.243491335",
                        "type": {
                            "id": "e327ac43-4e47-43e8-9a18-cad528eeac08",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/dataset",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Dataset",
                                "fi": "Tutkimusaineisto"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "771f2bed-5a25-4285-9aa2-994ceec7e667",
                        "url": "http://purl.org/dc/terms/isPartOf",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Is part of",
                            "fi": "Kuuluu aineistoon"
                        }
                    },
                    "metax_ids": []
                }
            ],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2022-08-01",
                    "end_date": "2023-10-31"
                }
            ],
            "theme": [
                {
                    "id": "172ab466-bb5c-424f-a254-36d00a0f5541",
                    "url": "http://www.yso.fi/onto/koko/p33264",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migration of peoples",
                        "fi": "kansainvaellukset",
                        "sv": "folkvandringarna"
                    }
                },
                {
                    "id": "be9316c2-3d7f-42c7-aad8-90e42cbac71f",
                    "url": "http://www.yso.fi/onto/koko/p35458",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participatory research",
                        "fi": "osallistava tutkimus",
                        "sv": "deltagarorienterad forskning"
                    }
                },
                {
                    "id": "e0f1a509-dccb-4c2f-84e2-6b20d3d304b9",
                    "url": "http://www.yso.fi/onto/koko/p90542",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "cultural well-being",
                        "fi": "kulttuurihyvinvointi",
                        "sv": "kulturell välfärd"
                    }
                },
                {
                    "id": "dc413d15-f70d-4bf5-b3c8-fb81e26589ab",
                    "url": "http://www.yso.fi/onto/koko/p159",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "inclusion",
                        "fi": "inkluusio",
                        "sv": "inklusion"
                    }
                },
                {
                    "id": "7bd3c902-89a0-49e6-8b1a-400483372ab8",
                    "url": "http://www.yso.fi/onto/koko/p17197",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "social integration",
                        "fi": "sosiaalinen integraatio",
                        "sv": "social integration"
                    }
                },
                {
                    "id": "2b9d581a-c05a-44c9-bcbb-39bd4655e11f",
                    "url": "http://www.yso.fi/onto/koko/p16819",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "behaviour therapy",
                        "fi": "käyttäytymisterapia",
                        "sv": "beteendeterapi"
                    }
                },
                {
                    "id": "5130a0f0-ec60-4ca5-ac4f-d9646b627641",
                    "url": "http://www.yso.fi/onto/koko/p2885",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participatory planning",
                        "fi": "yhteissuunnittelu",
                        "sv": "samplanering"
                    }
                },
                {
                    "id": "80bf8c29-52d2-4638-8d5c-361273da3946",
                    "url": "http://www.yso.fi/onto/koko/p34535",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "social inclusion",
                        "fi": "osallistaminen",
                        "sv": "delaktiggörande"
                    }
                },
                {
                    "id": "512e3396-71f1-470b-8f11-4259ad87bb22",
                    "url": "http://www.yso.fi/onto/koko/p74076",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "welfare and wellbeing economy",
                        "fi": "hyvinvointitalous",
                        "sv": "välfärdsekonomi"
                    }
                },
                {
                    "id": "ea8d997c-5c2b-4974-b8d2-a0721123952f",
                    "url": "http://www.yso.fi/onto/koko/p36467",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migrant integration",
                        "fi": "kotouttaminen (maahanmuuttajat)",
                        "sv": "integrationsfrämjande"
                    }
                },
                {
                    "id": "cb1a459e-0923-4c5c-a436-94e441255be8",
                    "url": "http://www.yso.fi/onto/koko/p7665",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "returnees (immigrants)",
                        "fi": "paluumuuttajat",
                        "sv": "återflyttare"
                    }
                },
                {
                    "id": "19ea612f-a20b-49a7-8fd1-2006497a2829",
                    "url": "http://www.yso.fi/onto/koko/p5486",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "urban-rural migration",
                        "fi": "maallemuutto",
                        "sv": "flyttning till landsbygden"
                    }
                },
                {
                    "id": "95dee733-ae2a-4d4e-bff7-f413642f5109",
                    "url": "http://www.yso.fi/onto/koko/p59584",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "integration training for immigrants",
                        "fi": "kotoutumiskoulutus",
                        "sv": "integrationsutbildning"
                    }
                },
                {
                    "id": "edcfd2d6-6baf-492d-8085-bab83fd9d926",
                    "url": "http://www.yso.fi/onto/koko/p48013",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "green area planning",
                        "fi": "vihersuunnittelu",
                        "sv": "grönområdesplanering"
                    }
                },
                {
                    "id": "98cd321e-da1a-4b42-ae69-3a8aac9bed11",
                    "url": "http://www.yso.fi/onto/koko/p3971",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "recreation",
                        "fi": "virkistystoiminta",
                        "sv": "rekreationsverksamhet"
                    }
                },
                {
                    "id": "8f2c4c64-746a-4243-9eb6-3f413686dec1",
                    "url": "http://www.yso.fi/onto/koko/p7323",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "refugee welfare",
                        "fi": "pakolaishuolto",
                        "sv": "flyktingvård"
                    }
                },
                {
                    "id": "de83201f-0ce4-4817-a5b2-704d7491fff8",
                    "url": "http://www.yso.fi/onto/koko/p32966",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "outdoor recreation areas",
                        "fi": "ulkoilualueet",
                        "sv": "friluftsområden"
                    }
                },
                {
                    "id": "c94b459a-1a39-4e19-8ae5-a078c1aac0c4",
                    "url": "http://www.yso.fi/onto/koko/p51257",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "immigrant background",
                        "fi": "maahanmuuttajatausta",
                        "sv": "invandrarbakgrund"
                    }
                },
                {
                    "id": "5a062c86-50f7-4078-bea9-62c3078d1214",
                    "url": "http://www.yso.fi/onto/koko/p5330",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "mental well-being",
                        "fi": "henkinen hyvinvointi",
                        "sv": "psykiskt välbefinnande"
                    }
                },
                {
                    "id": "16d7878d-893f-4e77-8ef8-8d8cda655df8",
                    "url": "http://www.yso.fi/onto/koko/p31732",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "outdoor recreation",
                        "fi": "ulkoilu",
                        "sv": "friluftsliv"
                    }
                },
                {
                    "id": "77d0b9a8-b46d-4f1c-87e7-e48070d3530e",
                    "url": "http://www.yso.fi/onto/koko/p5559",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migration (demography)",
                        "fi": "siirtolaisuus",
                        "sv": "migration (människor)"
                    }
                },
                {
                    "id": "7df45784-1303-40c4-b5aa-6efea95490fd",
                    "url": "http://www.yso.fi/onto/koko/p16280",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "asylum seekers",
                        "fi": "turvapaikanhakijat",
                        "sv": "asylsökande"
                    }
                },
                {
                    "id": "3e765bec-193b-4bb0-8bfe-8fbc4d8c91f1",
                    "url": "http://www.yso.fi/onto/koko/p35770",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participation",
                        "fi": "osallistuminen",
                        "sv": "deltagande"
                    }
                },
                {
                    "id": "031bd6e7-b266-41ba-815f-767ce96a24b1",
                    "url": "http://www.yso.fi/onto/koko/p63622",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "integration of migrants",
                        "fi": "kotoutuminen (maahanmuuttajat)",
                        "sv": "integration hos invandrare"
                    }
                },
                {
                    "id": "d2f9b4bf-cd53-461a-99d3-33d573e92ec8",
                    "url": "http://www.yso.fi/onto/koko/p30529",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "immigrants",
                        "fi": "maahanmuuttajat",
                        "sv": "invandrare"
                    }
                },
                {
                    "id": "3c7b8018-6420-4126-a18b-2a647d881fee",
                    "url": "http://www.yso.fi/onto/koko/p73208",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "wellbeing services counties",
                        "fi": "hyvinvointialueet",
                        "sv": "välfärdsområden"
                    }
                },
                {
                    "id": "2b9a67b2-20a7-4d70-bf9b-cbb97174e566",
                    "url": "http://www.yso.fi/onto/koko/p34801",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "refugees",
                        "fi": "pakolaiset",
                        "sv": "flyktingar"
                    }
                }
            ],
            "title": {
                "en": "Use of public natural environment as a means of inclusion for people with a migration background: Survey data for intervention study",
                "fi": "Use of public natural environment as a means of inclusion for people with a migration background: Survey data for intervention study"
            },
            "created": "2025-01-22T09:49:03Z",
            "modified": "2025-01-22T09:49:04Z",
            "dataset_versions": [
                {
                    "id": "4bec0732-8234-4c4e-b2a6-eafe9a16db01",
                    "title": {
                        "en": "Use of public natural environment as a means of inclusion for people with a migration background: Survey data for intervention study",
                        "fi": "Use of public natural environment as a means of inclusion for people with a migration background: Survey data for intervention study"
                    },
                    "persistent_identifier": "doi:10.17011/jyx/dataset/99666",
                    "state": "published",
                    "created": "2025-01-22T09:49:03Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 1,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "c8d4d473-8228-4d9e-9894-a7f36dd8c16f",
            "access_rights": {
                "id": "8c2bd3b8-8938-45a4-8d6d-41ded865b77d",
                "license": [
                    {
                        "id": "03258502-6709-437e-9a06-5661857ea4bf",
                        "custom_url": "https://rightsstatements.org/page/InC/1.0/",
                        "title": {
                            "en": "Other (Not Open)",
                            "fi": "Muu (Ei avoin)",
                            "und": "Muu (Ei avoin)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/other-closed",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Other (Not Open)",
                            "fi": "Muu (Ei avoin)"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "93fb2814-c290-41fc-a08c-1cc3f8628d20",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/copyright",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restricted access due to copyright",
                            "fi": "Saatavuutta rajoitettu tekijäoikeuden perusteella",
                            "sv": "Begränsad åtkomst på grund av upphovsrätt"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "14b05010-dc87-454c-9532-f863337fe6fb",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "598ed844-8bf1-4be4-b37d-4fe02564697b",
                        "name": "Rai, Shailendra",
                        "external_identifier": "0000-0001-7598-9691"
                    },
                    "organization": {
                        "id": "f4ac88b4-cca4-46d2-8c4f-c043b7cf566e",
                        "pref_label": {
                            "en": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "fi": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "sv": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "und": "Humanistis-yhteiskuntatieteellinen tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-213000",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "f770357b-7204-4fa7-932b-12877438ed87",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "fe0bec11-b68a-43a5-919d-39f37ec58031",
                        "name": "Kangas, Katja",
                        "external_identifier": "0000-0002-3958-1602"
                    },
                    "organization": {
                        "id": "895e9a36-6341-45ca-9790-09cf2187d599",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus LUKE"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02446292",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "1619f010-ab75-42fa-b6aa-f2a0b544687c",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "d961c093-9d00-4fae-8c0e-0ff211901ae3",
                        "pref_label": {
                            "en": "Natural Resources Institute (LUKE), Finland"
                        }
                    }
                },
                {
                    "id": "beb5cec6-8619-4923-8055-cff2753d9700",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "e25daa10-f789-4a09-b6fe-3ad2f041ab5e",
                        "name": "Turtiainen, Kati",
                        "external_identifier": "0000-0002-6318-7197"
                    },
                    "organization": {
                        "id": "35d812f8-4c49-4e8e-a431-e4181a8b15ba",
                        "pref_label": {
                            "en": "Kokkolan yliopistokeskus Chydenius",
                            "fi": "Kokkolan yliopistokeskus Chydenius",
                            "sv": "Kokkolan yliopistokeskus Chydenius",
                            "und": "Kokkolan yliopistokeskus Chydenius"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-219120",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "74476e8a-690d-4abc-b21d-ba1ccecf22d3",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "da0c190f-a2b4-425c-ae62-5a87292cc8e0",
                        "name": "Stamm, Ingo",
                        "external_identifier": "0000-0002-9350-1685"
                    },
                    "organization": {
                        "id": "35d812f8-4c49-4e8e-a431-e4181a8b15ba",
                        "pref_label": {
                            "en": "Kokkolan yliopistokeskus Chydenius",
                            "fi": "Kokkolan yliopistokeskus Chydenius",
                            "sv": "Kokkolan yliopistokeskus Chydenius",
                            "und": "Kokkolan yliopistokeskus Chydenius"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-219120",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "07dc4423-b177-4c19-9ef5-4c8a16a8fc7e",
                    "roles": [
                        "contributor",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "895e9a36-6341-45ca-9790-09cf2187d599",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus LUKE"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02446292",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "3d384963-f5fa-4007-9dda-e78f96a008c6",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "2df1c515-de8f-4c31-b341-da9d45c5b3eb",
                        "name": "Tarvainen, Oili"
                    },
                    "organization": {
                        "id": "8ef2c805-c7af-4404-a3b3-a4f163939771",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "a8a5be7e-0818-44c8-9264-6d8589c91d7c",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "32c50a99-648d-4ed2-b633-ada2356b9e6d",
                        "name": "Uusitalo, Marja"
                    },
                    "organization": {
                        "id": "8ef2c805-c7af-4404-a3b3-a4f163939771",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "54dc3ae2-3503-41a5-9167-184f99fd9bf9",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "ea8b37e7-e302-448f-8d9b-172cf6eb8e00",
                        "name": "Tolvanen, Anne (All from Natural Resources Institute"
                    },
                    "organization": {
                        "id": "8ef2c805-c7af-4404-a3b3-a4f163939771",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "053a313e-105b-49bb-a1e8-db07331973e5",
                    "roles": [
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                        "pref_label": {
                            "en": "University of Jyväskylä",
                            "fi": "Jyväskylän yliopisto",
                            "sv": "Jyväskylä universitet",
                            "und": "Jyväskylän yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "bibliographic_citation": "Rai, Shailendra; Kangas, Katja. <i>Use of public natural environment as a means of inclusion for people with a migration background: PPGIS survey data</i>. V. 1.1.2024. University of Jyväskylä.",
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-jyu",
            "description": {
                "en": "The PPGIS survey data investigates which areas are important for outdoor recreation and nature relatedness of people with a migration background. The aim of the study is to map migrants’ views on preference of natural environment, motivations and hindrances in natural environments and to map which places are important for outdoor recreation and exercise, hiking, fishing, berry picking, and other recreational uses of nature, as well as natural values."
            },
            "field_of_science": [
                {
                    "id": "dfda8c5a-5949-4867-b9e2-f9fe9fee7a2f",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta520",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Other social sciences",
                        "fi": "Muut yhteiskuntatieteet",
                        "sv": "Övriga samhällsvetenskaper"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2025-01-22",
            "keyword": [],
            "language": [
                {
                    "id": "ec748146-3403-4a7f-adfe-bdbb1b889372",
                    "url": "http://lexvo.org/id/iso639-3/eng",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "English",
                        "fi": "englanti",
                        "sv": "engelska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "0a64b9bf-a6de-46f9-9699-334dc9a5c9e5",
                "organization": "jyu.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.17011/jyx/dataset/99665",
            "pid_generated_by_fairdata": false,
            "projects": [
                {
                    "id": "48d97ec2-a5e7-4d0c-af04-5230f86d67c7",
                    "title": {
                        "en": "Applying Sustainability Transition Research in Social Work tackling Major Societal Challenge of Social Inclusion",
                        "fi": "Kestävän kehityksen siirtymätutkimuksen lähestymistapojen soveltaminen sosiaaltyössä sosiaalisen inkluusion saavuttamiseksi"
                    },
                    "project_identifier": "jyu-proj.41774461",
                    "participating_organizations": [
                        {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    ],
                    "funding": [
                        {
                            "funder": {
                                "organization": {
                                    "id": "75d5aadc-f824-4b6b-bb04-12abfbd128a2",
                                    "pref_label": {
                                        "en": "European Commission",
                                        "fi": "Euroopan komissio"
                                    }
                                }
                            },
                            "funding_identifier": "955518"
                        }
                    ]
                }
            ],
            "provenance": [],
            "relation": [
                {
                    "entity": {
                        "title": {
                            "en": "Rai, Shailendra; Kangas, Katja. <i>Survey data: Use of public natural environment as a means of inclusion for people with a migration background</i>. V. 1.1.2024. University of Jyväskylä.",
                            "fi": "Rai, Shailendra; Kangas, Katja. <i>Survey data: Use of public natural environment as a means of inclusion for people with a migration background</i>. V. 1.1.2024. University of Jyväskylä."
                        },
                        "entity_identifier": "jyu-resd.243491335",
                        "type": {
                            "id": "e327ac43-4e47-43e8-9a18-cad528eeac08",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/dataset",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Dataset",
                                "fi": "Tutkimusaineisto"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "771f2bed-5a25-4285-9aa2-994ceec7e667",
                        "url": "http://purl.org/dc/terms/isPartOf",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Is part of",
                            "fi": "Kuuluu aineistoon"
                        }
                    },
                    "metax_ids": []
                }
            ],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2022-08-01",
                    "end_date": "2023-10-31"
                }
            ],
            "theme": [
                {
                    "id": "172ab466-bb5c-424f-a254-36d00a0f5541",
                    "url": "http://www.yso.fi/onto/koko/p33264",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migration of peoples",
                        "fi": "kansainvaellukset",
                        "sv": "folkvandringarna"
                    }
                },
                {
                    "id": "be9316c2-3d7f-42c7-aad8-90e42cbac71f",
                    "url": "http://www.yso.fi/onto/koko/p35458",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participatory research",
                        "fi": "osallistava tutkimus",
                        "sv": "deltagarorienterad forskning"
                    }
                },
                {
                    "id": "e0f1a509-dccb-4c2f-84e2-6b20d3d304b9",
                    "url": "http://www.yso.fi/onto/koko/p90542",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "cultural well-being",
                        "fi": "kulttuurihyvinvointi",
                        "sv": "kulturell välfärd"
                    }
                },
                {
                    "id": "dc413d15-f70d-4bf5-b3c8-fb81e26589ab",
                    "url": "http://www.yso.fi/onto/koko/p159",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "inclusion",
                        "fi": "inkluusio",
                        "sv": "inklusion"
                    }
                },
                {
                    "id": "7bd3c902-89a0-49e6-8b1a-400483372ab8",
                    "url": "http://www.yso.fi/onto/koko/p17197",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "social integration",
                        "fi": "sosiaalinen integraatio",
                        "sv": "social integration"
                    }
                },
                {
                    "id": "2b9d581a-c05a-44c9-bcbb-39bd4655e11f",
                    "url": "http://www.yso.fi/onto/koko/p16819",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "behaviour therapy",
                        "fi": "käyttäytymisterapia",
                        "sv": "beteendeterapi"
                    }
                },
                {
                    "id": "5130a0f0-ec60-4ca5-ac4f-d9646b627641",
                    "url": "http://www.yso.fi/onto/koko/p2885",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participatory planning",
                        "fi": "yhteissuunnittelu",
                        "sv": "samplanering"
                    }
                },
                {
                    "id": "80bf8c29-52d2-4638-8d5c-361273da3946",
                    "url": "http://www.yso.fi/onto/koko/p34535",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "social inclusion",
                        "fi": "osallistaminen",
                        "sv": "delaktiggörande"
                    }
                },
                {
                    "id": "512e3396-71f1-470b-8f11-4259ad87bb22",
                    "url": "http://www.yso.fi/onto/koko/p74076",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "welfare and wellbeing economy",
                        "fi": "hyvinvointitalous",
                        "sv": "välfärdsekonomi"
                    }
                },
                {
                    "id": "ea8d997c-5c2b-4974-b8d2-a0721123952f",
                    "url": "http://www.yso.fi/onto/koko/p36467",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migrant integration",
                        "fi": "kotouttaminen (maahanmuuttajat)",
                        "sv": "integrationsfrämjande"
                    }
                },
                {
                    "id": "cb1a459e-0923-4c5c-a436-94e441255be8",
                    "url": "http://www.yso.fi/onto/koko/p7665",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "returnees (immigrants)",
                        "fi": "paluumuuttajat",
                        "sv": "återflyttare"
                    }
                },
                {
                    "id": "19ea612f-a20b-49a7-8fd1-2006497a2829",
                    "url": "http://www.yso.fi/onto/koko/p5486",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "urban-rural migration",
                        "fi": "maallemuutto",
                        "sv": "flyttning till landsbygden"
                    }
                },
                {
                    "id": "95dee733-ae2a-4d4e-bff7-f413642f5109",
                    "url": "http://www.yso.fi/onto/koko/p59584",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "integration training for immigrants",
                        "fi": "kotoutumiskoulutus",
                        "sv": "integrationsutbildning"
                    }
                },
                {
                    "id": "edcfd2d6-6baf-492d-8085-bab83fd9d926",
                    "url": "http://www.yso.fi/onto/koko/p48013",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "green area planning",
                        "fi": "vihersuunnittelu",
                        "sv": "grönområdesplanering"
                    }
                },
                {
                    "id": "98cd321e-da1a-4b42-ae69-3a8aac9bed11",
                    "url": "http://www.yso.fi/onto/koko/p3971",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "recreation",
                        "fi": "virkistystoiminta",
                        "sv": "rekreationsverksamhet"
                    }
                },
                {
                    "id": "8f2c4c64-746a-4243-9eb6-3f413686dec1",
                    "url": "http://www.yso.fi/onto/koko/p7323",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "refugee welfare",
                        "fi": "pakolaishuolto",
                        "sv": "flyktingvård"
                    }
                },
                {
                    "id": "de83201f-0ce4-4817-a5b2-704d7491fff8",
                    "url": "http://www.yso.fi/onto/koko/p32966",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "outdoor recreation areas",
                        "fi": "ulkoilualueet",
                        "sv": "friluftsområden"
                    }
                },
                {
                    "id": "c94b459a-1a39-4e19-8ae5-a078c1aac0c4",
                    "url": "http://www.yso.fi/onto/koko/p51257",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "immigrant background",
                        "fi": "maahanmuuttajatausta",
                        "sv": "invandrarbakgrund"
                    }
                },
                {
                    "id": "5a062c86-50f7-4078-bea9-62c3078d1214",
                    "url": "http://www.yso.fi/onto/koko/p5330",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "mental well-being",
                        "fi": "henkinen hyvinvointi",
                        "sv": "psykiskt välbefinnande"
                    }
                },
                {
                    "id": "16d7878d-893f-4e77-8ef8-8d8cda655df8",
                    "url": "http://www.yso.fi/onto/koko/p31732",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "outdoor recreation",
                        "fi": "ulkoilu",
                        "sv": "friluftsliv"
                    }
                },
                {
                    "id": "77d0b9a8-b46d-4f1c-87e7-e48070d3530e",
                    "url": "http://www.yso.fi/onto/koko/p5559",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migration (demography)",
                        "fi": "siirtolaisuus",
                        "sv": "migration (människor)"
                    }
                },
                {
                    "id": "7df45784-1303-40c4-b5aa-6efea95490fd",
                    "url": "http://www.yso.fi/onto/koko/p16280",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "asylum seekers",
                        "fi": "turvapaikanhakijat",
                        "sv": "asylsökande"
                    }
                },
                {
                    "id": "3e765bec-193b-4bb0-8bfe-8fbc4d8c91f1",
                    "url": "http://www.yso.fi/onto/koko/p35770",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participation",
                        "fi": "osallistuminen",
                        "sv": "deltagande"
                    }
                },
                {
                    "id": "031bd6e7-b266-41ba-815f-767ce96a24b1",
                    "url": "http://www.yso.fi/onto/koko/p63622",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "integration of migrants",
                        "fi": "kotoutuminen (maahanmuuttajat)",
                        "sv": "integration hos invandrare"
                    }
                },
                {
                    "id": "d2f9b4bf-cd53-461a-99d3-33d573e92ec8",
                    "url": "http://www.yso.fi/onto/koko/p30529",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "immigrants",
                        "fi": "maahanmuuttajat",
                        "sv": "invandrare"
                    }
                },
                {
                    "id": "3c7b8018-6420-4126-a18b-2a647d881fee",
                    "url": "http://www.yso.fi/onto/koko/p73208",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "wellbeing services counties",
                        "fi": "hyvinvointialueet",
                        "sv": "välfärdsområden"
                    }
                },
                {
                    "id": "2b9a67b2-20a7-4d70-bf9b-cbb97174e566",
                    "url": "http://www.yso.fi/onto/koko/p34801",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "refugees",
                        "fi": "pakolaiset",
                        "sv": "flyktingar"
                    }
                }
            ],
            "title": {
                "en": "Use of public natural environment as a means of inclusion for people with a migration background: PPGIS survey data",
                "fi": "Use of public natural environment as a means of inclusion for people with a migration background: PPGIS survey data"
            },
            "created": "2025-01-22T09:48:59Z",
            "modified": "2025-01-22T09:48:59Z",
            "dataset_versions": [
                {
                    "id": "c8d4d473-8228-4d9e-9894-a7f36dd8c16f",
                    "title": {
                        "en": "Use of public natural environment as a means of inclusion for people with a migration background: PPGIS survey data",
                        "fi": "Use of public natural environment as a means of inclusion for people with a migration background: PPGIS survey data"
                    },
                    "persistent_identifier": "doi:10.17011/jyx/dataset/99665",
                    "state": "published",
                    "created": "2025-01-22T09:48:59Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 1,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "fbbd1b0a-a946-4e3f-9926-ff5c3960b3bb",
            "access_rights": {
                "id": "74375090-1b0c-44b7-8f6a-bb1b97e997c4",
                "license": [
                    {
                        "id": "03258502-6709-437e-9a06-5661857ea4bf",
                        "custom_url": "https://rightsstatements.org/page/InC/1.0/",
                        "title": {
                            "en": "Other (Not Open)",
                            "fi": "Muu (Ei avoin)",
                            "und": "Muu (Ei avoin)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/other-closed",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Other (Not Open)",
                            "fi": "Muu (Ei avoin)"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "93fb2814-c290-41fc-a08c-1cc3f8628d20",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/copyright",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restricted access due to copyright",
                            "fi": "Saatavuutta rajoitettu tekijäoikeuden perusteella",
                            "sv": "Begränsad åtkomst på grund av upphovsrätt"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "e6f32a64-4696-449d-8aac-f67b0495a05c",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "458f4eba-af34-4619-b4bc-4d7cfa478c04",
                        "name": "Rai, Shailendra",
                        "external_identifier": "0000-0001-7598-9691"
                    },
                    "organization": {
                        "id": "f4ac88b4-cca4-46d2-8c4f-c043b7cf566e",
                        "pref_label": {
                            "en": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "fi": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "sv": "Humanistis-yhteiskuntatieteellinen tiedekunta",
                            "und": "Humanistis-yhteiskuntatieteellinen tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-213000",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "4f9cc257-96f7-46f5-bf6d-3ce954015086",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "f92a9500-5919-43f4-b117-3949e38ac6b1",
                        "name": "Kangas, Katja",
                        "external_identifier": "0000-0002-3958-1602"
                    },
                    "organization": {
                        "id": "895e9a36-6341-45ca-9790-09cf2187d599",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus LUKE"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02446292",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "e9ecd7c0-ef15-44db-a365-dbb0047ebaa8",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "bf61da04-75bd-4d32-b7ab-370a813f1e16",
                        "pref_label": {
                            "en": "Natural Resources Institute (LUKE), Finland"
                        }
                    }
                },
                {
                    "id": "52900041-2570-47ad-8ace-ea45ca0f5481",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "60cef183-7974-4bf0-a419-d1266e008baf",
                        "name": "Turtiainen, Kati",
                        "external_identifier": "0000-0002-6318-7197"
                    },
                    "organization": {
                        "id": "35d812f8-4c49-4e8e-a431-e4181a8b15ba",
                        "pref_label": {
                            "en": "Kokkolan yliopistokeskus Chydenius",
                            "fi": "Kokkolan yliopistokeskus Chydenius",
                            "sv": "Kokkolan yliopistokeskus Chydenius",
                            "und": "Kokkolan yliopistokeskus Chydenius"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-219120",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "37c8744e-601d-4fb9-9cc5-1ca31e2614d3",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "f3171394-233c-460a-bd37-968a052b6fc5",
                        "name": "Stamm, Ingo",
                        "external_identifier": "0000-0002-9350-1685"
                    },
                    "organization": {
                        "id": "35d812f8-4c49-4e8e-a431-e4181a8b15ba",
                        "pref_label": {
                            "en": "Kokkolan yliopistokeskus Chydenius",
                            "fi": "Kokkolan yliopistokeskus Chydenius",
                            "sv": "Kokkolan yliopistokeskus Chydenius",
                            "und": "Kokkolan yliopistokeskus Chydenius"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-219120",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "a8fc2745-dccb-45d9-be78-12c6b77ca481",
                    "roles": [
                        "contributor",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "895e9a36-6341-45ca-9790-09cf2187d599",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus LUKE"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02446292",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "8810b526-e988-421f-b681-efd97e383bd9",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "b00a9c9b-2f14-4075-b943-f33c0accef5c",
                        "name": "Tarvainen, Oili"
                    },
                    "organization": {
                        "id": "bc48c18d-3038-4afc-90f1-7dd374b18830",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "97575d31-e312-4692-9e30-9061440288d6",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "daba2381-801c-48b8-9d37-0cf8571d845d",
                        "name": "Uusitalo, Marja"
                    },
                    "organization": {
                        "id": "bc48c18d-3038-4afc-90f1-7dd374b18830",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "9dfd8968-1f87-47ab-b27c-035e13979315",
                    "roles": [
                        "contributor"
                    ],
                    "person": {
                        "id": "93b9151b-4ca6-4c62-a626-a4af2698bc1e",
                        "name": "Tolvanen, Anne (All from Natural Resources Institute"
                    },
                    "organization": {
                        "id": "bc48c18d-3038-4afc-90f1-7dd374b18830",
                        "pref_label": {
                            "en": "Unknown",
                            "fi": "Tuntematon"
                        }
                    }
                },
                {
                    "id": "dc4cdd73-487d-4cde-a0b1-28b13fd75ddf",
                    "roles": [
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                        "pref_label": {
                            "en": "University of Jyväskylä",
                            "fi": "Jyväskylän yliopisto",
                            "sv": "Jyväskylä universitet",
                            "und": "Jyväskylän yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "bibliographic_citation": "Rai, Shailendra; Kangas, Katja. <i>Survey data: Use of public natural environment as a means of inclusion for people with a migration background</i>. V. 1.1.2024. University of Jyväskylä.",
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-jyu",
            "description": {
                "en": "This dataset contains surveys data of two subproject studies 1. PPGIS survey data and 2. intervention study survey data. \r\n\r\n1. The PPGIS survey data investigates which areas are important for outdoor recreation and nature relatedness of people with a migration background. The aim of the study is to map the migrants’ views on preference of natural environment, motivations and hindrances in natural environments and to map which places are important for outdoor recreation and exercise, hiking, fishing, berry picking, and other recreational uses of nature, as well as natural values. \r\n\r\n2. The intervention study data \"Inclusive Nature\" aims to investigate how people of different nationalities perceive nature-based activities and how they influence their well-being and their experience of inclusion.\r\nThe study will help in measuring the effectiveness of Nature-based Interventions and produce knowledge on whether nature-based activities can be used to promote the inclusion of people with a migrant background.\r\n\r\nThe survey is part of the EU-funded ASTRA- project. The survey is conducted by Natural Resources Institute Finland, in cooperation with University of Jyväskylä."
            },
            "field_of_science": [
                {
                    "id": "dfda8c5a-5949-4867-b9e2-f9fe9fee7a2f",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta520",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Other social sciences",
                        "fi": "Muut yhteiskuntatieteet",
                        "sv": "Övriga samhällsvetenskaper"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2025-01-22",
            "keyword": [],
            "language": [
                {
                    "id": "ec748146-3403-4a7f-adfe-bdbb1b889372",
                    "url": "http://lexvo.org/id/iso639-3/eng",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "English",
                        "fi": "englanti",
                        "sv": "engelska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "0a64b9bf-a6de-46f9-9699-334dc9a5c9e5",
                "organization": "jyu.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.17011/jyx/dataset/99667",
            "pid_generated_by_fairdata": false,
            "projects": [
                {
                    "id": "8459be0d-9942-4091-aa78-4bb7db9e829c",
                    "title": {
                        "en": "Applying Sustainability Transition Research in Social Work tackling Major Societal Challenge of Social Inclusion",
                        "fi": "Kestävän kehityksen siirtymätutkimuksen lähestymistapojen soveltaminen sosiaaltyössä sosiaalisen inkluusion saavuttamiseksi"
                    },
                    "project_identifier": "jyu-proj.41774461",
                    "participating_organizations": [
                        {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    ],
                    "funding": [
                        {
                            "funder": {
                                "organization": {
                                    "id": "a93f7c47-6eca-438b-bc47-ae1ec765abf1",
                                    "pref_label": {
                                        "en": "European Commission",
                                        "fi": "Euroopan komissio"
                                    }
                                }
                            },
                            "funding_identifier": "955518"
                        }
                    ]
                }
            ],
            "provenance": [],
            "relation": [
                {
                    "entity": {
                        "title": {
                            "en": "Rai, S., Kangas, K., Turtiainen, K., Stamm, I., & Tolvanen, A. (2023). Nature-based integration of migrants : A cross-national systematic literature review. <i>Urban Forestry and Urban Greening</i>, <i>88</i>, Article 128089. <a href=\"https://doi.org/10.1016/j.ufug.2023.128089\" target=\"_blank\">https://doi.org/10.1016/j.ufug.2023.128089</a>",
                            "fi": "Rai, S., Kangas, K., Turtiainen, K., Stamm, I., & Tolvanen, A. (2023). Nature-based integration of migrants : A cross-national systematic literature review. <i>Urban Forestry and Urban Greening</i>, <i>88</i>, Article 128089. <a href=\"https://doi.org/10.1016/j.ufug.2023.128089\" target=\"_blank\">https://doi.org/10.1016/j.ufug.2023.128089</a>"
                        },
                        "entity_identifier": "10.1016/j.ufug.2023.128089",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "fdeb29cd-aeb3-4ba9-8e3d-5120a3ef88cb",
                        "url": "http://purl.org/vocab/frbr/core#isSupplementTo",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Is supplement to",
                            "fi": "Viittaus tausta-aineistoon"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "en": "Rai, Shailendra; Kangas, Katja. <i>Use of public natural environment as a means of inclusion for people with a migration background: PPGIS survey data</i>. V. 1.1.2024. University of Jyväskylä.",
                            "fi": "Rai, Shailendra; Kangas, Katja. <i>Use of public natural environment as a means of inclusion for people with a migration background: PPGIS survey data</i>. V. 1.1.2024. University of Jyväskylä."
                        },
                        "entity_identifier": "jyu-resd.245187659",
                        "type": {
                            "id": "e327ac43-4e47-43e8-9a18-cad528eeac08",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/dataset",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Dataset",
                                "fi": "Tutkimusaineisto"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "7cef1985-852a-4ba5-a1be-ffafd760726e",
                        "url": "http://purl.org/dc/terms/hasPart",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Has part",
                            "fi": "Osa aineistoa"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "en": "Rai, Shailendra; Kangas, Katja. <i>Use of public natural environment as a means of inclusion for people with a migration background: Survey data for intervention study</i>. V. 1.1.2024. University of Jyväskylä.",
                            "fi": "Rai, Shailendra; Kangas, Katja. <i>Use of public natural environment as a means of inclusion for people with a migration background: Survey data for intervention study</i>. V. 1.1.2024. University of Jyväskylä."
                        },
                        "entity_identifier": "jyu-resd.245189604",
                        "type": {
                            "id": "e327ac43-4e47-43e8-9a18-cad528eeac08",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/dataset",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Dataset",
                                "fi": "Tutkimusaineisto"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "7cef1985-852a-4ba5-a1be-ffafd760726e",
                        "url": "http://purl.org/dc/terms/hasPart",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Has part",
                            "fi": "Osa aineistoa"
                        }
                    },
                    "metax_ids": []
                }
            ],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2022-08-01",
                    "end_date": "2023-10-31"
                }
            ],
            "theme": [
                {
                    "id": "172ab466-bb5c-424f-a254-36d00a0f5541",
                    "url": "http://www.yso.fi/onto/koko/p33264",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migration of peoples",
                        "fi": "kansainvaellukset",
                        "sv": "folkvandringarna"
                    }
                },
                {
                    "id": "be9316c2-3d7f-42c7-aad8-90e42cbac71f",
                    "url": "http://www.yso.fi/onto/koko/p35458",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participatory research",
                        "fi": "osallistava tutkimus",
                        "sv": "deltagarorienterad forskning"
                    }
                },
                {
                    "id": "e0f1a509-dccb-4c2f-84e2-6b20d3d304b9",
                    "url": "http://www.yso.fi/onto/koko/p90542",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "cultural well-being",
                        "fi": "kulttuurihyvinvointi",
                        "sv": "kulturell välfärd"
                    }
                },
                {
                    "id": "dc413d15-f70d-4bf5-b3c8-fb81e26589ab",
                    "url": "http://www.yso.fi/onto/koko/p159",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "inclusion",
                        "fi": "inkluusio",
                        "sv": "inklusion"
                    }
                },
                {
                    "id": "7bd3c902-89a0-49e6-8b1a-400483372ab8",
                    "url": "http://www.yso.fi/onto/koko/p17197",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "social integration",
                        "fi": "sosiaalinen integraatio",
                        "sv": "social integration"
                    }
                },
                {
                    "id": "2b9d581a-c05a-44c9-bcbb-39bd4655e11f",
                    "url": "http://www.yso.fi/onto/koko/p16819",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "behaviour therapy",
                        "fi": "käyttäytymisterapia",
                        "sv": "beteendeterapi"
                    }
                },
                {
                    "id": "5130a0f0-ec60-4ca5-ac4f-d9646b627641",
                    "url": "http://www.yso.fi/onto/koko/p2885",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participatory planning",
                        "fi": "yhteissuunnittelu",
                        "sv": "samplanering"
                    }
                },
                {
                    "id": "80bf8c29-52d2-4638-8d5c-361273da3946",
                    "url": "http://www.yso.fi/onto/koko/p34535",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "social inclusion",
                        "fi": "osallistaminen",
                        "sv": "delaktiggörande"
                    }
                },
                {
                    "id": "512e3396-71f1-470b-8f11-4259ad87bb22",
                    "url": "http://www.yso.fi/onto/koko/p74076",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "welfare and wellbeing economy",
                        "fi": "hyvinvointitalous",
                        "sv": "välfärdsekonomi"
                    }
                },
                {
                    "id": "ea8d997c-5c2b-4974-b8d2-a0721123952f",
                    "url": "http://www.yso.fi/onto/koko/p36467",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migrant integration",
                        "fi": "kotouttaminen (maahanmuuttajat)",
                        "sv": "integrationsfrämjande"
                    }
                },
                {
                    "id": "cb1a459e-0923-4c5c-a436-94e441255be8",
                    "url": "http://www.yso.fi/onto/koko/p7665",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "returnees (immigrants)",
                        "fi": "paluumuuttajat",
                        "sv": "återflyttare"
                    }
                },
                {
                    "id": "19ea612f-a20b-49a7-8fd1-2006497a2829",
                    "url": "http://www.yso.fi/onto/koko/p5486",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "urban-rural migration",
                        "fi": "maallemuutto",
                        "sv": "flyttning till landsbygden"
                    }
                },
                {
                    "id": "95dee733-ae2a-4d4e-bff7-f413642f5109",
                    "url": "http://www.yso.fi/onto/koko/p59584",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "integration training for immigrants",
                        "fi": "kotoutumiskoulutus",
                        "sv": "integrationsutbildning"
                    }
                },
                {
                    "id": "edcfd2d6-6baf-492d-8085-bab83fd9d926",
                    "url": "http://www.yso.fi/onto/koko/p48013",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "green area planning",
                        "fi": "vihersuunnittelu",
                        "sv": "grönområdesplanering"
                    }
                },
                {
                    "id": "98cd321e-da1a-4b42-ae69-3a8aac9bed11",
                    "url": "http://www.yso.fi/onto/koko/p3971",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "recreation",
                        "fi": "virkistystoiminta",
                        "sv": "rekreationsverksamhet"
                    }
                },
                {
                    "id": "8f2c4c64-746a-4243-9eb6-3f413686dec1",
                    "url": "http://www.yso.fi/onto/koko/p7323",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "refugee welfare",
                        "fi": "pakolaishuolto",
                        "sv": "flyktingvård"
                    }
                },
                {
                    "id": "de83201f-0ce4-4817-a5b2-704d7491fff8",
                    "url": "http://www.yso.fi/onto/koko/p32966",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "outdoor recreation areas",
                        "fi": "ulkoilualueet",
                        "sv": "friluftsområden"
                    }
                },
                {
                    "id": "c94b459a-1a39-4e19-8ae5-a078c1aac0c4",
                    "url": "http://www.yso.fi/onto/koko/p51257",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "immigrant background",
                        "fi": "maahanmuuttajatausta",
                        "sv": "invandrarbakgrund"
                    }
                },
                {
                    "id": "5a062c86-50f7-4078-bea9-62c3078d1214",
                    "url": "http://www.yso.fi/onto/koko/p5330",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "mental well-being",
                        "fi": "henkinen hyvinvointi",
                        "sv": "psykiskt välbefinnande"
                    }
                },
                {
                    "id": "16d7878d-893f-4e77-8ef8-8d8cda655df8",
                    "url": "http://www.yso.fi/onto/koko/p31732",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "outdoor recreation",
                        "fi": "ulkoilu",
                        "sv": "friluftsliv"
                    }
                },
                {
                    "id": "77d0b9a8-b46d-4f1c-87e7-e48070d3530e",
                    "url": "http://www.yso.fi/onto/koko/p5559",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "migration (demography)",
                        "fi": "siirtolaisuus",
                        "sv": "migration (människor)"
                    }
                },
                {
                    "id": "7df45784-1303-40c4-b5aa-6efea95490fd",
                    "url": "http://www.yso.fi/onto/koko/p16280",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "asylum seekers",
                        "fi": "turvapaikanhakijat",
                        "sv": "asylsökande"
                    }
                },
                {
                    "id": "3e765bec-193b-4bb0-8bfe-8fbc4d8c91f1",
                    "url": "http://www.yso.fi/onto/koko/p35770",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "participation",
                        "fi": "osallistuminen",
                        "sv": "deltagande"
                    }
                },
                {
                    "id": "031bd6e7-b266-41ba-815f-767ce96a24b1",
                    "url": "http://www.yso.fi/onto/koko/p63622",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "integration of migrants",
                        "fi": "kotoutuminen (maahanmuuttajat)",
                        "sv": "integration hos invandrare"
                    }
                },
                {
                    "id": "d2f9b4bf-cd53-461a-99d3-33d573e92ec8",
                    "url": "http://www.yso.fi/onto/koko/p30529",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "immigrants",
                        "fi": "maahanmuuttajat",
                        "sv": "invandrare"
                    }
                },
                {
                    "id": "3c7b8018-6420-4126-a18b-2a647d881fee",
                    "url": "http://www.yso.fi/onto/koko/p73208",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "wellbeing services counties",
                        "fi": "hyvinvointialueet",
                        "sv": "välfärdsområden"
                    }
                },
                {
                    "id": "2b9a67b2-20a7-4d70-bf9b-cbb97174e566",
                    "url": "http://www.yso.fi/onto/koko/p34801",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "refugees",
                        "fi": "pakolaiset",
                        "sv": "flyktingar"
                    }
                }
            ],
            "title": {
                "en": "Survey data: Use of public natural environment as a means of inclusion for people with a migration background",
                "fi": "Survey data: Use of public natural environment as a means of inclusion for people with a migration background"
            },
            "created": "2025-01-22T09:48:54Z",
            "modified": "2025-01-22T09:48:55Z",
            "dataset_versions": [
                {
                    "id": "fbbd1b0a-a946-4e3f-9926-ff5c3960b3bb",
                    "title": {
                        "en": "Survey data: Use of public natural environment as a means of inclusion for people with a migration background",
                        "fi": "Survey data: Use of public natural environment as a means of inclusion for people with a migration background"
                    },
                    "persistent_identifier": "doi:10.17011/jyx/dataset/99667",
                    "state": "published",
                    "created": "2025-01-22T09:48:54Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 1,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "d2cbac90-d916-469e-877f-6053d817a765",
            "access_rights": {
                "id": "1d3b3610-2752-4b61-b4cb-2681259f68af",
                "license": [
                    {
                        "id": "35b18e72-3819-4ec6-a1be-14624f29d968",
                        "custom_url": "https://creativecommons.org/licenses/by/4.0/",
                        "title": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)",
                            "und": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-4.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 4.0 International (CC BY 4.0)",
                            "fi": "Creative Commons Nimeä 4.0 Kansainvälinen (CC BY 4.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": [],
                "show_file_metadata": true
            },
            "actors": [
                {
                    "id": "589f33ad-6ab5-470d-b5fd-94955d371814",
                    "roles": [
                        "creator",
                        "rights_holder"
                    ],
                    "person": {
                        "id": "2c61358f-5b07-441e-a0ed-4a56791b8b94",
                        "name": "Finni Juutinen, Taija",
                        "external_identifier": "0000-0002-7697-2813"
                    },
                    "organization": {
                        "id": "1505af75-8a92-445f-890d-5cb4d731ed13",
                        "pref_label": {
                            "en": "Liikuntatieteellinen tiedekunta",
                            "fi": "Liikuntatieteellinen tiedekunta",
                            "sv": "Liikuntatieteellinen tiedekunta",
                            "und": "Liikuntatieteellinen tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-215000",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "891be28f-0f0c-47e2-80f8-4d575f1cea7f",
                    "roles": [
                        "creator",
                        "rights_holder"
                    ],
                    "person": {
                        "id": "53fd8ba8-eec5-45b7-9069-d589abb1e00d",
                        "name": "Niemi, Emma"
                    },
                    "organization": {
                        "id": "1505af75-8a92-445f-890d-5cb4d731ed13",
                        "pref_label": {
                            "en": "Liikuntatieteellinen tiedekunta",
                            "fi": "Liikuntatieteellinen tiedekunta",
                            "sv": "Liikuntatieteellinen tiedekunta",
                            "und": "Liikuntatieteellinen tiedekunta"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906-215000",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                            "pref_label": {
                                "en": "University of Jyväskylä",
                                "fi": "Jyväskylän yliopisto",
                                "sv": "Jyväskylä universitet",
                                "und": "Jyväskylän yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "1fb962e9-f8a8-4648-b953-45b6b3b4a768",
                    "roles": [
                        "creator",
                        "rights_holder"
                    ],
                    "person": {
                        "id": "9f71d43c-fb39-4900-b3c5-06cba9a154ca",
                        "name": "Lichtwark, Glen",
                        "external_identifier": "0000-0001-7366-3348"
                    },
                    "organization": {
                        "id": "6786506d-eb7e-4adc-80fe-600955cc5943",
                        "pref_label": {
                            "en": "The University of Queensland",
                            "fi": "The University of Queensland"
                        }
                    }
                },
                {
                    "id": "c0a56f3e-aadc-4d97-99cd-06539925b271",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "d2e33900-ae70-494e-9eea-d9c9c5667d92",
                        "pref_label": {
                            "en": "University of Jyväskylä",
                            "fi": "Jyväskylän yliopisto",
                            "sv": "Jyväskylä universitet",
                            "und": "Jyväskylän yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01906",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "bibliographic_citation": "Finni Juutinen, Taija; Niemi, Emma; Lichtwark, Glen. <i>HEELRISE_2016</i>. V. 15.1.2024. University of Jyväskylä.",
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-ida",
            "description": {
                "en": "Medial gastrocnemius muscle fascicle behavior was assessed during repetitive heel-rise exercises with varying tempo (0,5 Hz and 0,83 Hz) and load from 13 participants (6 females, 7 males). Their mean age was 27 years, height 174 cm and weight 69 kg. Ultrasound videos were captured using Logicscan 128 (Telemed Ltd.) device with LV7.5/60/96Z transducer with 6MHz scanning frequency and sampling frequency of 80 frames per second. Videos are in avi format.\r\nDuring heel-rise exercises, the load was varied by exercising with one or two legs and adding extra 10%, 30%, or 40% of body weight. Filenames contain this information the first number referring to tempo (30 or 50), LEG for single leg, BW for double leg and the last numbers (if any) refer to added extra load (10, 30 or 40). Thus, 01_30BW.avi refers to participant 01 when performing heel rises with two legs and body weight only with the slower pace.\r\nMSc thesis by Emma Niemi has been published based on the data: https://jyx.jyu.fi/bitstream/handle/123456789/66588/URN%3aNBN%3afi%3ajyu-201912025076.pdf?sequence=1&isAllowed=y \r\n\r\nDataset owners are: Taija Finni Juutinen, Emma Niemi and Glen Lichtwark"
            },
            "field_of_science": [
                {
                    "id": "6a5c35e3-d81b-4259-a8b3-8bad11beb0de",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta315",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Sport and fitness sciences",
                        "fi": "Liikuntatiede",
                        "sv": "Gymnastik- och idrottsvetenskap"
                    }
                }
            ],
            "fileset": {
                "storage_service": "ida",
                "csc_project": "2006855",
                "total_files_count": 152,
                "total_files_size": 6924133239
            },
            "infrastructure": [],
            "issued": "2025-01-21",
            "keyword": [
                "lihakset",
                "ultraäänitutkimus",
                "ultrasonography",
                "muscles",
                "gastrocnemius medialis",
                "heel rise",
                "calf rise",
                "healthy",
                "young",
                "adults",
                "video",
                "muscle function"
            ],
            "language": [
                {
                    "id": "ec748146-3403-4a7f-adfe-bdbb1b889372",
                    "url": "http://lexvo.org/id/iso639-3/eng",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "English",
                        "fi": "englanti",
                        "sv": "engelska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "fd7ab5d6-9e71-4d83-9e65-21ab7516b9fd",
                "organization": "jyu.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.23729/d540861d-dcfb-40a6-ad44-ffee9416584c",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2016-02-01",
                    "end_date": "2016-04-30"
                }
            ],
            "theme": [
                {
                    "id": "360df742-0979-4891-a968-0530b745a7a7",
                    "url": "http://www.yso.fi/onto/koko/p6188",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "ultrasonography",
                        "fi": "ultraäänitutkimus",
                        "sv": "ultraljudsundersökning"
                    }
                },
                {
                    "id": "576f66ac-842c-4ede-8216-845d7e42bcd8",
                    "url": "http://www.yso.fi/onto/koko/p31791",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "muscles",
                        "fi": "lihakset",
                        "sv": "muskler"
                    }
                }
            ],
            "title": {
                "en": "HEELRISE_2016",
                "fi": "HEELRISE_2016"
            },
            "created": "2025-01-21T13:50:00Z",
            "modified": "2025-01-21T13:56:36Z",
            "dataset_versions": [
                {
                    "id": "d2cbac90-d916-469e-877f-6053d817a765",
                    "title": {
                        "en": "HEELRISE_2016",
                        "fi": "HEELRISE_2016"
                    },
                    "persistent_identifier": "doi:10.23729/d540861d-dcfb-40a6-ad44-ffee9416584c",
                    "state": "published",
                    "created": "2025-01-21T13:50:00Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "c859b668-09f2-4601-985a-ca7032be2eb6",
            "access_rights": {
                "id": "35992d31-b21b-4623-851c-eedf4a593da9",
                "license": [
                    {
                        "id": "60ce96ab-a581-4225-a652-bad746a435a2",
                        "title": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty",
                            "und": "Ei määritelty"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/notspecified",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "484e859f-11b5-4163-a387-25c13fcaae29",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/research",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restriced access for research based on contract",
                            "fi": "Saatavuutta rajoitettu sopimuksen perusteella vain tutkimuskäyttöön",
                            "sv": "Begränsad åtkomst på bas av kontrakt ändast för forskningsändamål"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "a9747b7f-7c0b-4b23-834a-c1934c03e3f2",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "ddaf1ec8-1900-460c-91d5-febdeaac937a",
                        "name": "Sauli Valkonen"
                    },
                    "organization": {
                        "id": "b941a6eb-d7ba-4261-aa8b-eb5cf98f709c",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus",
                            "sv": "Naturresursinstitutet",
                            "und": "Luonnonvarakeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "40bd9e2d-97a6-4167-8fc4-fd4c3c38d848",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "b941a6eb-d7ba-4261-aa8b-eb5cf98f709c",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus",
                            "sv": "Naturresursinstitutet",
                            "und": "Luonnonvarakeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-att",
            "description": {
                "fi": "Häiriödynamiikkatutkimuksen puustoseurannan (HÄIRDYN) koealaverkosto. Metsien luontaiseen häiriödynamiikkaan perustuvien käsittelymallien tutkimusalueilla (2 kpl a n. 1000 ha) tehdään poiminta- ja pienaukkohakkuita runsaalla säästöpuustolla ja monimuotoisuuselementeillä. Tutkitaan menetelmien toimivuutta ja monimuotoisuuden kehittymistä. Ensimmäinen kenttätutkimus jossa monimuotoisuutta tutkitaan myös aluetasolla. Seurataan toistuvin mittauksin häiriödynamiikkaan perustuvien pienipiirteisten menetelmien toimivuutta, mm. taimettumista sekä puuston kasvua, kuolleisuutta, tuhoja ym.\n\n## Menetelmäkuvaus \nPuustoseurannassa tutkitaan metsän kehitystä ja menetelmien toimivuutta. On perustettu puuston kehityksen ja uudistumisen kestokokeet ositetulla otannalla valittuihin pienaukkometsiköihin. Koeala kattaa aukon ja osan reunametsää kaistaleina, joilla puut ja taimet on mitattu ja niiden sijainnit kartoitettu niitä perustettaessa. Niillä on seurannan lisäksi tarkoitus tuottaa perustiedot metsiköistä ja niiden kehityksestä jotta niihin voidaan perustaa erilaisia tutkimuksia."
            },
            "field_of_science": [
                {
                    "id": "9c2c445d-5aa2-4ada-9529-f5e74bcec131",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta4112",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Forestry",
                        "fi": "Metsätiede",
                        "sv": "Skogsvetenskap"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2023-05-04",
            "keyword": [
                "ekologia",
                "luonnon monimuotoisuus",
                "metsänhoito",
                "metsänkasvatus",
                "metsänuudistus",
                "eri-ikäiset metsiköt",
                "luonnonmetsät"
            ],
            "language": [
                {
                    "id": "c757dc29-552d-48b2-9efc-4d53b939a7ef",
                    "url": "http://lexvo.org/id/iso639-3/fin",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finnish",
                        "fi": "suomi",
                        "sv": "finska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "5b005af2-a14e-4606-9bb8-327d277115e6",
                "organization": "luke.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:att:b7bbac8c-739d-4ebc-8eea-727c656826b1",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [
                {
                    "entity": {
                        "title": {
                            "fi": "Luonnonmetsän inspiroimaa metsänhoitoa tutkitaan aluetason koejärjestelyllä"
                        },
                        "description": {
                            "fi": "Metsätieteen aikakauskirja 1/2012: 23-31"
                        },
                        "entity_identifier": "http://urn.fi/URN:NBN:fi-fe2016111128270",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "fi": "Forest management inspired by natural disturbance dynamics (DISTDYN) - a long-term research and development project in Finland"
                        },
                        "entity_identifier": "10.1080/02827581.2014.938110",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                }
            ],
            "remote_resources": [],
            "spatial": [
                {
                    "geographic_name": "Kuhmoinen",
                    "reference": {
                        "id": "96fdecd5-aa8a-432a-ad43-4f56508f6056",
                        "url": "http://www.yso.fi/onto/yso/p94230",
                        "in_scheme": "http://www.yso.fi/onto/yso/places",
                        "pref_label": {
                            "en": "Kuhmoinen",
                            "fi": "Kuhmoinen",
                            "sv": "Kuhmois"
                        },
                        "as_wkt": "POINT (25.17567 61.56243)"
                    }
                },
                {
                    "geographic_name": "Lieksa",
                    "reference": {
                        "id": "268716df-9e3b-47d3-9084-302311c46a55",
                        "url": "http://www.yso.fi/onto/yso/p94266",
                        "in_scheme": "http://www.yso.fi/onto/yso/places",
                        "pref_label": {
                            "en": "Lieksa",
                            "fi": "Lieksa",
                            "sv": "Lieksa"
                        },
                        "as_wkt": "POINT (30.02810 63.31780)"
                    }
                }
            ],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2009-09-16"
                }
            ],
            "theme": [
                {
                    "id": "4d2cbdbd-e102-42a2-9eb5-c860ddd297af",
                    "url": "http://www.yso.fi/onto/koko/p46983",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "all-aged stands",
                        "fi": "eri-ikäiset metsiköt"
                    }
                },
                {
                    "id": "cdc9f5da-4345-44d8-963a-6e43ac014b12",
                    "url": "http://www.yso.fi/onto/koko/p36111",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "forest ecology",
                        "fi": "metsäekologia",
                        "sv": "skogsekologi"
                    }
                },
                {
                    "id": "fe429349-64db-4366-a3ec-d523289b7e26",
                    "url": "http://www.yso.fi/onto/koko/p36154",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "biodiversity",
                        "fi": "biodiversiteetti",
                        "sv": "biodiversitet"
                    }
                },
                {
                    "id": "a25d1513-5ff1-4992-bf16-e22b68aa50ca",
                    "url": "http://www.yso.fi/onto/koko/p33051",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "natural forests",
                        "fi": "luonnonmetsät",
                        "sv": "naturskogar"
                    }
                },
                {
                    "id": "43b75520-060d-4751-ba25-ab7ce09b222b",
                    "url": "http://www.yso.fi/onto/koko/p57852",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "forest cultivation",
                        "fi": "metsänkasvatus",
                        "sv": "skogsodling"
                    }
                },
                {
                    "id": "f88b3803-fd94-4883-b4c0-4e4a29aab212",
                    "url": "http://www.yso.fi/onto/koko/p36249",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "forest regeneration",
                        "fi": "metsänuudistus",
                        "sv": "skogsföryngring"
                    }
                },
                {
                    "id": "88352798-a0ad-4843-a78c-742b0617e707",
                    "url": "http://www.yso.fi/onto/koko/p30590",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "silviculture",
                        "fi": "metsänhoito",
                        "sv": "skogsskötsel"
                    }
                },
                {
                    "id": "64d9100f-da1c-47a7-906b-28e1935f7ae2",
                    "url": "http://www.yso.fi/onto/koko/p33181",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "ecology",
                        "fi": "ekologia",
                        "sv": "ekologi"
                    }
                }
            ],
            "title": {
                "fi": "Häiriödynamiikkatutkimuksen puustoseuranta"
            },
            "created": "2023-05-04T11:18:37Z",
            "modified": "2025-01-21T06:31:19Z",
            "dataset_versions": [
                {
                    "id": "c859b668-09f2-4601-985a-ca7032be2eb6",
                    "title": {
                        "fi": "Häiriödynamiikkatutkimuksen puustoseuranta"
                    },
                    "persistent_identifier": "urn:nbn:fi:att:b7bbac8c-739d-4ebc-8eea-727c656826b1",
                    "state": "published",
                    "created": "2023-05-04T11:18:37Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "e7af51a1-890d-4820-b941-765085b458b2",
            "access_rights": {
                "id": "81d9a7a0-7a16-43c8-9356-214facf4719f",
                "license": [
                    {
                        "id": "59650eb9-7080-4bb9-8058-bd04726070e5",
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-1.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 1.0 Generic (CC BY 1.0)",
                            "fi": "Creative Commons Nimeä 1.0 Yleinen (CC BY 1.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": []
            },
            "actors": [
                {
                    "id": "8ac60fe5-7f9b-46f0-932f-15056bc222bb",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "ee2ea24b-fdfe-44e0-886e-91fff833a034",
                        "name": "Tommi Jauhiainen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "8fd61665-8a39-4d2f-9974-a32b9808252b",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "25506824-703a-4728-8064-d4bd450a23a4",
                        "name": "Heidi Jauhiainen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "f0706a8b-21df-4c2c-aae8-7a8af2b0ca9a",
                    "roles": [
                        "publisher",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "e38a7016-473d-40b2-9ab3-fbd3bebc91cb",
                    "roles": [
                        "curator"
                    ],
                    "person": {
                        "id": "8df5990b-f25c-41ab-8706-3763acaa7372",
                        "name": "User support FIN-CLARIN",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-harvest-kielipankki",
            "description": {
                "en": "The Korp version of Wanca 2016 is a collection of web corpora in small Uralic languages. The collection is composed of 29 sentence corpora in different languages. The corpora have been collected from the Internet using the automated system developed in the Finno-Ugric Languages and the Internet project (SUKI) supported by the Kone foundation from their Language Programme 2012-2016. The sentences have been extracted from the pages found while harvesting with Heritrix and the language of each sentence has been identified with MultiLi using HeLI as the identification method. Each sentence has a link to the original page it was found in, but it is possible that some of the links stop working. In that case we recommend searching for the page in the Internet Archive Wayback machine https://archive.org/web/.\n\nThe languages in the Korp version of Wanca 2016 are:\n\nISO 639-3 Name of language\n\nfit Tornedalen Finnish (meänkieli)\nfkv Kven (kvääni)\nizh Ingrian (ižoran keel)\nkca Khanty (ханты ясанг)\nkoi Komi-Permyak (перем коми кыв)\nkpv Komi-Zyrian (Коми кыв)\nkrl Karelian (karjal)\nliv Liv (līvõ kēļ)\nlud Ludian (lüüdin kiel')\nmdf Moksha (мокшень)\nmhr Eastern and Meadow Mari (марий йылме)\nmns Mansi (мāньси лāтыӈ)\nmrj Western or Hill Mari (Кырык мары)\nmyv Erzya (эрзянь)\nnio Nganasan (ня”)\nolo Livvi (Olonets / livvin karjal)\nsjd Kildin Sami (Кӣллт са̄мь кӣлл)\nsjk Kemi Sami (samääškiela)\nsju Ume Sami (uumajanlappi)\nsma Southern Sami (åarjel-saemien)\nsme Northern Sami (davvisámi, davvisámegiella)\nsmj Lule Sami (julevsábme)\nsmn Inari Sami (anarâškielâ)\nsms Skolt Sami (sää´mǩiõll)\nudm Udmurt (удмурт кыл)\nvep Veps (vepsän kel')\nvot Votic (vad̕d̕a ceeli)\nvro Võro (võro kiil)\nyrk Nenets (ненэцяʼ вада)"
            },
            "field_of_science": [
                {
                    "id": "62b43705-b725-40cd-aa4f-f5b1465678e1",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta6121",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Languages",
                        "fi": "Kielitieteet",
                        "sv": "Språkvetenskaper"
                    }
                }
            ],
            "infrastructure": [],
            "keyword": [],
            "language": [
                {
                    "id": "15aaf0d5-15e5-4604-8ced-b9ead273ea00",
                    "url": "http://lexvo.org/id/iso639-3/fit",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Meänkieli",
                        "fi": "Meänkieli",
                        "sv": "Meänkieli"
                    }
                },
                {
                    "id": "2bf95986-330c-4469-bb5a-cabf938eaf8a",
                    "url": "http://lexvo.org/id/iso639-3/fkv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kven Finnish",
                        "fi": "Ruijan murteet",
                        "sv": "Kvänska"
                    }
                },
                {
                    "id": "087c5ef7-0562-4ac1-b011-9af6434a6504",
                    "url": "http://lexvo.org/id/iso639-3/lud",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ludian",
                        "fi": "Lyydin kieli"
                    }
                },
                {
                    "id": "1b32ef89-50ea-448b-9267-2fd359950859",
                    "url": "http://lexvo.org/id/iso639-3/olo",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Livvi",
                        "fi": "Aunuksenkarjalan kieli"
                    }
                },
                {
                    "id": "f0ffbb39-d36f-42c5-97af-3db7b336b428",
                    "url": "http://lexvo.org/id/iso639-3/sjk",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kemi Sami",
                        "fi": "Keminsaame",
                        "sv": "Kemisamiska"
                    }
                },
                {
                    "id": "49d9165c-cd4b-405e-aff7-583b988877d2",
                    "url": "http://lexvo.org/id/iso639-3/sju",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ume Sami",
                        "fi": "Uumajansaame",
                        "sv": "Umesamiska"
                    }
                },
                {
                    "id": "7b113a17-7831-4912-822d-48c8e7b26808",
                    "url": "http://lexvo.org/id/iso639-3/vro",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Võro",
                        "fi": "Võro",
                        "sv": "Võru"
                    }
                },
                {
                    "id": "ac9eb5b4-4e5a-4a77-9a58-42a6f231dead",
                    "url": "http://lexvo.org/id/iso639-3/izh",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ingrian",
                        "fi": "Inkeroisen kieli",
                        "sv": "Ingriska"
                    }
                },
                {
                    "id": "cb31f190-f962-47f7-97e2-f1cca09935a6",
                    "url": "http://lexvo.org/id/iso639-3/liv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Liv",
                        "fi": "Liivin kieli",
                        "sv": "Liviska"
                    }
                },
                {
                    "id": "96e4524b-5d3f-433e-90c2-7f917550a43a",
                    "url": "http://lexvo.org/id/iso639-3/vep",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Veps",
                        "fi": "Vepsän kieli",
                        "sv": "Vepsiska"
                    }
                },
                {
                    "id": "ce9fd8e7-ab07-4764-8da4-bed7e56db401",
                    "url": "http://lexvo.org/id/iso639-3/kca",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Khanty",
                        "fi": "Hantin kieli",
                        "sv": "Chantiska"
                    }
                },
                {
                    "id": "3e97e00f-cabf-4be0-89ff-8d616c71b5f1",
                    "url": "http://lexvo.org/id/iso639-3/koi",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Komi-Permyak",
                        "fi": "Komipermjakin kieli"
                    }
                },
                {
                    "id": "6dfb4f24-0795-404c-a14e-3af3c8759ff7",
                    "url": "http://lexvo.org/id/iso639-3/mhr",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Eastern Mari"
                    }
                },
                {
                    "id": "6f5e7f65-b006-457c-9dc1-d51e3e2723ad",
                    "url": "http://lexvo.org/id/iso639-3/mns",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Mansi",
                        "fi": "Mansin kieli",
                        "sv": "Mansiska"
                    }
                },
                {
                    "id": "8918c29a-2a58-493b-afa9-12cde12b4e4e",
                    "url": "http://lexvo.org/id/iso639-3/mrj",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Western Mari",
                        "sv": "Västmariska"
                    }
                },
                {
                    "id": "4e50c815-9511-42fe-8d99-c593fc6106df",
                    "url": "http://lexvo.org/id/iso639-3/nio",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Nganasan",
                        "fi": "Nganasanin kieli",
                        "sv": "Nganasaniska"
                    }
                },
                {
                    "id": "4f15902a-e2bc-4183-98b0-20b4951cbde6",
                    "url": "http://lexvo.org/id/iso639-3/sjd",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kildin Sami",
                        "fi": "Kiltinänsaame",
                        "sv": "Kildinsamiska"
                    }
                },
                {
                    "id": "c8fd7235-bfd1-4da2-9e32-8fb155bf3e90",
                    "url": "http://lexvo.org/id/iso639-3/smj",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Lule Sami",
                        "fi": "luulajansaame",
                        "sv": "lulesamiska"
                    }
                },
                {
                    "id": "9461398b-a35d-4177-b183-bff888ea773d",
                    "url": "http://lexvo.org/id/iso639-3/smn",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Inari Sami",
                        "fi": "inarinsaame",
                        "sv": "enaresamiska"
                    }
                },
                {
                    "id": "3d5644a9-a6cd-408b-ad84-998a9f1e9d27",
                    "url": "http://lexvo.org/id/iso639-3/sms",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Skolt Sami",
                        "fi": "koltansaame",
                        "sv": "skoltsamiska"
                    }
                },
                {
                    "id": "715d8f7e-7b54-44dd-a737-f075b16b53d1",
                    "url": "http://lexvo.org/id/iso639-3/kpv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Komi-Zyrian",
                        "fi": "Jazvan komi"
                    }
                },
                {
                    "id": "9cdccadf-a0bb-4f3f-ad2c-6608d979bf92",
                    "url": "http://lexvo.org/id/iso639-3/krl",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Karelian",
                        "fi": "karjala",
                        "sv": "karelska"
                    }
                },
                {
                    "id": "33cd261c-a547-4df5-afd0-b84336c718f9",
                    "url": "http://lexvo.org/id/iso639-3/udm",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Udmurt",
                        "fi": "udmurtti",
                        "sv": "udmurtiska"
                    }
                },
                {
                    "id": "551a3aac-4192-4259-b5be-c3143d6db9a5",
                    "url": "http://lexvo.org/id/iso639-3/vot",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Votic",
                        "fi": "vatja",
                        "sv": "votiska"
                    }
                },
                {
                    "id": "95379d40-23ce-42c6-91c3-9171de3fbd76",
                    "url": "http://lexvo.org/id/iso639-3/yrk",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Nenets"
                    }
                },
                {
                    "id": "02c493ec-d382-4421-b70a-7cd86c83c7ea",
                    "url": "http://lexvo.org/id/iso639-5/fiu",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finno-Ugric language",
                        "fi": "suomalais-ugrilainen kieli",
                        "sv": "finskugriskt språk"
                    }
                },
                {
                    "id": "b31860e8-38bc-449b-ade7-0b5e0ff96bc9",
                    "url": "http://lexvo.org/id/iso639-3/mdf",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Moksha",
                        "fi": "mokša",
                        "sv": "moksja"
                    }
                },
                {
                    "id": "8d20d1dc-578a-412f-aba6-c625cd94902b",
                    "url": "http://lexvo.org/id/iso639-3/myv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Erzya",
                        "fi": "ersä",
                        "sv": "erjya"
                    }
                },
                {
                    "id": "e4742059-59e6-4cce-bab3-f33e3f2d5ce7",
                    "url": "http://lexvo.org/id/iso639-3/sma",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Southern Sami",
                        "fi": "eteläsaame",
                        "sv": "sydsamiska"
                    }
                },
                {
                    "id": "2f176b1b-c131-40f5-a85e-10a42e4d36b3",
                    "url": "http://lexvo.org/id/iso639-3/sme",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Northern Sami",
                        "fi": "pohjoissaame",
                        "sv": "nordsamiska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "541fdb9b-f8a8-4c75-a75d-13f413454d72",
                "organization": "fairdata.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:lb-2019052401",
            "pid_generated_by_fairdata": false,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [],
            "theme": [],
            "title": {
                "en": "Wanca 2016, Korp Version",
                "fi": "Wanca 2016, Korp-versio"
            },
            "created": "2019-05-25T01:19:44Z",
            "modified": "2025-01-20T09:20:04Z",
            "dataset_versions": [
                {
                    "id": "e7af51a1-890d-4820-b941-765085b458b2",
                    "title": {
                        "en": "Wanca 2016, Korp Version",
                        "fi": "Wanca 2016, Korp-versio"
                    },
                    "persistent_identifier": "urn:nbn:fi:lb-2019052401",
                    "state": "published",
                    "created": "2019-05-25T01:19:44Z",
                    "version": 1
                }
            ],
            "published_revision": 5,
            "version": 1,
            "api_version": 3,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "832ed030-e497-4f17-8cd6-73ca2418a6eb",
            "access_rights": {
                "id": "7842ec15-4352-4e83-81e0-2195873b19c2",
                "license": [
                    {
                        "id": "59650eb9-7080-4bb9-8058-bd04726070e5",
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-1.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 1.0 Generic (CC BY 1.0)",
                            "fi": "Creative Commons Nimeä 1.0 Yleinen (CC BY 1.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": []
            },
            "actors": [
                {
                    "id": "dcc29cc7-45d5-4f57-9a2f-994302c9f8c5",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "707442e3-92e3-4976-a1a7-5e96fff9fb72",
                        "name": "Tommi Jauhiainen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "25030e5c-de59-4a95-95a7-2603564afaba",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "19cda97e-7de9-4561-9491-08f15f07e76a",
                        "name": "Heidi Jauhiainen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "48a3a7b4-3170-45c7-9e1a-934cf5ce068a",
                    "roles": [
                        "publisher",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "9d03ee6d-feb9-4382-a97c-e42b33017fa9",
                    "roles": [
                        "curator"
                    ],
                    "person": {
                        "id": "2644b582-1123-47a2-9ea6-f60aab5c6b9e",
                        "name": "User support FIN-CLARIN",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-harvest-kielipankki",
            "description": {
                "en": "The VRT version of Wanca 2016 is a collection of web corpora in small Uralic languages. The collection is composed of 29 sentence corpora in different languages. The corpora have been collected from the Internet using the automated system developed in the Finno-Ugric Languages and the Internet project (SUKI) supported by the Kone foundation from their Language Programme 2012-2016. The sentences have been extracted from the pages found while harvesting with Heritrix and the language of each sentence has been identified with MultiLi using HeLI as the identification method. Each sentence has a link to the original page it was found in, but it is possible that some of the links stop working. In that case we recommend searching for the page in the Internet Archive Wayback machine https://archive.org/web/.\n\nThe languages in the VRT version of Wanca 2016 are:\n\nISO 639-3 Name of language\n\nfit Tornedalen Finnish (meänkieli)\nfkv Kven (kvääni)\nizh Ingrian (ižoran keel)\nkca Khanty (ханты ясанг)\nkoi Komi-Permyak (перем коми кыв)\nkpv Komi-Zyrian (Коми кыв)\nkrl Karelian (karjal)\nliv Liv (līvõ kēļ)\nlud Ludian (lüüdin kiel')\nmdf Moksha (мокшень)\nmhr Eastern and Meadow Mari (марий йылме)\nmns Mansi (мāньси лāтыӈ)\nmrj Western or Hill Mari (Кырык мары)\nmyv Erzya (эрзянь)\nnio Nganasan (ня”)\nolo Livvi (Olonets / livvin karjal)\nsjd Kildin Sami (Кӣллт са̄мь кӣлл)\nsjk Kemi Sami (samääškiela)\nsju Ume Sami (uumajanlappi)\nsma Southern Sami (åarjel-saemien)\nsme Northern Sami (davvisámi, davvisámegiella)\nsmj Lule Sami (julevsábme)\nsmn Inari Sami (anarâškielâ)\nsms Skolt Sami (sää´mǩiõll)\nudm Udmurt (удмурт кыл)\nvep Veps (vepsän kel')\nvot Votic (vad̕d̕a ceeli)\nvro Võro (võro kiil)\nyrk Nenets (ненэцяʼ вада)"
            },
            "field_of_science": [
                {
                    "id": "62b43705-b725-40cd-aa4f-f5b1465678e1",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta6121",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Languages",
                        "fi": "Kielitieteet",
                        "sv": "Språkvetenskaper"
                    }
                }
            ],
            "infrastructure": [],
            "keyword": [],
            "language": [
                {
                    "id": "15aaf0d5-15e5-4604-8ced-b9ead273ea00",
                    "url": "http://lexvo.org/id/iso639-3/fit",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Meänkieli",
                        "fi": "Meänkieli",
                        "sv": "Meänkieli"
                    }
                },
                {
                    "id": "2bf95986-330c-4469-bb5a-cabf938eaf8a",
                    "url": "http://lexvo.org/id/iso639-3/fkv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kven Finnish",
                        "fi": "Ruijan murteet",
                        "sv": "Kvänska"
                    }
                },
                {
                    "id": "087c5ef7-0562-4ac1-b011-9af6434a6504",
                    "url": "http://lexvo.org/id/iso639-3/lud",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ludian",
                        "fi": "Lyydin kieli"
                    }
                },
                {
                    "id": "1b32ef89-50ea-448b-9267-2fd359950859",
                    "url": "http://lexvo.org/id/iso639-3/olo",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Livvi",
                        "fi": "Aunuksenkarjalan kieli"
                    }
                },
                {
                    "id": "f0ffbb39-d36f-42c5-97af-3db7b336b428",
                    "url": "http://lexvo.org/id/iso639-3/sjk",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kemi Sami",
                        "fi": "Keminsaame",
                        "sv": "Kemisamiska"
                    }
                },
                {
                    "id": "49d9165c-cd4b-405e-aff7-583b988877d2",
                    "url": "http://lexvo.org/id/iso639-3/sju",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ume Sami",
                        "fi": "Uumajansaame",
                        "sv": "Umesamiska"
                    }
                },
                {
                    "id": "7b113a17-7831-4912-822d-48c8e7b26808",
                    "url": "http://lexvo.org/id/iso639-3/vro",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Võro",
                        "fi": "Võro",
                        "sv": "Võru"
                    }
                },
                {
                    "id": "ac9eb5b4-4e5a-4a77-9a58-42a6f231dead",
                    "url": "http://lexvo.org/id/iso639-3/izh",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ingrian",
                        "fi": "Inkeroisen kieli",
                        "sv": "Ingriska"
                    }
                },
                {
                    "id": "cb31f190-f962-47f7-97e2-f1cca09935a6",
                    "url": "http://lexvo.org/id/iso639-3/liv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Liv",
                        "fi": "Liivin kieli",
                        "sv": "Liviska"
                    }
                },
                {
                    "id": "96e4524b-5d3f-433e-90c2-7f917550a43a",
                    "url": "http://lexvo.org/id/iso639-3/vep",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Veps",
                        "fi": "Vepsän kieli",
                        "sv": "Vepsiska"
                    }
                },
                {
                    "id": "ce9fd8e7-ab07-4764-8da4-bed7e56db401",
                    "url": "http://lexvo.org/id/iso639-3/kca",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Khanty",
                        "fi": "Hantin kieli",
                        "sv": "Chantiska"
                    }
                },
                {
                    "id": "3e97e00f-cabf-4be0-89ff-8d616c71b5f1",
                    "url": "http://lexvo.org/id/iso639-3/koi",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Komi-Permyak",
                        "fi": "Komipermjakin kieli"
                    }
                },
                {
                    "id": "6dfb4f24-0795-404c-a14e-3af3c8759ff7",
                    "url": "http://lexvo.org/id/iso639-3/mhr",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Eastern Mari"
                    }
                },
                {
                    "id": "6f5e7f65-b006-457c-9dc1-d51e3e2723ad",
                    "url": "http://lexvo.org/id/iso639-3/mns",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Mansi",
                        "fi": "Mansin kieli",
                        "sv": "Mansiska"
                    }
                },
                {
                    "id": "8918c29a-2a58-493b-afa9-12cde12b4e4e",
                    "url": "http://lexvo.org/id/iso639-3/mrj",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Western Mari",
                        "sv": "Västmariska"
                    }
                },
                {
                    "id": "4e50c815-9511-42fe-8d99-c593fc6106df",
                    "url": "http://lexvo.org/id/iso639-3/nio",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Nganasan",
                        "fi": "Nganasanin kieli",
                        "sv": "Nganasaniska"
                    }
                },
                {
                    "id": "4f15902a-e2bc-4183-98b0-20b4951cbde6",
                    "url": "http://lexvo.org/id/iso639-3/sjd",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kildin Sami",
                        "fi": "Kiltinänsaame",
                        "sv": "Kildinsamiska"
                    }
                },
                {
                    "id": "c8fd7235-bfd1-4da2-9e32-8fb155bf3e90",
                    "url": "http://lexvo.org/id/iso639-3/smj",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Lule Sami",
                        "fi": "luulajansaame",
                        "sv": "lulesamiska"
                    }
                },
                {
                    "id": "9461398b-a35d-4177-b183-bff888ea773d",
                    "url": "http://lexvo.org/id/iso639-3/smn",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Inari Sami",
                        "fi": "inarinsaame",
                        "sv": "enaresamiska"
                    }
                },
                {
                    "id": "3d5644a9-a6cd-408b-ad84-998a9f1e9d27",
                    "url": "http://lexvo.org/id/iso639-3/sms",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Skolt Sami",
                        "fi": "koltansaame",
                        "sv": "skoltsamiska"
                    }
                },
                {
                    "id": "715d8f7e-7b54-44dd-a737-f075b16b53d1",
                    "url": "http://lexvo.org/id/iso639-3/kpv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Komi-Zyrian",
                        "fi": "Jazvan komi"
                    }
                },
                {
                    "id": "9cdccadf-a0bb-4f3f-ad2c-6608d979bf92",
                    "url": "http://lexvo.org/id/iso639-3/krl",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Karelian",
                        "fi": "karjala",
                        "sv": "karelska"
                    }
                },
                {
                    "id": "33cd261c-a547-4df5-afd0-b84336c718f9",
                    "url": "http://lexvo.org/id/iso639-3/udm",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Udmurt",
                        "fi": "udmurtti",
                        "sv": "udmurtiska"
                    }
                },
                {
                    "id": "551a3aac-4192-4259-b5be-c3143d6db9a5",
                    "url": "http://lexvo.org/id/iso639-3/vot",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Votic",
                        "fi": "vatja",
                        "sv": "votiska"
                    }
                },
                {
                    "id": "95379d40-23ce-42c6-91c3-9171de3fbd76",
                    "url": "http://lexvo.org/id/iso639-3/yrk",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Nenets"
                    }
                },
                {
                    "id": "02c493ec-d382-4421-b70a-7cd86c83c7ea",
                    "url": "http://lexvo.org/id/iso639-5/fiu",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finno-Ugric language",
                        "fi": "suomalais-ugrilainen kieli",
                        "sv": "finskugriskt språk"
                    }
                },
                {
                    "id": "b31860e8-38bc-449b-ade7-0b5e0ff96bc9",
                    "url": "http://lexvo.org/id/iso639-3/mdf",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Moksha",
                        "fi": "mokša",
                        "sv": "moksja"
                    }
                },
                {
                    "id": "8d20d1dc-578a-412f-aba6-c625cd94902b",
                    "url": "http://lexvo.org/id/iso639-3/myv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Erzya",
                        "fi": "ersä",
                        "sv": "erjya"
                    }
                },
                {
                    "id": "e4742059-59e6-4cce-bab3-f33e3f2d5ce7",
                    "url": "http://lexvo.org/id/iso639-3/sma",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Southern Sami",
                        "fi": "eteläsaame",
                        "sv": "sydsamiska"
                    }
                },
                {
                    "id": "2f176b1b-c131-40f5-a85e-10a42e4d36b3",
                    "url": "http://lexvo.org/id/iso639-3/sme",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Northern Sami",
                        "fi": "pohjoissaame",
                        "sv": "nordsamiska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "541fdb9b-f8a8-4c75-a75d-13f413454d72",
                "organization": "fairdata.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:lb-2020030501",
            "pid_generated_by_fairdata": false,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [],
            "theme": [],
            "title": {
                "en": "Wanca 2016, VRT",
                "fi": "Wanca 2016, VRT"
            },
            "created": "2020-03-07T02:23:33Z",
            "modified": "2025-01-20T09:17:55Z",
            "dataset_versions": [
                {
                    "id": "832ed030-e497-4f17-8cd6-73ca2418a6eb",
                    "title": {
                        "en": "Wanca 2016, VRT",
                        "fi": "Wanca 2016, VRT"
                    },
                    "persistent_identifier": "urn:nbn:fi:lb-2020030501",
                    "state": "published",
                    "created": "2020-03-07T02:23:33Z",
                    "version": 1
                }
            ],
            "published_revision": 5,
            "version": 1,
            "api_version": 3,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "4935bcba-419b-4e9c-8b5a-c8aff1307153",
            "access_rights": {
                "id": "49892cc6-6ab7-4597-a07e-162cbb2f1735",
                "license": [
                    {
                        "id": "59650eb9-7080-4bb9-8058-bd04726070e5",
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-1.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution 1.0 Generic (CC BY 1.0)",
                            "fi": "Creative Commons Nimeä 1.0 Yleinen (CC BY 1.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": []
            },
            "actors": [
                {
                    "id": "2f1d8cac-89f0-41e5-b544-e549088ca8e3",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "91f2b195-e417-4ec2-b5ef-bd2f38dc6373",
                        "name": "Tommi Jauhiainen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "63a9e7d0-a89d-4f04-a951-5bbbf4f37a19",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "541cf330-3f8e-43b5-94b7-ef173c659d2a",
                        "name": "Heidi Jauhiainen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "ed4a79ac-f575-4709-aacc-a7c59ea8288c",
                    "roles": [
                        "publisher",
                        "rights_holder"
                    ],
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "73841a1d-0a56-4461-9dc8-b2bf08157d9f",
                    "roles": [
                        "curator"
                    ],
                    "person": {
                        "id": "79e8b14d-4d01-4d20-a06e-aab907bd5765",
                        "name": "User support FIN-CLARIN",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "b65efb2c-fd48-4b76-9837-c6f05216d4bd",
                        "pref_label": {
                            "en": "University of Helsinki",
                            "fi": "Helsingin yliopisto",
                            "sv": "Helsingfors universitet",
                            "und": "Helsingin yliopisto"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/01901",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-harvest-kielipankki",
            "description": {
                "en": "Wanca 2016 is a collection of web corpora in small Uralic languages. The collection is composed of 29 sentence corpora in different languages. The corpora have been collected from the Internet using the automated system developed in the Finno-Ugric Languages and the Internet project (SUKI) supported by the Kone foundation from their Language Programme 2012-2016. The sentences have been extracted from the pages found while harvesting with Heritrix and the language of each sentence has been identified with MultiLi using HeLI as the identification method. Each sentence has a link to the original page it was found in, but it is possible that some of the links stop working. In that case, we recommend searching for the page in the Internet Archive Wayback machine https://archive.org/web/.\n\nThe languages in Wanca 2016 are:\n\nISO 639-3 Name of language\n\nfit Tornedalen Finnish (meänkieli)\nfkv Kven (kvääni)\nizh Ingrian (ižoran keel)\nkca Khanty (ханты ясанг)\nkoi Komi-Permyak (перем коми кыв)\nkpv Komi-Zyrian (Коми кыв)\nkrl Karelian (karjal)\nliv Liv (līvõ kēļ)\nlud Ludian (lüüdin kiel')\nmdf Moksha (мокшень)\nmhr Eastern and Meadow Mari (марий йылме)\nmns Mansi (мāньси лāтыӈ)\nmrj Western or Hill Mari (Кырык мары)\nmyv Erzya (эрзянь)\nnio Nganasan (ня”)\nolo Livvi (Olonets / livvin karjal)\nsjd Kildin Sami (Кӣллт са̄мь кӣлл)\nsjk Kemi Sami (samääškiela)\nsju Ume Sami (uumajanlappi)\nsma Southern Sami (åarjel-saemien)\nsme Northern Sami (davvisámi, davvisámegiella)\nsmj Lule Sami (julevsábme)\nsmn Inari Sami (anarâškielâ)\nsms Skolt Sami (sää´mǩiõll)\nudm Udmurt (удмурт кыл)\nvep Veps (vepsän kel')\nvot Votic (vad̕d̕a ceeli)\nvro Võro (võro kiil)\nyrk Nenets (ненэцяʼ вада)"
            },
            "field_of_science": [
                {
                    "id": "62b43705-b725-40cd-aa4f-f5b1465678e1",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta6121",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Languages",
                        "fi": "Kielitieteet",
                        "sv": "Språkvetenskaper"
                    }
                }
            ],
            "infrastructure": [],
            "keyword": [],
            "language": [
                {
                    "id": "15aaf0d5-15e5-4604-8ced-b9ead273ea00",
                    "url": "http://lexvo.org/id/iso639-3/fit",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Meänkieli",
                        "fi": "Meänkieli",
                        "sv": "Meänkieli"
                    }
                },
                {
                    "id": "2bf95986-330c-4469-bb5a-cabf938eaf8a",
                    "url": "http://lexvo.org/id/iso639-3/fkv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kven Finnish",
                        "fi": "Ruijan murteet",
                        "sv": "Kvänska"
                    }
                },
                {
                    "id": "087c5ef7-0562-4ac1-b011-9af6434a6504",
                    "url": "http://lexvo.org/id/iso639-3/lud",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ludian",
                        "fi": "Lyydin kieli"
                    }
                },
                {
                    "id": "1b32ef89-50ea-448b-9267-2fd359950859",
                    "url": "http://lexvo.org/id/iso639-3/olo",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Livvi",
                        "fi": "Aunuksenkarjalan kieli"
                    }
                },
                {
                    "id": "f0ffbb39-d36f-42c5-97af-3db7b336b428",
                    "url": "http://lexvo.org/id/iso639-3/sjk",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kemi Sami",
                        "fi": "Keminsaame",
                        "sv": "Kemisamiska"
                    }
                },
                {
                    "id": "49d9165c-cd4b-405e-aff7-583b988877d2",
                    "url": "http://lexvo.org/id/iso639-3/sju",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ume Sami",
                        "fi": "Uumajansaame",
                        "sv": "Umesamiska"
                    }
                },
                {
                    "id": "7b113a17-7831-4912-822d-48c8e7b26808",
                    "url": "http://lexvo.org/id/iso639-3/vro",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Võro",
                        "fi": "Võro",
                        "sv": "Võru"
                    }
                },
                {
                    "id": "ac9eb5b4-4e5a-4a77-9a58-42a6f231dead",
                    "url": "http://lexvo.org/id/iso639-3/izh",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Ingrian",
                        "fi": "Inkeroisen kieli",
                        "sv": "Ingriska"
                    }
                },
                {
                    "id": "cb31f190-f962-47f7-97e2-f1cca09935a6",
                    "url": "http://lexvo.org/id/iso639-3/liv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Liv",
                        "fi": "Liivin kieli",
                        "sv": "Liviska"
                    }
                },
                {
                    "id": "96e4524b-5d3f-433e-90c2-7f917550a43a",
                    "url": "http://lexvo.org/id/iso639-3/vep",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Veps",
                        "fi": "Vepsän kieli",
                        "sv": "Vepsiska"
                    }
                },
                {
                    "id": "ce9fd8e7-ab07-4764-8da4-bed7e56db401",
                    "url": "http://lexvo.org/id/iso639-3/kca",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Khanty",
                        "fi": "Hantin kieli",
                        "sv": "Chantiska"
                    }
                },
                {
                    "id": "3e97e00f-cabf-4be0-89ff-8d616c71b5f1",
                    "url": "http://lexvo.org/id/iso639-3/koi",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Komi-Permyak",
                        "fi": "Komipermjakin kieli"
                    }
                },
                {
                    "id": "6dfb4f24-0795-404c-a14e-3af3c8759ff7",
                    "url": "http://lexvo.org/id/iso639-3/mhr",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Eastern Mari"
                    }
                },
                {
                    "id": "6f5e7f65-b006-457c-9dc1-d51e3e2723ad",
                    "url": "http://lexvo.org/id/iso639-3/mns",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Mansi",
                        "fi": "Mansin kieli",
                        "sv": "Mansiska"
                    }
                },
                {
                    "id": "8918c29a-2a58-493b-afa9-12cde12b4e4e",
                    "url": "http://lexvo.org/id/iso639-3/mrj",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Western Mari",
                        "sv": "Västmariska"
                    }
                },
                {
                    "id": "4e50c815-9511-42fe-8d99-c593fc6106df",
                    "url": "http://lexvo.org/id/iso639-3/nio",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Nganasan",
                        "fi": "Nganasanin kieli",
                        "sv": "Nganasaniska"
                    }
                },
                {
                    "id": "4f15902a-e2bc-4183-98b0-20b4951cbde6",
                    "url": "http://lexvo.org/id/iso639-3/sjd",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Kildin Sami",
                        "fi": "Kiltinänsaame",
                        "sv": "Kildinsamiska"
                    }
                },
                {
                    "id": "c8fd7235-bfd1-4da2-9e32-8fb155bf3e90",
                    "url": "http://lexvo.org/id/iso639-3/smj",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Lule Sami",
                        "fi": "luulajansaame",
                        "sv": "lulesamiska"
                    }
                },
                {
                    "id": "9461398b-a35d-4177-b183-bff888ea773d",
                    "url": "http://lexvo.org/id/iso639-3/smn",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Inari Sami",
                        "fi": "inarinsaame",
                        "sv": "enaresamiska"
                    }
                },
                {
                    "id": "3d5644a9-a6cd-408b-ad84-998a9f1e9d27",
                    "url": "http://lexvo.org/id/iso639-3/sms",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Skolt Sami",
                        "fi": "koltansaame",
                        "sv": "skoltsamiska"
                    }
                },
                {
                    "id": "715d8f7e-7b54-44dd-a737-f075b16b53d1",
                    "url": "http://lexvo.org/id/iso639-3/kpv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Komi-Zyrian",
                        "fi": "Jazvan komi"
                    }
                },
                {
                    "id": "9cdccadf-a0bb-4f3f-ad2c-6608d979bf92",
                    "url": "http://lexvo.org/id/iso639-3/krl",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Karelian",
                        "fi": "karjala",
                        "sv": "karelska"
                    }
                },
                {
                    "id": "33cd261c-a547-4df5-afd0-b84336c718f9",
                    "url": "http://lexvo.org/id/iso639-3/udm",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Udmurt",
                        "fi": "udmurtti",
                        "sv": "udmurtiska"
                    }
                },
                {
                    "id": "551a3aac-4192-4259-b5be-c3143d6db9a5",
                    "url": "http://lexvo.org/id/iso639-3/vot",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Votic",
                        "fi": "vatja",
                        "sv": "votiska"
                    }
                },
                {
                    "id": "95379d40-23ce-42c6-91c3-9171de3fbd76",
                    "url": "http://lexvo.org/id/iso639-3/yrk",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Nenets"
                    }
                },
                {
                    "id": "02c493ec-d382-4421-b70a-7cd86c83c7ea",
                    "url": "http://lexvo.org/id/iso639-5/fiu",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finno-Ugric language",
                        "fi": "suomalais-ugrilainen kieli",
                        "sv": "finskugriskt språk"
                    }
                },
                {
                    "id": "b31860e8-38bc-449b-ade7-0b5e0ff96bc9",
                    "url": "http://lexvo.org/id/iso639-3/mdf",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Moksha",
                        "fi": "mokša",
                        "sv": "moksja"
                    }
                },
                {
                    "id": "8d20d1dc-578a-412f-aba6-c625cd94902b",
                    "url": "http://lexvo.org/id/iso639-3/myv",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Erzya",
                        "fi": "ersä",
                        "sv": "erjya"
                    }
                },
                {
                    "id": "e4742059-59e6-4cce-bab3-f33e3f2d5ce7",
                    "url": "http://lexvo.org/id/iso639-3/sma",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Southern Sami",
                        "fi": "eteläsaame",
                        "sv": "sydsamiska"
                    }
                },
                {
                    "id": "2f176b1b-c131-40f5-a85e-10a42e4d36b3",
                    "url": "http://lexvo.org/id/iso639-3/sme",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Northern Sami",
                        "fi": "pohjoissaame",
                        "sv": "nordsamiska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "541fdb9b-f8a8-4c75-a75d-13f413454d72",
                "organization": "fairdata.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:lb-2020022901",
            "pid_generated_by_fairdata": false,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [],
            "theme": [],
            "title": {
                "en": "Wanca 2016, source",
                "fi": "Wanca 2016, lähdemateriaali"
            },
            "created": "2020-03-02T02:22:44Z",
            "modified": "2025-01-20T09:13:57Z",
            "dataset_versions": [
                {
                    "id": "4935bcba-419b-4e9c-8b5a-c8aff1307153",
                    "title": {
                        "en": "Wanca 2016, source",
                        "fi": "Wanca 2016, lähdemateriaali"
                    },
                    "persistent_identifier": "urn:nbn:fi:lb-2020022901",
                    "state": "published",
                    "created": "2020-03-02T02:22:44Z",
                    "version": 1
                }
            ],
            "published_revision": 5,
            "version": 1,
            "api_version": 3,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "9e91816b-b8d9-453d-9739-f29d1bbee6ed",
            "access_rights": {
                "id": "f9c94c31-c4a1-41ec-9c8d-350ff9a7135b",
                "license": [
                    {
                        "id": "60ce96ab-a581-4225-a652-bad746a435a2",
                        "custom_url": "https://sentinel.esa.int/documents/247904/690755/Sentinel_Data_Legal_Notice",
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/notspecified",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": [],
                "show_file_metadata": true
            },
            "actors": [
                {
                    "id": "3aeb4812-f303-4623-9697-3084e8235f75",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "e0b6de73-6399-4139-894d-9eedba41b95b",
                        "name": "Olli Niemitalo",
                        "email": "<hidden>",
                        "external_identifier": "https://orcid.org/0000-0002-3467-8341"
                    },
                    "organization": {
                        "id": "922150cb-fedd-4540-9e81-d972b34eeeed",
                        "pref_label": {
                            "en": "Häme University of Applied Sciences",
                            "fi": "Hämeen ammattikorkeakoulu",
                            "sv": "Hämeen ammattikorkeakoulu",
                            "und": "Hämeen ammattikorkeakoulu"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02467",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "ed41a120-1f0a-41c7-835f-3d036a137c1c",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "82bbb873-2c3e-4b69-a38d-c5d5bcc99278",
                        "name": "Elias Junior Anzini"
                    },
                    "organization": {
                        "id": "922150cb-fedd-4540-9e81-d972b34eeeed",
                        "pref_label": {
                            "en": "Häme University of Applied Sciences",
                            "fi": "Hämeen ammattikorkeakoulu",
                            "sv": "Hämeen ammattikorkeakoulu",
                            "und": "Hämeen ammattikorkeakoulu"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02467",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "7dc8f689-77ec-4f21-b974-13a429cd8c2c",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "2512c607-e5ca-4e3d-87c6-2f76a81cb398",
                        "name": "Vinicius Hermann D. Liczkoski"
                    },
                    "organization": {
                        "id": "922150cb-fedd-4540-9e81-d972b34eeeed",
                        "pref_label": {
                            "en": "Häme University of Applied Sciences",
                            "fi": "Hämeen ammattikorkeakoulu",
                            "sv": "Hämeen ammattikorkeakoulu",
                            "und": "Hämeen ammattikorkeakoulu"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02467",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "dda50212-3173-4143-8a43-0d284b9c0c81",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "922150cb-fedd-4540-9e81-d972b34eeeed",
                        "pref_label": {
                            "en": "Häme University of Applied Sciences",
                            "fi": "Hämeen ammattikorkeakoulu",
                            "sv": "Hämeen ammattikorkeakoulu",
                            "und": "Hämeen ammattikorkeakoulu"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/02467",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-ida",
            "description": {
                "en": "A dataset of 10 000 Sentinel 2 Level-1C RGB satellite images, 512x512 pixels (minimum) at 10 m / pixel resolution, centered at random locations in Finland over the years 2015–2022, collected for machine learning purposes.\n\nThere is a machine-downloadable mirror of the dataset at: https://a3s.fi/swift/v1/AUTH_ef7e4759a26645089a38de9633f52afd/sentinel2-l1c-rgb-finland-10k/\n\nEach image is large enough to contain a 5120 m x 5120 m square in WGS 84 / UTM zone 35N coordinate system. Individual images come in their native coordinate system (depending on the coordinate system of the original satellite image tile) which is either WGS84 / UTM zone 34N or 35N and have a minimum size of 512x512 pixels at 10 m / pixel resolution in both their native coordinate system and in WGS84 / UTM zone 35N. The format is netCDF following the CF-1.9 convention. Location and time information is included with the images. The data was downloaded from the openEO platform of Copernicus Data Space Ecosystem without screening against cloudy images. Images containing missing data (typically at original satellite image swath edges) have been removed and replaced with valid images.\n\nThe used approximate geographical area of Finland is based on free vector data from Natural Earth. https://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-0-countries/ The procedure to simplify the geometry in QGIS was: Select country, Keep N biggest parts (20 parts), Multipart to singleparts, Simplify (tolerance 0.01 deg), save GeoJson at a precision of 2 decimal places.\n\nSource code for building the dataset is available at https://github.com/hamk-uas/sentinel2-l1c-random-finland.\n\nContains Copernicus Sentinel data 2015–2022."
            },
            "field_of_science": [
                {
                    "id": "7334f2e9-1aae-4b87-9088-8226211b06c9",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta1171",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Geosciences",
                        "fi": "Geotieteet",
                        "sv": "Geovetenskaper"
                    }
                }
            ],
            "fileset": {
                "storage_service": "ida",
                "csc_project": "2008694",
                "total_files_count": 23,
                "total_files_size": 13399433725
            },
            "infrastructure": [],
            "issued": "2024-10-31",
            "keyword": [
                "sentinel2",
                "satellite images",
                "machine learning",
                "training data",
                "remote sensing",
                "earth observation"
            ],
            "language": [],
            "metadata_owner": {
                "id": "0ffcb2a1-9c54-4c83-94fb-6fc5113d76f1",
                "organization": "hamk.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.23729/32a321ac-9012-4f17-a849-a4e7ed6b6c8c",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [
                {
                    "geographic_name": "Finland",
                    "reference": {
                        "id": "684b98e8-d5c1-4a59-9247-4793cbbd38e4",
                        "url": "http://www.yso.fi/onto/yso/p94426",
                        "in_scheme": "http://www.yso.fi/onto/yso/places",
                        "pref_label": {
                            "en": "Finland",
                            "fi": "Suomi",
                            "sv": "Finland"
                        },
                        "as_wkt": "POINT (27 65)"
                    },
                    "custom_wkt": [
                        "MULTIPOLYGON (((22.01 60.14, 21.95 60.15, 21.94 60.18, 22.06 60.21, 22.07 60.2, 22.01 60.17, 22.04 60.16, 22.01 60.14)), ((20.45 60, 20.32 59.98, 20.31 59.95, 20.28 59.96, 20.28 59.98, 20.34 60.02, 20.45 60)), ((22.37 60.35, 22.4 60.36, 22.4 60.34, 22.48 60.32, 22.37 60.29, 22.39 60.32, 22.31 60.32, 22.37 60.35)), ((21.3 60.9, 21.29 60.91, 21.31 60.92, 21.24 60.95, 21.3 60.97, 21.37 60.93, 21.33 60.91, 21.32 60.88, 21.2 60.89, 21.3 60.9)), ((21.23 63.33, 21.35 63.36, 21.37 63.35, 21.36 63.32, 21.32 63.29, 21.32 63.3, 21.28 63.3, 21.23 63.33)), ((22.82 63.76, 22.8 63.74, 22.78 63.74, 22.78 63.73, 22.74 63.72, 22.68 63.76, 22.76 63.79, 22.83 63.78, 22.82 63.76)), ((22.45 60.01, 22.44 60, 22.41 60.01, 22.38 59.99, 22.35 60.03, 22.35 60.08, 22.37 60.08, 22.39 60.05, 22.41 60.05, 22.4 60.08, 22.43 60.08, 22.45 60.07, 22.45 60.01)), ((21.47 60.52, 21.46 60.52, 21.46 60.49, 21.43 60.49, 21.44 60.47, 21.39 60.49, 21.36 60.53, 21.34 60.52, 21.33 60.54, 21.33 60.56, 21.39 60.56, 21.48 60.53, 21.47 60.52)), ((21.64 60.14, 21.61 60.13, 21.64 60.12, 21.61 60.1, 21.51 60.1, 21.48 60.11, 21.56 60.12, 21.5 60.14, 21.57 60.17, 21.65 60.16, 21.64 60.14)), ((22.08 63.27, 22.07 63.28, 22.09 63.29, 22.07 63.32, 22.11 63.33, 22.2 63.31, 22.23 63.34, 22.25 63.31, 22.21 63.27, 22.11 63.28, 22.16 63.27, 22.14 63.25, 22.08 63.27)), ((21.87 60.18, 21.85 60.17, 21.87 60.16, 21.79 60.16, 21.83 60.15, 21.78 60.12, 21.7 60.12, 21.72 60.15, 21.71 60.17, 21.74 60.19, 21.85 60.2, 21.89 60.18, 21.87 60.18)), ((22.33 60.27, 22.22 60.25, 22.2 60.25, 22.22 60.27, 22.2 60.28, 22.18 60.28, 22.14 60.28, 22.18 60.28, 22.16 60.26, 22.08 60.27, 22.08 60.28, 22.11 60.31, 22.25 60.31, 22.32 60.3, 22.34 60.29, 22.33 60.27)), ((19.67 60.17, 19.65 60.16, 19.59 60.2, 19.6 60.15, 19.57 60.13, 19.53 60.15, 19.51 60.18, 19.54 60.2, 19.54 60.23, 19.59 60.26, 19.63 60.24, 19.67 60.17)), ((20.21 60.04, 20.23 60.01, 20.18 59.97, 20.18 59.99, 20.12 59.99, 20.11 60, 20.12 60.02, 20.1 60.03, 20.03 60.04, 20.03 60.06, 20.1 60.09, 20.16 60.09, 20.21 60.04)), ((21.91 60.33, 21.79 60.37, 21.79 60.4, 21.85 60.41, 21.8 60.44, 21.81 60.47, 21.89 60.45, 21.95 60.4, 21.89 60.4, 22 60.36, 21.96 60.35, 22 60.33, 21.91 60.33)), ((21.38 63.19, 21.36 63.19, 21.38 63.21, 21.36 63.21, 21.29 63.18, 21.32 63.16, 21.3 63.16, 21.24 63.15, 21.19 63.19, 21.15 63.18, 21.13 63.2, 21.15 63.21, 21.1 63.24, 21.08 63.29, 21.12 63.27, 21.24 63.28, 21.2 63.23, 21.29 63.21, 21.29 63.24, 21.32 63.25, 21.4 63.26, 21.42 63.25, 21.41 63.22, 21.43 63.2, 21.38 63.19)), ((24.96 65.03, 24.82 65.04, 24.8 65.02, 24.72 65, 24.75 64.98, 24.83 64.97, 24.73 64.95, 24.7 64.96, 24.71 64.97, 24.68 65, 24.63 64.97, 24.56 65.04, 24.65 65.08, 24.83 65.09, 24.88 65.09, 24.9 65.07, 24.87 65.07, 24.88 65.06, 25.03 65.06, 25.06 65.04, 24.96 65.03)), ((22.93 60.26, 22.84 60.2, 22.84 60.17, 22.82 60.16, 22.84 60.16, 22.85 60.11, 22.73 60.05, 22.76 60.03, 22.73 60, 22.68 60, 22.65 60.03, 22.6 59.98, 22.6 60.01, 22.57 60.02, 22.59 60.05, 22.53 60.01, 22.47 60, 22.47 60.09, 22.42 60.11, 22.6 60.14, 22.42 60.15, 22.45 60.22, 22.48 60.22, 22.45 60.19, 22.47 60.18, 22.81 60.23, 22.89 60.29, 22.96 60.29, 22.93 60.26)), ((20.19 60.19, 20.16 60.17, 20.09 60.18, 20.1 60.22, 20.19 60.25, 20.15 60.24, 20.08 60.22, 20.06 60.19, 20.06 60.21, 20.02 60.26, 20.06 60.31, 20.02 60.31, 20.02 60.28, 20 60.27, 19.98 60.28, 19.99 60.24, 20.03 60.22, 20.02 60.18, 19.95 60.2, 19.95 60.22, 19.91 60.22, 19.94 60.19, 20.01 60.16, 20.04 60.18, 20.03 60.11, 20.05 60.1, 19.95 60.08, 19.95 60.05, 19.91 60.1, 19.85 60.08, 19.81 60.1, 19.76 60.07, 19.65 60.27, 19.68 60.26, 19.69 60.24, 19.71 60.27, 19.77 60.29, 19.75 60.31, 19.8 60.3, 19.77 60.25, 19.79 60.2, 19.81 60.19, 19.82 60.23, 19.85 60.22, 19.89 60.31, 19.91 60.27, 19.93 60.28, 19.92 60.31, 19.89 60.34, 19.86 60.31, 19.82 60.35, 19.78 60.36, 19.84 60.4, 19.88 60.41, 19.91 60.4, 19.93 60.36, 20 60.36, 20.04 60.33, 20.02 60.36, 20.09 60.36, 20.19 60.31, 20.18 60.29, 20.28 60.28, 20.24 60.23, 20.21 60.22, 20.23 60.2, 20.19 60.19)), ((28.43 68.87, 28.73 68.87, 28.8 68.84, 28.72 68.73, 28.45 68.53, 28.46 68.49, 28.69 68.18, 29.33 68.07, 29.65 67.82, 30.01 67.69, 29.98 67.66, 29.96 67.57, 29.92 67.51, 29.52 67.3, 29.49 67.26, 29.43 67.23, 29.1 66.99, 29.05 66.91, 29.09 66.84, 29.32 66.68, 29.41 66.57, 29.52 66.49, 29.57 66.38, 29.65 66.29, 29.9 66.11, 29.96 65.97, 30.08 65.82, 30.11 65.71, 30.11 65.67, 30.1 65.66, 30 65.68, 29.7 65.63, 29.84 65.56, 29.73 65.49, 29.72 65.33, 29.58 65.24, 29.63 65.22, 29.83 65.21, 29.84 65.17, 29.81 65.14, 29.85 65.12, 29.82 65.09, 29.67 65.08, 29.6 65.03, 29.59 64.99, 29.63 64.91, 29.7 64.84, 29.78 64.8, 30.06 64.78, 30.12 64.77, 30.11 64.72, 30.17 64.68, 30.19 64.66, 30.18 64.64, 30.14 64.62, 29.95 64.57, 29.99 64.5, 30.07 64.47, 30.03 64.4, 30.09 64.36, 30.32 64.32, 30.45 64.25, 30.56 64.22, 30.53 64.16, 30.59 64.08, 30.58 64.05, 30.55 64.02, 30.33 63.9, 30.27 63.83, 30.2 63.79, 29.98 63.74, 30 63.72, 30.24 63.58, 30.38 63.53, 30.46 63.47, 30.82 63.38, 30.97 63.29, 31.2 63.21, 31.23 63.2, 31.26 63.1, 31.48 62.99, 31.54 62.92, 31.57 62.91, 31.44 62.79, 31.36 62.65, 31.28 62.57, 31.24 62.5, 31.17 62.48, 31.12 62.43, 30.98 62.36, 30.93 62.3, 30.65 62.19, 30.61 62.15, 30.34 61.99, 29.98 61.73, 29.84 61.66, 29.78 61.59, 29.64 61.51, 29.52 61.48, 29.46 61.41, 29.32 61.34, 29.2 61.25, 28.8 61.1, 28.61 60.96, 28.48 60.93, 28.34 60.86, 28.24 60.79, 28.15 60.76, 27.81 60.55, 27.76 60.58, 27.74 60.57, 27.75 60.56, 27.73 60.54, 27.75 60.52, 27.73 60.51, 27.75 60.51, 27.71 60.49, 27.64 60.49, 27.69 60.52, 27.62 60.51, 27.61 60.49, 27.63 60.47, 27.51 60.51, 27.47 60.51, 27.49 60.49, 27.47 60.48, 27.51 60.46, 27.46 60.46, 27.37 60.5, 27.23 60.51, 27.23 60.53, 27.31 60.53, 27.21 60.56, 27.23 60.58, 27.21 60.58, 27.18 60.57, 27.2 60.52, 27.18 60.51, 27.17 60.53, 27.11 60.55, 27.09 60.53, 27.05 60.55, 27.02 60.54, 27.03 60.52, 27 60.49, 26.93 60.49, 26.96 60.45, 26.91 60.47, 26.79 60.46, 26.81 60.49, 26.8 60.49, 26.74 60.47, 26.74 60.44, 26.69 60.42, 26.64 60.45, 26.59 60.45, 26.55 60.43, 26.48 60.47, 26.47 60.49, 26.56 60.54, 26.57 60.58, 26.63 60.61, 26.75 60.57, 26.7 60.64, 26.66 60.65, 26.59 60.63, 26.47 60.51, 26.46 60.47, 26.49 60.44, 26.47 60.43, 26.42 60.41, 26.42 60.4, 26.38 60.42, 26.38 60.4, 26.35 60.39, 26.34 60.38, 26.25 60.45, 26.23 60.44, 26.27 60.4, 26.18 60.41, 26.14 60.4, 25.98 60.48, 25.92 60.49, 26.03 60.43, 26.04 60.41, 26.01 60.4, 26.01 60.39, 26.11 60.34, 26.09 60.31, 26.04 60.3, 26.04 60.32, 26 60.35, 26.01 60.37, 25.96 60.36, 25.84 60.4, 25.92 60.36, 25.88 60.31, 25.93 60.25, 25.75 60.32, 25.74 60.31, 25.75 60.3, 25.85 60.27, 25.76 60.24, 25.74 60.25, 25.65 60.3, 25.67 60.33, 25.65 60.34, 25.7 60.34, 25.69 60.36, 25.67 60.36, 25.53 60.33, 25.55 60.29, 25.5 60.25, 25.36 60.25, 25.36 60.26, 25.31 60.27, 25.32 60.25, 25.2 60.25, 25.19 60.22, 25.16 60.23, 25.2 60.2, 25.18 60.2, 25.2 60.19, 25.09 60.18, 25.1 60.19, 25.06 60.18, 25.05 60.17, 25.07 60.16, 25.03 60.15, 25 60.16, 25.03 60.2, 25 60.21, 24.95 60.14, 24.85 60.14, 24.83 60.16, 24.87 60.16, 24.87 60.18, 24.84 60.19, 24.81 60.19, 24.83 60.16, 24.68 60.13, 24.67 60.1, 24.63 60.14, 24.55 60.16, 24.6 60.13, 24.54 60.09, 24.61 60.1, 24.57 60.07, 24.59 60.06, 24.45 59.99, 24.42 59.99, 24.46 60.05, 24.37 60, 24.37 60.02, 24.31 60, 24.36 60.04, 24.37 60.07, 24.32 60.08, 24.25 60.04, 24.16 60.04, 24.18 60.03, 24.16 60.02, 24.11 60.03, 24.01 60.01, 24.02 60.04, 24 60.04, 23.96 60, 23.87 59.99, 23.8 59.96, 23.77 59.97, 23.61 59.96, 23.57 59.98, 23.43 59.96, 23.48 60.01, 23.54 60.03, 23.55 60.07, 23.5 60.06, 23.45 60.03, 23.44 59.99, 23.33 59.92, 23.24 59.9, 23.22 59.87, 23.25 59.84, 22.91 59.81, 22.89 59.81, 22.95 59.85, 23.17 59.89, 23.17 59.92, 23.25 59.92, 23.33 60.01, 23.33 60.03, 23.22 59.93, 23.2 59.93, 23.21 59.94, 23.19 59.95, 23.17 59.94, 23.13 59.94, 23.11 59.92, 23.1 59.94, 23.11 59.97, 23.2 60, 23.26 60.04, 23.04 60.04, 22.99 60.08, 23.05 60.12, 23.03 60.14, 23 60.11, 22.97 60.09, 22.96 60.12, 22.87 60.15, 22.89 60.17, 22.87 60.18, 23.01 60.28, 23.08 60.36, 23.03 60.34, 23 60.31, 22.94 60.32, 22.74 60.24, 22.53 60.2, 22.59 60.23, 22.57 60.24, 22.59 60.26, 22.65 60.28, 22.45 60.25, 22.46 60.26, 22.55 60.33, 22.63 60.38, 22.62 60.4, 22.54 60.37, 22.46 60.38, 22.48 60.4, 22.29 60.38, 22.18 60.43, 22.12 60.44, 22.1 60.46, 22.05 60.44, 22.02 60.47, 21.98 60.48, 21.98 60.49, 21.94 60.49, 21.95 60.52, 21.9 60.53, 21.84 60.52, 21.87 60.48, 21.79 60.48, 21.81 60.58, 21.85 60.59, 21.83 60.61, 21.84 60.63, 21.66 60.57, 21.65 60.51, 21.61 60.49, 21.56 60.49, 21.58 60.51, 21.52 60.57, 21.58 60.57, 21.49 60.57, 21.44 60.57, 21.41 60.58, 21.43 60.59, 21.41 60.61, 21.47 60.61, 21.38 60.65, 21.35 60.69, 21.44 60.68, 21.45 60.69, 21.42 60.73, 21.47 60.73, 21.39 60.75, 21.42 60.76, 21.37 60.78, 21.37 60.81, 21.33 60.83, 21.34 60.84, 21.32 60.86, 21.43 60.88, 21.38 60.88, 21.35 60.9, 21.39 60.92, 21.43 60.9, 21.41 60.93, 21.32 61.01, 21.34 61.03, 21.3 61.06, 21.39 61.04, 21.41 61.05, 21.37 61.06, 21.48 61.06, 21.45 61.08, 21.46 61.1, 21.44 61.14, 21.47 61.15, 21.44 61.16, 21.46 61.17, 21.44 61.17, 21.5 61.18, 21.5 61.19, 21.56 61.2, 21.54 61.23, 21.48 61.25, 21.51 61.27, 21.5 61.28, 21.54 61.28, 21.52 61.38, 21.45 61.4, 21.57 61.42, 21.51 61.46, 21.42 61.49, 21.56 61.48, 21.59 61.49, 21.57 61.52, 21.51 61.52, 21.47 61.55, 21.46 61.56, 21.48 61.57, 21.72 61.53, 21.61 61.59, 21.59 61.63, 21.54 61.65, 21.54 61.67, 21.52 61.71, 21.59 61.7, 21.49 61.74, 21.47 61.76, 21.49 61.81, 21.44 61.83, 21.45 61.84, 21.4 61.88, 21.39 61.89, 21.41 61.91, 21.38 61.94, 21.31 61.94, 21.28 61.95, 21.29 61.97, 21.24 61.99, 21.28 62.05, 21.29 62.12, 21.3 62.13, 21.31 62.11, 21.33 62.16, 21.38 62.19, 21.39 62.21, 21.35 62.23, 21.37 62.27, 21.35 62.27, 21.31 62.23, 21.34 62.36, 21.27 62.35, 21.26 62.37, 21.28 62.4, 21.27 62.41, 21.21 62.36, 21.22 62.34, 21.19 62.34, 21.2 62.39, 21.18 62.4, 21.2 62.42, 21.17 62.42, 21.13 62.4, 21.15 62.46, 21.12 62.46, 21.12 62.5, 21.15 62.53, 21.13 62.55, 21.21 62.58, 21.19 62.6, 21.11 62.62, 21.07 62.6, 21.08 62.68, 21.13 62.69, 21.16 62.72, 21.12 62.75, 21.11 62.78, 21.15 62.79, 21.18 62.78, 21.24 62.87, 21.34 62.86, 21.39 62.88, 21.42 62.94, 21.46 62.95, 21.44 63.04, 21.48 63.04, 21.5 63.07, 21.63 63.02, 21.69 63.03, 21.56 63.1, 21.55 63.11, 21.57 63.12, 21.52 63.13, 21.52 63.16, 21.5 63.16, 21.55 63.18, 21.51 63.19, 21.5 63.21, 21.56 63.23, 21.65 63.2, 21.67 63.22, 21.74 63.2, 21.76 63.21, 21.7 63.23, 21.89 63.26, 21.88 63.18, 21.98 63.14, 21.96 63.18, 21.99 63.2, 22.02 63.24, 22.04 63.25, 22.07 63.23, 22.18 63.23, 22.24 63.27, 22.28 63.3, 22.31 63.28, 22.33 63.28, 22.37 63.32, 22.25 63.41, 22.2 63.43, 22.19 63.46, 22.25 63.47, 22.3 63.44, 22.4 63.42, 22.28 63.49, 22.28 63.53, 22.34 63.52, 22.33 63.49, 22.38 63.49, 22.4 63.48, 22.39 63.45, 22.41 63.46, 22.44 63.47, 22.43 63.5, 22.5 63.59, 22.55 63.58, 22.5 63.62, 22.53 63.64, 22.53 63.66, 22.59 63.66, 22.59 63.7, 22.64 63.68, 22.65 63.7, 22.68 63.7, 22.73 63.63, 22.77 63.63, 22.83 63.65, 22.84 63.68, 22.9 63.71, 22.83 63.73, 22.9 63.73, 22.87 63.75, 22.93 63.74, 22.93 63.76, 22.91 63.77, 22.9 63.79, 22.94 63.8, 23 63.76, 22.99 63.82, 23.06 63.85, 23.12 63.85, 23.17 63.89, 23.28 63.89, 23.33 63.91, 23.37 63.9, 23.42 63.92, 23.37 63.95, 23.37 64, 23.4 64.06, 23.6 64.03, 23.62 64.04, 23.57 64.1, 23.57 64.11, 23.62 64.11, 23.72 64.18, 23.72 64.21, 23.82 64.22, 23.86 64.27, 23.94 64.25, 23.93 64.3, 23.98 64.35, 24 64.39, 24.07 64.41, 24.08 64.41, 24.08 64.43, 24.21 64.45, 24.22 64.49, 24.26 64.49, 24.29 64.51, 24.34 64.53, 24.36 64.55, 24.35 64.57, 24.37 64.58, 24.38 64.62, 24.42 64.68, 24.53 64.72, 24.55 64.73, 24.53 64.75, 24.59 64.78, 24.54 64.81, 24.67 64.79, 24.67 64.83, 24.73 64.84, 24.74 64.86, 24.9 64.87, 25.09 64.92, 25.14 64.88, 25.18 64.88, 25.22 64.84, 25.26 64.84, 25.23 64.82, 25.35 64.83, 25.36 64.91, 25.32 64.9, 25.24 64.93, 25.19 64.97, 25.22 64.99, 25.32 64.98, 25.42 64.95, 25.44 64.97, 25.42 65, 25.42 65.04, 25.38 65.06, 25.36 65.1, 25.21 65.12, 25.23 65.16, 25.28 65.19, 25.28 65.22, 25.33 65.23, 25.3 65.23, 25.31 65.25, 25.28 65.26, 25.32 65.32, 25.31 65.33, 25.33 65.34, 25.27 65.38, 25.32 65.39, 25.36 65.41, 25.34 65.43, 25.36 65.47, 25.32 65.51, 25.22 65.56, 25.12 65.56, 25.07 65.61, 24.94 65.62, 24.86 65.66, 24.78 65.66, 24.68 65.64, 24.67 65.69, 24.58 65.72, 24.55 65.76, 24.65 65.88, 24.71 65.9, 24.71 65.91, 24.62 65.89, 24.61 65.87, 24.52 65.8, 24.45 65.8, 24.4 65.77, 24.24 65.82, 24.24 65.78, 24.21 65.78, 24.05 65.95, 24.06 65.99, 24.02 66.05, 23.97 66.07, 23.91 66.15, 23.75 66.19, 23.69 66.26, 23.66 66.32, 23.68 66.36, 23.64 66.44, 23.65 66.46, 23.88 66.56, 23.89 66.6, 23.88 66.63, 23.9 66.69, 23.89 66.75, 23.94 66.79, 24 66.81, 23.93 66.89, 23.82 66.98, 23.72 67.02, 23.68 67.06, 23.67 67.1, 23.58 67.15, 23.57 67.17, 23.61 67.21, 23.59 67.23, 23.6 67.26, 23.74 67.29, 23.79 67.34, 23.75 67.35, 23.77 67.42, 23.59 67.45, 23.48 67.44, 23.43 67.49, 23.48 67.54, 23.47 67.55, 23.55 67.59, 23.48 67.74, 23.48 67.86, 23.53 67.89, 23.64 67.91, 23.66 67.95, 23.38 68.05, 23.31 68.15, 23.17 68.12, 23.15 68.14, 23.16 68.22, 23.07 68.29, 22.9 68.34, 22.81 68.39, 22.75 68.39, 22.66 68.43, 22.38 68.45, 22.37 68.47, 22.3 68.48, 22.07 68.48, 21.92 68.57, 21.74 68.59, 21.72 68.62, 21.46 68.69, 21.41 68.75, 21.31 68.76, 21.22 68.82, 21.07 68.87, 20.91 68.89, 20.88 68.91, 20.89 68.93, 20.93 68.95, 20.93 68.97, 20.91 68.98, 20.62 69.04, 20.74 69.1, 21.07 69.04, 21.16 69.09, 21.03 69.18, 21.1 69.24, 21.31 69.29, 21.64 69.27, 22.02 69.01, 22.16 68.96, 22.2 68.91, 22.28 68.86, 22.37 68.82, 22.41 68.71, 22.57 68.73, 22.85 68.68, 23.07 68.68, 23.2 68.62, 23.48 68.69, 23.73 68.72, 23.79 68.8, 23.93 68.82, 24.13 68.78, 24.19 68.74, 24.33 68.71, 24.66 68.67, 24.75 68.64, 24.88 68.55, 24.91 68.56, 24.95 68.61, 25.13 68.65, 25.15 68.76, 25.2 68.81, 25.43 68.88, 25.63 68.87, 25.73 68.94, 25.75 68.98, 25.8 68.99, 25.8 69.01, 25.77 69.03, 25.75 69.06, 25.77 69.14, 25.73 69.19, 25.74 69.22, 25.79 69.31, 25.88 69.37, 25.84 69.42, 25.89 69.46, 25.89 69.48, 25.91 69.5, 25.89 69.52, 25.96 69.55, 26 69.59, 26.01 69.61, 25.96 69.65, 26.01 69.69, 26.2 69.72, 26.32 69.79, 26.42 69.84, 26.45 69.86, 26.44 69.87, 26.53 69.93, 26.86 69.94, 27.1 69.9, 27.31 69.93, 27.35 69.95, 27.32 69.96, 27.33 69.97, 27.56 70.02, 27.61 70.06, 27.79 70.06, 27.87 70.08, 27.93 70.05, 28.17 69.89, 28.38 69.86, 28.38 69.82, 28.4 69.8, 29.13 69.67, 29.2 69.59, 29.34 69.46, 29.23 69.38, 28.85 69.2, 28.83 69.09, 28.95 69.03, 28.83 68.98, 28.41 68.9, 28.43 68.87)))"
                    ]
                }
            ],
            "state": "published",
            "temporal": [
                {
                    "start_date": "2015-01-01",
                    "end_date": "2022-12-31"
                }
            ],
            "theme": [],
            "title": {
                "en": "10k random 512x512 pixel Sentinel 2 Level-1C RGB satellite images over Finland, years 2015–2022"
            },
            "created": "2024-10-25T07:32:31Z",
            "modified": "2025-01-16T12:13:42Z",
            "dataset_versions": [
                {
                    "id": "9e91816b-b8d9-453d-9739-f29d1bbee6ed",
                    "title": {
                        "en": "10k random 512x512 pixel Sentinel 2 Level-1C RGB satellite images over Finland, years 2015–2022"
                    },
                    "persistent_identifier": "doi:10.23729/32a321ac-9012-4f17-a849-a4e7ed6b6c8c",
                    "state": "published",
                    "created": "2024-10-25T07:32:31Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "d21d7dd5-8254-4194-9bb4-aaaa844c13f7",
            "access_rights": {
                "id": "5eea84a8-8010-4c30-b3e4-12efd7fe288c",
                "license": [
                    {
                        "id": "7b932506-065d-4d3d-bba4-23f225fce013",
                        "custom_url": "https://creativecommons.org/licenses/by-nc/4.0/",
                        "title": {
                            "en": "Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
                            "fi": "Creative Commons Nimeä-EiKaupallinen 4.0 Kansainvälinen (CC BY-NC 4.0)",
                            "und": "Creative Commons Nimeä-EiKaupallinen 4.0 Kansainvälinen (CC BY-NC 4.0)"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/CC-BY-NC-4.0",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "Creative Commons Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)",
                            "fi": "Creative Commons Nimeä-EiKaupallinen 4.0 Kansainvälinen (CC BY-NC 4.0)"
                        }
                    }
                ],
                "access_type": {
                    "id": "d01ac02c-fc70-4c68-9434-8383cb693ff0",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/open",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Open",
                        "fi": "Avoin"
                    }
                },
                "restriction_grounds": [],
                "show_file_metadata": true
            },
            "actors": [
                {
                    "id": "72a36622-7074-4e4b-b25c-45dc12070c08",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "7654a549-7b0e-4564-97ea-334207d27932",
                        "name": "Juha Valjakka",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "dce9fab7-e118-4b4a-a261-ae240fa1e1af",
                        "pref_label": {
                            "en": "A.I. Virtanen -instituutti",
                            "fi": "A.I. Virtanen -instituutti",
                            "sv": "A.I. Virtanen -instituutti",
                            "und": "A.I. Virtanen -instituutti"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/10088-294010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "e9d4978f-97d0-4d50-93dd-ee3987b63001",
                            "pref_label": {
                                "en": "University of Eastern Finland",
                                "fi": "Itä-Suomen yliopisto",
                                "sv": "Östra Finlands universitet",
                                "und": "Itä-Suomen yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/10088",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "26c5ebd9-f42a-4eb6-9a62-d29cbbfd13cd",
                    "roles": [
                        "publisher"
                    ],
                    "person": {
                        "id": "f46277cc-639e-47ba-bee3-56abf9ae3825",
                        "name": "Jaakko Paasonen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "dce9fab7-e118-4b4a-a261-ae240fa1e1af",
                        "pref_label": {
                            "en": "A.I. Virtanen -instituutti",
                            "fi": "A.I. Virtanen -instituutti",
                            "sv": "A.I. Virtanen -instituutti",
                            "und": "A.I. Virtanen -instituutti"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/10088-294010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "e9d4978f-97d0-4d50-93dd-ee3987b63001",
                            "pref_label": {
                                "en": "University of Eastern Finland",
                                "fi": "Itä-Suomen yliopisto",
                                "sv": "Östra Finlands universitet",
                                "und": "Itä-Suomen yliopisto"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/10088",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                }
            ],
            "cumulative_state": 1,
            "data_catalog": "urn:nbn:fi:att:data-catalog-ida",
            "description": {
                "en": "This dataset contains the original data and scripts used for processing and analyzing the data presented in the Journal of Cerebral Blood Flow & Metabolism article “Correlation of zero echo time functional MRI with neuronal activity in rats”. The MRI data from subject groups 1 and 2 are found in the folders “ever_swift_whisker” and “whisker”, respectively, and the iEEG data in the folder “time_course_analysis”. The scripts in the folders “ever_swift_whisker” and “whisker” are for processing the MRI data and extracting the fMRI signal time courses, whereas the scripts in the folder “time_course_analysis” are for analyzing the fMRI/iEEG time course data and producing the figures of the article. For the scripts in the folder “time_course_analysis”, an overview is provided in the file “script_comments.docx”. For questions about the scripts used for processing the MRI data, contact the corresponding author of the article."
            },
            "field_of_science": [],
            "fileset": {
                "storage_service": "ida",
                "csc_project": "2001107",
                "total_files_count": 1,
                "total_files_size": 262445515941
            },
            "infrastructure": [],
            "issued": "2025-01-16",
            "keyword": [
                "EEG",
                "fMRI",
                "zero echo time",
                "impulse response function",
                "rat",
                "anesthesia"
            ],
            "language": [],
            "metadata_owner": {
                "id": "dd6ed480-c630-4f16-9ebe-cf5f4219e6d8",
                "organization": "uef.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "doi:10.23729/ffa905b5-246f-4bbe-a24f-74769673d50b",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [
                {
                    "entity": {
                        "title": {
                            "en": "Correlation of zero echo time functional MRI with neuronal activity in rats"
                        },
                        "entity_identifier": "DOI: 10.1177/0271678X251314682",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "6de19bfd-7cb6-4759-9813-f0f766e37774",
                        "url": "http://purl.org/spar/cito/isCitedBy",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Is cited by",
                            "fi": "Viitattu"
                        }
                    },
                    "metax_ids": []
                }
            ],
            "remote_resources": [],
            "spatial": [],
            "state": "published",
            "temporal": [],
            "theme": [],
            "title": {
                "en": "Original data and scripts used in the JCBFM article “Correlation of zero echo time functional MRI with neuronal activity in rats\""
            },
            "created": "2025-01-16T11:58:12Z",
            "cumulation_started": "2025-01-16T11:58:12Z",
            "modified": "2025-01-16T12:03:13Z",
            "dataset_versions": [
                {
                    "id": "d21d7dd5-8254-4194-9bb4-aaaa844c13f7",
                    "title": {
                        "en": "Original data and scripts used in the JCBFM article “Correlation of zero echo time functional MRI with neuronal activity in rats\""
                    },
                    "persistent_identifier": "doi:10.23729/ffa905b5-246f-4bbe-a24f-74769673d50b",
                    "state": "published",
                    "created": "2025-01-16T11:58:12Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "4bd0c3aa-2130-433b-8979-b91f4c018f89",
            "access_rights": {
                "id": "8e260692-72f6-4804-a5fc-d3f59792b668",
                "license": [
                    {
                        "id": "60ce96ab-a581-4225-a652-bad746a435a2",
                        "title": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty",
                            "und": "Ei määritelty"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/notspecified",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "484e859f-11b5-4163-a387-25c13fcaae29",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/research",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restriced access for research based on contract",
                            "fi": "Saatavuutta rajoitettu sopimuksen perusteella vain tutkimuskäyttöön",
                            "sv": "Begränsad åtkomst på bas av kontrakt ändast för forskningsändamål"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "eccff179-ad75-4daf-8714-ad31faf06a8d",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "77387dd2-f1d3-49ef-b75a-4a2a386c4ace",
                        "name": "Harri Mäkinen",
                        "external_identifier": "https://orcid.org/0000-0002-1820-6264"
                    },
                    "organization": {
                        "id": "b941a6eb-d7ba-4261-aa8b-eb5cf98f709c",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus",
                            "sv": "Naturresursinstitutet",
                            "und": "Luonnonvarakeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                },
                {
                    "id": "e3aade40-3d77-484b-8c03-06b1f1d73f93",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "b941a6eb-d7ba-4261-aa8b-eb5cf98f709c",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus",
                            "sv": "Naturresursinstitutet",
                            "und": "Luonnonvarakeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-att",
            "description": {
                "fi": "Koostuu Metsänarvioimisen tutkimusosaston v. 1920-1960 perustamista pysyvistä kasvu- ja tuotostutkimuksiin liittyneistä yksittäisistä koealoista tai koealaryhmistä. Kokeita perustettiin perustein, joita on kuvattu Yrjö Ilvessalon julkaisussa ’The establishment and measurement of permanent sample plots in Suomi (Finland)’ MTJ 17.2/1932. Kokeiden mittaus- ja käsittelyohjeissa on vuosikymmenien kuluessa kuitenkin tapahtunut muutoksia. Kokeilla tehdyt mittaukset ja kertyneen aineiston rakenne on kuvattu julkaisussa ’Metsikkökokeiden maastotyöohjeet’ MTT 257/ 1987. Koesarja sisältää myös joitakin erikoisia puulajeja, esim. lehtikuusi-, haapa- ja kontorta-koealoja."
            },
            "field_of_science": [
                {
                    "id": "9c2c445d-5aa2-4ada-9529-f5e74bcec131",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta4112",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Forestry",
                        "fi": "Metsätiede",
                        "sv": "Skogsvetenskap"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2023-06-14",
            "keyword": [
                "harvennus",
                "metsänkasvatus",
                "kasvumallit",
                "elinympäristöt",
                "biotoopit",
                "maankäyttö",
                "runko",
                "runkomuoto",
                "puusto"
            ],
            "language": [
                {
                    "id": "c757dc29-552d-48b2-9efc-4d53b939a7ef",
                    "url": "http://lexvo.org/id/iso639-3/fin",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finnish",
                        "fi": "suomi",
                        "sv": "finska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "5b005af2-a14e-4606-9bb8-327d277115e6",
                "organization": "luke.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:att:262a84a9-300a-4674-a201-1c206541f8cd",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [
                {
                    "entity": {
                        "title": {
                            "fi": "Vuokila, Yrjö (toim.). 1987. Metsikkökokeiden maastotyöohjeet. Metsäntutkimuslaitoksen tiedonantoja 257."
                        },
                        "description": {
                            "fi": "Metsäntutkimuslaitoksen tiedonantoja 257"
                        },
                        "entity_identifier": "http://urn.fi/URN:ISBN:951-40-0853-7",
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    },
                    "metax_ids": []
                },
                {
                    "entity": {
                        "title": {
                            "fi": "Ilvessalo, Y. (1932). The establishment and measurement of permanent sample plots in Suomi (Finland). Metsätieteellisen tutkimuslaitoksen julkaisuja, 17, 2."
                        },
                        "description": {
                            "fi": "Metsätieteellisen tutkimuslaitoksen julkaisuja, 17, 2."
                        },
                        "type": {
                            "id": "fb3d4a47-7445-423e-a4be-0693bcb8047b",
                            "url": "http://uri.suomi.fi/codelist/fairdata/resource_type/code/publication",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/resource_type",
                            "pref_label": {
                                "en": "Publication",
                                "fi": "Julkaisu"
                            }
                        }
                    },
                    "relation_type": {
                        "id": "d48aef1e-b6e1-46da-8f44-f4141b4b8d85",
                        "url": "http://purl.org/dc/terms/relation",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/relation_type",
                        "pref_label": {
                            "en": "Relation",
                            "fi": "Liittyy"
                        }
                    }
                }
            ],
            "remote_resources": [],
            "spatial": [
                {
                    "geographic_name": "Etelä- ja Keski-Suomi",
                    "custom_wkt": [
                        "POLYGON ((21.9302279748672 68.4175357927832, 29.9066900726146 68.4175357927832, 29.9066900726146 59.9291696415243, 21.9302279748672 59.9291696415243, 21.9302279748672 68.4175357927832))"
                    ]
                }
            ],
            "state": "published",
            "temporal": [
                {
                    "start_date": "1924-01-01"
                }
            ],
            "theme": [
                {
                    "id": "8e6aae75-eff1-4d6d-8dd1-67526cf14ba1",
                    "url": "http://www.yso.fi/onto/koko/p47660",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "bole form",
                        "fi": "runkomuoto"
                    }
                },
                {
                    "id": "8706d32e-bac4-4e9c-90ad-1969f5772651",
                    "url": "http://www.yso.fi/onto/koko/p74281",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "fi": "puuston kasvu"
                    }
                },
                {
                    "id": "f0ba8222-4d31-4a59-b466-17e0ef4a2fe3",
                    "url": "http://www.yso.fi/onto/koko/p34522",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "trunk (parts of plants)",
                        "fi": "runko (kasvinosat)",
                        "sv": "stam (växtdelar)"
                    }
                },
                {
                    "id": "30323c1e-3e4f-453a-9d18-812a2297c0bc",
                    "url": "http://www.yso.fi/onto/koko/p35978",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "growth models",
                        "fi": "kasvumallit",
                        "sv": "tillväxtmodeller"
                    }
                },
                {
                    "id": "43b75520-060d-4751-ba25-ab7ce09b222b",
                    "url": "http://www.yso.fi/onto/koko/p57852",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "forest cultivation",
                        "fi": "metsänkasvatus",
                        "sv": "skogsodling"
                    }
                },
                {
                    "id": "5806b057-210b-48c7-b296-f1e972d81cc2",
                    "url": "http://www.yso.fi/onto/koko/p2018",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "thinning (forestry)",
                        "fi": "harvennus (kohdistuva toiminta)",
                        "sv": "gallring"
                    }
                },
                {
                    "id": "048261f1-b875-4fb6-94b3-21194dd7ade5",
                    "url": "http://www.yso.fi/onto/koko/p34499",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "tree stand",
                        "fi": "puusto",
                        "sv": "trädbestånd"
                    }
                },
                {
                    "id": "cac3513d-56d8-4f7c-aa49-bb340a3e5b76",
                    "url": "http://www.yso.fi/onto/koko/p37354",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "biotope",
                        "fi": "biotooppi",
                        "sv": "biotop"
                    }
                },
                {
                    "id": "1abe2257-3b42-4db4-ba0b-6a7dac374291",
                    "url": "http://www.yso.fi/onto/koko/p36412",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "land use",
                        "fi": "maankäyttö",
                        "sv": "markanvändning"
                    }
                },
                {
                    "id": "bab1b16c-4a0b-47dc-8954-0dc3e3f2942c",
                    "url": "http://www.yso.fi/onto/koko/p34476",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "living environment",
                        "fi": "elinympäristö",
                        "sv": "livsmiljö"
                    }
                }
            ],
            "title": {
                "en": "The old permanent experimental plots for growth and yield studies",
                "fi": "Puuntuotoksen vanhat kestokoealat (ARPVANHA)"
            },
            "created": "2023-06-14T08:09:13Z",
            "modified": "2025-01-15T11:24:08Z",
            "dataset_versions": [
                {
                    "id": "4bd0c3aa-2130-433b-8979-b91f4c018f89",
                    "title": {
                        "en": "The old permanent experimental plots for growth and yield studies",
                        "fi": "Puuntuotoksen vanhat kestokoealat (ARPVANHA)"
                    },
                    "persistent_identifier": "urn:nbn:fi:att:262a84a9-300a-4674-a201-1c206541f8cd",
                    "state": "published",
                    "created": "2023-06-14T08:09:13Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        },
        {
            "id": "692ccb82-aa15-48e7-a969-5597ac477e3f",
            "access_rights": {
                "id": "a8c8381a-3555-42d4-bdc2-6e4fa24a2788",
                "license": [
                    {
                        "id": "60ce96ab-a581-4225-a652-bad746a435a2",
                        "title": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty",
                            "und": "Ei määritelty"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/license/code/notspecified",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/license",
                        "pref_label": {
                            "en": "License Not Specified",
                            "fi": "Ei määritelty"
                        }
                    }
                ],
                "access_type": {
                    "id": "729ffd9f-6d7a-40e9-aa97-a363a16fd113",
                    "url": "http://uri.suomi.fi/codelist/fairdata/access_type/code/restricted",
                    "in_scheme": "http://uri.suomi.fi/codelist/fairdata/access_type",
                    "pref_label": {
                        "en": "Restricted use",
                        "fi": "Saatavuutta rajoitettu"
                    }
                },
                "restriction_grounds": [
                    {
                        "id": "484e859f-11b5-4163-a387-25c13fcaae29",
                        "url": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds/code/research",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/restriction_grounds",
                        "pref_label": {
                            "en": "Restriced access for research based on contract",
                            "fi": "Saatavuutta rajoitettu sopimuksen perusteella vain tutkimuskäyttöön",
                            "sv": "Begränsad åtkomst på bas av kontrakt ändast för forskningsändamål"
                        }
                    }
                ]
            },
            "actors": [
                {
                    "id": "ebcbfb77-d57d-4574-9785-22a46faab189",
                    "roles": [
                        "creator"
                    ],
                    "person": {
                        "id": "a180b0eb-664c-4291-a285-0626d6f4d7fe",
                        "name": "Tapani Pakarinen",
                        "email": "<hidden>"
                    },
                    "organization": {
                        "id": "298f263c-1492-4a70-9adc-6012c2c14e3a",
                        "pref_label": {
                            "en": "Vaelluskalat ja rakennetut joet",
                            "fi": "Vaelluskalat ja rakennetut joet",
                            "sv": "Vaelluskalat ja rakennetut joet",
                            "und": "Vaelluskalat ja rakennetut joet"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010-4100111210",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization",
                        "parent": {
                            "id": "b941a6eb-d7ba-4261-aa8b-eb5cf98f709c",
                            "pref_label": {
                                "en": "Natural Resources Institute Finland",
                                "fi": "Luonnonvarakeskus",
                                "sv": "Naturresursinstitutet",
                                "und": "Luonnonvarakeskus"
                            },
                            "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010",
                            "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                        }
                    }
                },
                {
                    "id": "7424050a-3f81-4d57-b2d9-8936afa809ce",
                    "roles": [
                        "publisher"
                    ],
                    "organization": {
                        "id": "b941a6eb-d7ba-4261-aa8b-eb5cf98f709c",
                        "pref_label": {
                            "en": "Natural Resources Institute Finland",
                            "fi": "Luonnonvarakeskus",
                            "sv": "Naturresursinstitutet",
                            "und": "Luonnonvarakeskus"
                        },
                        "url": "http://uri.suomi.fi/codelist/fairdata/organization/code/4100010",
                        "in_scheme": "http://uri.suomi.fi/codelist/fairdata/organization"
                    }
                }
            ],
            "cumulative_state": 0,
            "data_catalog": "urn:nbn:fi:att:data-catalog-att",
            "description": {
                "en": "Gear specific daily catches from Gulf of Bothnia (1981-1986) and Gulf of Finland (1981-1987)\n - 90 300 observations, 19 variables\n- Mainly salmon and whitefish catch but also sea trout, vendace, cod, perch and other species. \n- Location mainly in statistical rectangle accuracy (about 50x50 km) but partly also geographical coordinate accuracy\n- Data reveals catch accumulation over the fishing season and CPUE. \n- Available in common data formats.",
                "fi": "Rysä- ja pesäverkkokohtaiset päiväsaaliit Pohjanlahden kalastuksesta vuosilta 1981-1986 ja Suomenlahdelta 1981-1987.\n- 90 300 havaintoa, 19  muuttujaa\n-  Pääosin lohi ja siikasaalista, mutta myös meritaimenta, muikkua, turskaa, ahventa ja muita rannikon sisävesilajeja.\n- Paikkatieto pääosin tilastoruudun tarkkuudella, mutta osittain myös koordinaattitarkkuus.\n\nAineistosta selviää saaliin ajallinen kertymä rannikon eri alueilla  mukaan lukien yksikkösaalis. Hyljevahinkoja ei ollut vielä ao. aikakaudella eikä siten käytetty myöskään hyljesuojattuja rysämalleja, jollaisia pelkästään käytetään nykyään.\n\nAineisto koostuu kalastuspiirien kalastajilta kyseisinä vuosina keräämistä rysien ja pesäverkkojen pyydys- ja kokopäiväkohtaisista saaliskirjauksista.",
                "sv": "Redskapsspecifika dagliga fångster från Botniska viken (1981-1986) och Finska viken (1981-1987)\n - 90 300 observationer, 19 variabler\n– Främst fångst av lax och sik men även havsöring, siklöja, torsk, abborre och andra arter.\n- Placering främst i statistisk rektangelnoggrannhet (ca 50x50 km) men delvis även geografisk koordinatnoggrannhet\n- Data visar fångstackumulering under fiskesäsongen och fångst per ansträngningsenhet (CPUE).\n- Finns i vanliga dataformat."
            },
            "field_of_science": [
                {
                    "id": "99add68c-0c1f-4248-ad68-d0b57d89c984",
                    "url": "http://www.yso.fi/onto/okm-tieteenala/ta1172",
                    "in_scheme": "http://www.yso.fi/onto/okm-tieteenala/conceptscheme",
                    "pref_label": {
                        "en": "Environmental sciences",
                        "fi": "Ympäristötiede",
                        "sv": "Miljövetenskap"
                    }
                }
            ],
            "infrastructure": [],
            "issued": "2023-05-25",
            "keyword": [
                "lohi",
                "rysäkalastus",
                "päiväsaalis",
                "Pohjanlahti",
                "saalis",
                "Suomenlahti"
            ],
            "language": [
                {
                    "id": "c757dc29-552d-48b2-9efc-4d53b939a7ef",
                    "url": "http://lexvo.org/id/iso639-3/fin",
                    "in_scheme": "http://lexvo.org/id/",
                    "pref_label": {
                        "en": "Finnish",
                        "fi": "suomi",
                        "sv": "finska"
                    }
                }
            ],
            "metadata_owner": {
                "id": "294ce79a-8ab2-403c-b235-9e6732c0cb24",
                "organization": "luke.fi"
            },
            "other_identifiers": [],
            "persistent_identifier": "urn:nbn:fi:att:68d7bad2-fda6-400c-8944-06257b38c01b",
            "pid_generated_by_fairdata": true,
            "projects": [],
            "provenance": [],
            "relation": [],
            "remote_resources": [],
            "spatial": [
                {
                    "geographic_name": "Pohjanlahti ja Suomenlahti"
                }
            ],
            "state": "published",
            "temporal": [
                {
                    "start_date": "1981-05-01",
                    "end_date": "1987-09-30"
                }
            ],
            "theme": [
                {
                    "id": "8ba54c92-3fd4-4f6a-9533-05dd78630c45",
                    "url": "http://www.yso.fi/onto/koko/p36980",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "vendace",
                        "fi": "muikku",
                        "sv": "siklöja"
                    }
                },
                {
                    "id": "af1dc5d1-32de-4ab1-855a-966506225218",
                    "url": "http://www.yso.fi/onto/koko/p31868",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "sea trout",
                        "fi": "meritaimen",
                        "sv": "havsöring"
                    }
                },
                {
                    "id": "b4bb3705-cb81-40a2-8cb1-f4d788f4c9ec",
                    "url": "http://www.yso.fi/onto/koko/p32944",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "Coregonus lavaretus",
                        "fi": "siika",
                        "sv": "sik"
                    }
                },
                {
                    "id": "5fc522b5-11ab-49c5-8475-5454dfefefd9",
                    "url": "http://www.yso.fi/onto/koko/p46829",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "catches",
                        "fi": "kalasaaliit"
                    }
                },
                {
                    "id": "4135d4ae-3fde-4402-947e-d3707828e337",
                    "url": "http://www.yso.fi/onto/koko/p31353",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "fyke nets",
                        "fi": "rysät",
                        "sv": "ryssjor"
                    }
                },
                {
                    "id": "b877f9f5-e899-47a5-9642-004434fcb80f",
                    "url": "http://www.yso.fi/onto/koko/p33236",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "pike",
                        "fi": "hauki",
                        "sv": "gädda"
                    }
                },
                {
                    "id": "6bebd667-9725-4111-90e5-e05635e4e8ce",
                    "url": "http://www.yso.fi/onto/koko/p35658",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "salmon",
                        "fi": "lohi",
                        "sv": "lax"
                    }
                },
                {
                    "id": "334ea865-d5c6-4a66-8ac9-4645937cc260",
                    "url": "http://www.yso.fi/onto/koko/p33004",
                    "in_scheme": "http://www.yso.fi/onto/koko/",
                    "pref_label": {
                        "en": "fishing",
                        "fi": "kalastus",
                        "sv": "fiske"
                    }
                }
            ],
            "title": {
                "en": "Log book data from coastal trapnet and pound net fishery in 1981-1987",
                "fi": "Rysä- ja pesäverkkokohtaiset kalastuspäiväkirjat 1981-1987",
                "sv": "Loggboksdata från kustfisket med ryssja och pund garn 1981-1987"
            },
            "created": "2023-05-25T07:41:19Z",
            "modified": "2025-01-15T11:19:25Z",
            "dataset_versions": [
                {
                    "id": "692ccb82-aa15-48e7-a969-5597ac477e3f",
                    "title": {
                        "en": "Log book data from coastal trapnet and pound net fishery in 1981-1987",
                        "fi": "Rysä- ja pesäverkkokohtaiset kalastuspäiväkirjat 1981-1987",
                        "sv": "Loggboksdata från kustfisket med ryssja och pund garn 1981-1987"
                    },
                    "persistent_identifier": "urn:nbn:fi:att:68d7bad2-fda6-400c-8944-06257b38c01b",
                    "state": "published",
                    "created": "2023-05-25T07:41:19Z",
                    "version": 1
                }
            ],
            "published_revision": 1,
            "version": 1,
            "api_version": 2,
            "metadata_repository": "Fairdata"
        }
    ]
}