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
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
2 matches
Mail list logo