Package fr.mines_stetienne.ci.sparql_generate.iterator.library
Defines common
iterator functions for different data formats.
-
Class Summary Class Description ITER_Call_Select 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.ITER_DefaultGraphNamespaces Iterator function iter:defaultGraphNamespaces iterates over the prefix declarations of the default graph on which the query is executed.ITER_for Iterator function iter:for iterates over numeric values that start at the first argument, increment by the second argument (positive or negatice), and stops whenever it goes beyond the third argument.ITER_HTTPGet Iterator function iter:HTTPGet binds the responses of regular GET operations to a HTTP(s) URL.ITER_regex Iterator function iter:regex iterates over the input subsequences captured by the ith groups of every regex matches.ITER_Split Iterator function iter:Split iterates over the array of strings resulting from spliting the input string around matches of the given regular expression.