Skip to contents

Get modified concepts in a specific vocabulary from the Finto Skosmos API

Usage

get_modified_concepts(vocid, lang = NULL, offset = NULL, limit = NULL)

Arguments

vocid

The vocabulary ID, e.g., "yso".

lang

The language of labels, e.g., "en" or "fi". Optional.

offset

Offset for the starting index of the results. Optional.

limit

Maximum number of concepts to return. Optional.

Value

A tibble containing the modified concepts with URI, label, and modification date.

Examples

result <- get_modified_concepts(vocid = "yso", lang = "fi", limit = 10)
#> Requesting URL: https://api.finto.fi/rest/v1/yso/modified?lang=fi&limit=10
print(result)
#> # A tibble: 10 × 3
#>    uri                               prefLabel               date               
#>    <chr>                             <chr>                   <chr>              
#>  1 http://www.yso.fi/onto/yso/p20486 aivokalvotulehdus       2025-10-16T15:00:2…
#>  2 http://www.yso.fi/onto/yso/p17249 akaasiat                2025-10-23T11:20:5…
#>  3 http://www.yso.fi/onto/yso/p14994 akateemikot (arvonimet) 2025-10-23T11:36:5…
#>  4 http://www.yso.fi/onto/yso/p40914 aktinium                2025-10-27T11:04:0…
#>  5 http://www.yso.fi/onto/yso/p40957 aldosteroni             2025-10-27T11:34:5…
#>  6 http://www.yso.fi/onto/yso/p776   aluehallinto            2025-10-23T11:40:4…
#>  7 http://www.yso.fi/onto/yso/p7397  aluetuet                2025-10-23T11:49:1…
#>  8 http://www.yso.fi/onto/yso/p11889 anemia                  2025-10-27T10:56:0…
#>  9 http://www.yso.fi/onto/yso/p40950 antigeenireseptorit     2025-10-28T10:57:1…
#> 10 http://www.yso.fi/onto/yso/p40928 aptameerit              2025-10-27T13:22:5…