# NOT RUN {
f <- system.file("examples", "meta_example.xml", package="RNeXML")
rdf <- get_rdf(f)
## Write to a file and read in with rrdf
tmp <- tempfile()
saveXML(rdf, tmp)
library(rrdf)
lib <- load.rdf(tmp)
## Perform a SPARQL query:
sparql.rdf(lib, "SELECT ?title WHERE { ?x <http://purl.org/dc/elements/1.1/title> ?title}")
# }
Run the code above in your browser using DataLab