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/p21733  aktivismi                   2025-07-29T09…
#>  2 http://www.yso.fi/onto/yso/p040897 alueellinen koskemattomuus  2025-07-28T14…
#>  3 http://www.yso.fi/onto/yso/p16254  ammattikorkeakoulukirjastot 2025-07-28T16…
#>  4 http://www.yso.fi/onto/yso/p20532  apologetiikka               2025-07-29T09…
#>  5 http://www.yso.fi/onto/yso/p040858 asehuolto                   2025-07-28T12…
#>  6 http://www.yso.fi/onto/yso/p10256  biljardi                    2025-07-29T09…
#>  7 http://www.yso.fi/onto/yso/p23698  Clostridioides difficile    2025-07-29T12…
#>  8 http://www.yso.fi/onto/yso/p23201  ekstruusio (muovaus)        2025-07-29T12…
#>  9 http://www.yso.fi/onto/yso/p24415  flow-tila                   2025-07-29T13…
#> 10 http://www.yso.fi/onto/yso/p7256   home                        2025-07-29T13…