Fetch RDF data for a specific concept from the Finto Skosmos API using an asteriID
Source:R/fetch_kanto_info.R
fetch_kanto_info.Rd
This function retrieves RDF data for a given concept from the Finto API. The user only needs to provide the asteriID, which is appended to a fixed base URI.
Examples
concept_data <- fetch_kanto_info(asteriID = "000094320")
#> Requesting URL: https://api.finto.fi/rest/v1/data?uri=http%3A%2F%2Furn.fi%2FURN%3ANBN%3Afi%3Aau%3Afinaf%3A000094320&format=application%2Fjson
print(concept_data)
#> # A tibble: 1 × 24
#> uri type prefLabel altLabel variantName hiddenLabel authorizedAccessPoint
#> <chr> <chr> <chr> <chr> <chr> <chr> <chr>
#> 1 http:/… http… A:son-Lj… Ljungbe… Ljungberg,… NA A:son-Ljungberg, Ing…
#> # ℹ 17 more variables: note <chr>, birthDate <chr>, deathDate <chr>,
#> # birthPlace <chr>, deathPlace <chr>, profession <chr>, language <chr>,
#> # title <chr>, country <chr>, relatedPerson <chr>, isni <chr>, source <chr>,
#> # exactMatch <chr>, closeMatch <chr>, inScheme <chr>, created <chr>,
#> # modified <chr>