Metreeca Wire
    Preparing search index...
    • Generates a SPARQL sequence property path.

      Joins the path elements with /, matching nodes reached by following each element in turn. A sequence binds tighter than an alternative, so it nests inside one without parentheses. Empty elements, such as those produced by nil, are dropped first, and a single surviving element is returned unchanged.

      Parameters

      • ...paths: Mixed<string>

        The path elements to chain, in traversal order

      Returns string

      The /-joined sequence path, excluding empty elements