Evaluate a path expression on the repository set by setRepository(Repository r).
The initial set of nodes/arcs (i.e., the set of nodes or arcs that are going to be considered as potential starting points for matching paths) is: 1) all resource nodes in the graph if firstStepType = NODE_STEP and the first location step does not test for a literal node (i.e.
Evaluate a path expression on the repository set by setRepository(Repository r), only considering specific nodes/arcs in the graph as potential starting points for paths.
Evaluate a path expression on the repository set by setRepository(Repository r).
The initial set of nodes/arcs (i.e., the set of nodes or arcs that are going to be considered as potential starting points for matching paths) is: 1) all resource nodes in the graph if firstStepType = NODE_STEP and the first location step does not test for a literal node (i.e.
Evaluate a path expression on the repository set by setRepository(Repository r), only considering specific nodes/arcs in the graph as potential starting points for paths.
Set the Jena model on which the path expression will be evaluated
This method should be used when the model is created, initialized and populated somewhere else.
When just evaluating the path expression on a file or URL, it is simpler to use methods evaluate(...)
Set the Sesame repository on which the path expression will be evaluated
This method should be used when the repository is created, initialized and populated somewhere else.
When just evaluating the path expression on a file or URL, it is simpler to use methods evaluate(...)