rdf

FacebookTwitter

GraphPath Python Tutorial

http://www.langdale.com.au/GraphPath/tutorial.html 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 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.

GraphPath Language

http://www.langdale.com.au/GraphPath/
https://pypi.python.org/pypi/GraphPath/0.7

Package Index : GraphPath 0.7

Package Index > GraphPath > 0.7 Not Logged In GraphPath 0.7 A little-language for analysing graph-structured data, especially RDF. A little-language for analysing RDF, the syntax of the GraphPath is reminiscent of Xpath. The graphpath package provides a query evaluator and a goal-driven inference engine for this language, which work together to perform graph analysis.