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.
subject predicate object .
The triples to serialise
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
SPARQL 1.1 Triple Patterns
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.