diff --git a/spec/index.html b/spec/index.html index 5a5887d9..26ab7ff8 100644 --- a/spec/index.html +++ b/spec/index.html @@ -7824,24 +7824,26 @@
- If the 3-tuple (subj,
+ Create a triple term from
+ RDF terms
+ subj,
pred,
- obj)
- is an RDF triple
- (that is, subj is an
- IRI or
- blank node;
- pred is an
- IRI;
- and obj is an
- IRI,
- triple term,
- blank node or
- literal)
- the function returns a triple term with these three elements.
+ and obj,
+ where the predicate is
+ IRI.
Otherwise, the function raises an error.
+ This allows triples to be + symmetric RDF triples + as corresponding to SPARQL triple patterns. + The graph result from a + CONSTRUCT query form + allows RDF triples. + Any other + symmetric RDF triples + will be omitted from the result. +
As a shorthand notation, the TRIPLE function
can also be written in the form of a