Metreeca Wire
    Preparing search index...
    • Generates a SPARQL ASK query.

      Prefixes the space-joined clauses with ask, producing a query that tests whether the graph pattern has any solution and returns a boolean. Supply the pattern as a where clause.

      Parameters

      • ...clauses: Mixed<string>

        The query clauses, typically a where clause

      Returns string

      The SPARQL ASK query