read an nquads file
read_nquads(file, ...)
an rdf object. See rdf_parse()
path to nquads file
additional arguments to rdf_parse()
tmp <- tempfile(fileext = ".nq")
library(datasets)
write_nquads(iris, tmp)
read_nquads(tmp)
Run the code above in your browser using DataLab