Get a PipelineStage for evaluating the property path.
Path subject
Property path
Path object
Execution context
A PipelineStage which yield set of bindings
Execute a property path against a RDF Graph.
Path subject
Property path
Path object
RDF graph
Execution context
A PipelineStage which yield RDF triples matching the property path
Return the RDF Graph to be used for BGP evaluation.
iris
is empty, returns the default graphiris
has a single entry, returns the corresponding named graphList of Graph's iris
An RDF Graph
Get a PipelineStage for evaluating a succession of property paths, connected by joins.
Input PipelineStage
Triple patterns
Execution context
A PipelineStage which yield set of bindings from the pipeline of joins
Generated using TypeDoc
The base class to implements to evaluate Property Paths. A subclass of this class only has to implement the
_executePropertyPath
method to provide an execution logic for property paths.Thomas Minier