Metreeca Wire
    Preparing search index...
    • Generates SPARQL triple data from a Triple sequence.

      Renders each triple via triple as subject predicate object . and space-joins them, so the empty sequence yields the empty string.

      Parameters

      • triples: readonly Triple[]

        The triples to serialise

      Returns string

      The generated triple data, space-joined, or the empty string for an empty sequence

      RangeError if any triple carries a malformed IRI, lexical form, or language tag