Skip to contents

This function extracts Asteri IDs from the provided dataset, fetches RDF data from the Finto Skosmos API, and returns a cleaned tibble with the retrieved data. The function retains the Asteri ID, the relevant API results, and includes profession labels as separate columns.

Usage

get_kanto(data)

Arguments

data

A dataframe containing 'Code_1000' and 'Code_7001' columns.

Value

A tibble with asteriID, fetched RDF data, and profession labels.

Examples

if (FALSE) { # \dontrun{
results <- get_kanto(my_data)
} # }