GraphPath Python Tutorial. The graphpath package provides a python implementation of the GraphPath little-language in which each GraphPath expression is realized as a python object.
The GraphPath operators are implemented on these objects by overloading the python operators. Usage follows the following pattern: GraphPath Language. GraphPath is a little-language for analysing graph-structured data, especially RDF.
The syntax of GraphPath is reminiscent of Xpath. It has a python implementation that can be teamed up with your favourite python RDF API (e.g. Redland, rdflib, or your own API). The implementation provides a query evaluator and a goal-driven inference engine, which work together to perform graph analysis. See the Language Reference for details of the GraphPath language. Package Index : GraphPath 0.7. Package Index > GraphPath > 0.7 Not Logged In Status Nothing to report GraphPath 0.7 A little-language for analysing graph-structured data, especially RDF.