Metreeca Wire
    Preparing search index...
    • Generates a SPARQL VALUES inline-data block.

      Binds the variables to each row of rows in turn, supplying inline solutions the enclosing pattern joins against. Every row lists one value per variable, using the undef keyword for an unbound position. An empty row list yields an empty values (…) { } block matching nothing. Empty variables and terms, such as those produced by nil, are dropped before joining, so a position marked unbound must use undef rather than an empty fragment to keep rows aligned with the variable list.

      Parameters

      • variables: readonly string[]

        The serialised variables bound by the block

      • rows: readonly (readonly string[])[]

        The value rows, each a list of serialised terms positionally aligned with variables

      Returns string

      The SPARQL VALUES block