Metreeca Wire
    Preparing search index...
    • Generates a SPARQL ORDER BY clause.

      Prefixes the space-joined order conditions with order by. Each condition is a bare expression for ascending order or an asc or desc wrapper. Empty conditions, such as those produced by nil, are dropped first; an empty list yields the empty fragment, leaving the solution sequence unordered.

      Parameters

      • ...conditions: Mixed<string>

        The order conditions, in priority order

      Returns string

      The SPARQL ORDER BY clause, or the empty fragment for no conditions