rdflib (version 0.2.8)

read_nquads: read an nquads file

Description

read an nquads file

Usage

read_nquads(file, ...)

Value

an rdf object. See rdf_parse()

Arguments

file

path to nquads file

...

additional arguments to rdf_parse()

Examples

Run this code
tmp <- tempfile(fileext = ".nq")
library(datasets)
write_nquads(iris, tmp)
read_nquads(tmp)

Run the code above in your browser using DataLab