Skip to contents

This function extracts Asteri IDs from the 'author_ID' column as list, fetches RDF data from the Finto Skosmos API using those IDs, and returns a cleaned tibble with the retrieved metadata, profession labels, place labels, and related-person, title, language, and field-of-activity labels.

Usage

get_kanto(data)

Arguments

data

A dataframe containing an 'author_ID' column with values like "(FIN11)000069536".

Value

A tibble with author_ID, RDF data, and resolved human-readable labels.