Constructs a SPARQL triple Pattern.
Assembles a subject/predicate/object pattern from ready positions, each admitting a Variable in addition to the corresponding Triple position. The returned tuple is frozen.
The subject position: a Variable, a blank node, or an IRI Reference
The predicate position: a Variable, an IRI Reference, or the "a" shorthand
"a"
The object position: a Variable or any RDF Term
A frozen Pattern of the three positions
SPARQL 1.1 Triple Patterns
Constructs a SPARQL triple Pattern.
Assembles a subject/predicate/object pattern from ready positions, each admitting a Variable in addition to the corresponding Triple position. The returned tuple is frozen.