Get modified concepts in a specific vocabulary from the Finto Skosmos API
Source:R/get_modified_concepts.R
get_modified_concepts.Rd
Get modified concepts in a specific vocabulary from the Finto Skosmos API
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/p17153 aakkostus 2025-04-…
#> 2 http://www.yso.fi/onto/yso/p17650 aatteelliset järjestöt 2025-04-…
#> 3 http://www.yso.fi/onto/yso/p8318 abstraktit objektit 2025-04-…
#> 4 http://www.yso.fi/onto/yso/p28735 adoptiovanhemmat 2025-04-…
#> 5 http://www.yso.fi/onto/yso/p40720 agaroosi 2025-04-…
#> 6 http://www.yso.fi/onto/yso/p40655 aimarakielet 2025-04-…
#> 7 http://www.yso.fi/onto/yso/p40687 aivoperäinen neurotrofinen tekijä 2025-04-…
#> 8 http://www.yso.fi/onto/yso/p7804 ajoitus (historia) 2025-04-…
#> 9 http://www.yso.fi/onto/yso/p40577 aktiivikerros (maaperä) 2025-04-…
#> 10 http://www.yso.fi/onto/yso/p29030 akustinen analyysi 2025-04-…