Class ITER_Call_Select

  • All Implemented Interfaces:
    IteratorFunction

    public class ITER_Call_Select
    extends IteratorStreamFunctionBase
    Iterator function iter:call-select takes as input a IRI to a SPARQL-Select document, runs it on the current Dataset, and binds the given variables to the output of the select query, in order.
    • Param 1: (select) is the IRI to a SPARQL-Select document
    • Param 2 to n: are the call parameters corresponding to the SPARQL-Select query signature
    Multiple variables may be bound: variable n is bound to the value of the nth project variable of the select query.
    Author:
    Maxime Lefrançois