Re: writing a triple filter?

On Fri, 2005-08-05 at 15:02 -0400, Kendall Clark wrote:
> Dogs,
> 
> How do I say, in a CONSTRUCT query, that if there's a triple T in the
> solution set, I don't want it in the output graph? I thought something like
> FILTER fn:not(T), but that doesn't work in the WHERE clause. But that
> doesn't seem to be legal.
> 
> Do we have any functions that operate on triples?

No, only functions on RDF Terms and XQuery terms.  You can't do anything
with a graph-pattern-matched or constructed triple, such as bind it to a
variable so there's no way to use one in an expression. 

Dave

Received on Friday, 5 August 2005 21:11:29 UTC