Generates SPARQL triple patterns from a Pattern sequence.
Renders each pattern via pattern as subject predicate object . and space-joins them, so the empty sequence yields the empty string.
subject predicate object .
The triple patterns to serialise
The generated triple patterns, space-joined, or the empty string for an empty sequence
RangeError if any pattern carries a malformed IRI, lexical form, or language tag
SPARQL 1.1 Triple Patterns
Generates SPARQL triple patterns from a Pattern sequence.
Renders each pattern via pattern as
subject predicate object .and space-joins them, so the empty sequence yields the empty string.