# \donttest{
rdf_xml_data <- get_vocabulary_data(
vocid = "yso",
uri = "http://www.w3.org/2004/02/skos/core#Concept",
format = "application/rdf+xml"
)
cat(rdf_xml_data)
turtle_data <- get_vocabulary_data(
vocid = "yso",
format = "text/turtle"
)
cat(turtle_data) # Print the Turtle data
# }
Run the code above in your browser using DataLab