Returns a PipelineStage used to evaluate a Full Text Search query from a set of magic patterns.
Input PipelineStage
The graph on which the full text search should be executed
Input triple pattern
SPARQL variable on which the full text search is performed
Set of magic triple patterns used to configure the full text search
Execution options
A PipelineStage used to evaluate the Full Text Search query
Returns a PipelineStage used to evaluate a Basic Graph pattern
Input PipelineStage
The graph on which the BGP should be executed
Set of triple patterns
Execution options
A PipelineStage used to evaluate a Basic Graph pattern
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
Replace the blank nodes in a BGP by SPARQL variables
BGP to rewrite, i.e., a set of triple patterns
A Tuple [Rewritten BGP, List of SPARQL variable added]
Build a PipelineStage to evaluate a BGP
Input PipelineStage
Set of triple patterns
A PipelineStage used to evaluate a Basic Graph pattern
Generated using TypeDoc
A BGPStageBuilder evaluates Basic Graph Patterns in a SPARQL query. Users can extend this class and overrides the "_buildIterator" method to customize BGP evaluation.
Thomas Minier
Corentin Marionneau