tools Package¶
These commandline-tools are installed into INSTALL_PREFIX/bin by setuptools.
tools Package¶
Various commandline tools for working with RDFLib
graphisomorphism Module¶
A commandline tool for testing if RDF graphs are isomorpic, i.e. equal if BNode labels are ignored.
-
class
rdflib.tools.graphisomorphism.IsomorphicTestableGraph(**kargs)[source]¶ Bases:
rdflib.graph.GraphPorted from: http://www.w3.org/2001/sw/DataAccess/proto-tests/tools/rdfdiff.py (Sean B Palmer’s RDF Graph Isomorphism Tester)
-
__module__= 'rdflib.tools.graphisomorphism'¶
-
rdf2dot Module¶
A commandline tool for drawing RDF graphs in Graphviz DOT format
You can draw the graph of an RDF file directly:
rdfpipe Module¶
A commandline tool for parsing RDF in different formats and serializing the resulting graph to a chosen format.
rdfs2dot Module¶
A commandline tool for drawing RDFS Class diagrams in Graphviz DOT format
You can draw the graph of an RDFS file directly: