Metreeca Wire
    Preparing search index...
    • Combines SPARQL update operations into a single request.

      Joins the operations with ;, the separator that sequences multiple operations in one request; they are applied in order against the graph store, as produced by insert and deleet. Empty operations, such as those produced by nil, are dropped before joining, so optional operations left out do not introduce redundant separators.

      Parameters

      • ...updates: Mixed<string>

        The update operations to sequence

      Returns string

      The ;-separated SPARQL update request, excluding empty operations