powered by
Get RDF data for a specific concept from the Finto Skosmos API
get_concept_data(uri, format = "application/json")
A tibble containing the RDF data for the concept.
The URI of the concept to retrieve data for.
The MIME type of the serialization format (e.g., "application/rdf+xml" or "text/turtle"). Default is "application/json".
concept_data <- get_concept_data(uri = "http://www.yso.fi/onto/afo/") print(concept_data)
Run the code above in your browser using DataLab