Re: [R] Using R to convert RDF/XML to

2021-12-31 Thread Bill Dunlap
This is the sort of thing that you should first ask the package maintainer about; there is an error in the rdf method for write_nquads: > rdflib:::write_nquads.rdf function (x, file, ...) { rdf_serialize(rdf, file, "nquads", ...) } I suspect that the first argument to rdf_serialize should be

[R] Using R to convert RDF/XML to

2021-12-31 Thread Evans, Richard K. (GRC-H000) via R-help
Hello R community, I am a novice R enthusiast trying to use R to convert an RDFdump file [1] from Semantic Mediawiki [2] into something that can be natively imported by GePhi [3] for graph visualization. The SMW RDFdump file is formatted as RDF/XML and I have found the R package "rdflib" [4] an