Get new concepts in a specific vocabulary from the Finto Skosmos API
Source:R/get_new_concepts.R
get_new_concepts.Rd
Get new concepts in a specific vocabulary from the Finto Skosmos API
Examples
result <- get_new_concepts(vocid = "yso", lang = "fi", limit = 10)
#> Requesting URL: https://api.finto.fi/rest/v1/yso/new?lang=fi&limit=10
print(result)
#> # A tibble: 10 × 3
#> uri prefLabel date
#> <chr> <chr> <chr>
#> 1 http://www.yso.fi/onto/yso/p040836 6G-tekniikka 2025-06-25T00:…
#> 2 http://www.yso.fi/onto/yso/p040898 Aalto-keskus 2025-06-25T00:…
#> 3 http://www.yso.fi/onto/yso/p040802 aasiantapiiri 2025-06-25T00:…
#> 4 http://www.yso.fi/onto/yso/p040865 ajo- ja lepoaika 2025-06-25T00:…
#> 5 http://www.yso.fi/onto/yso/p040840 ajoneuvomiinat 2025-06-25T00:…
#> 6 http://www.yso.fi/onto/yso/p040825 aktiviinireseptorit 2025-06-25T00:…
#> 7 http://www.yso.fi/onto/yso/p040817 alaleukaluu 2025-06-25T00:…
#> 8 http://www.yso.fi/onto/yso/p040897 alueellinen koskemattomuus 2025-06-25T00:…
#> 9 http://www.yso.fi/onto/yso/p040895 antroposentrismi 2025-06-25T00:…
#> 10 http://www.yso.fi/onto/yso/p040890 apostolisuus 2025-06-25T00:…