Learn R Programming

finto (version 0.1.1)

get_concept_data: Get RDF data for a specific concept from the Finto Skosmos API

Description

Get RDF data for a specific concept from the Finto Skosmos API

Usage

get_concept_data(uri, format = "application/json")

Value

A tibble containing the RDF data for the concept.

Arguments

uri

The URI of the concept to retrieve data for.

format

The MIME type of the serialization format (e.g., "application/rdf+xml" or "text/turtle"). Default is "application/json".

Examples

Run this code
concept_data <- get_concept_data(uri = "http://www.yso.fi/onto/afo/")
print(concept_data)

Run the code above in your browser using DataLab