fetch_kanto_info: Fetch RDF data for a specific concept from the Finto Skosmos API using a single asteriID
Description
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.
Usage
fetch_kanto_info(asteriID, format = "application/json")
Value
A tibble containing the RDF data for the concept.
Arguments
asteriID
The unique identifier to append to the base URI.
format
The MIME type of the serialization format (e.g., "application/rdf+xml" or "text/turtle"). Default is "application/json".