
rdf
GraphPath Python Tutorial
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.

