Sean B. Palmer wrote: > Hi Norm, > > > If :p :pointsTo :s > > and :p :pointsTo :t > > and not(s :pointsTo :t) > > then :p :hasEdge :t > > What you want is to say that there is no triple in the current store > that fits the profile "_:s :pointsTo _:t". You can do that using > log:notIncludes:- > > { this log:notIncludes { [] :pointsTo [] } } > log:implies { :Test a :Success } . Careful Sean, this is the N3 'extension' to RDF, not RDF 1. Perhaps you might translate the above into proper RDF using the 1.0 XML syntax and you will see what I mean. The point is that simple logic formulas are not so simple in RDF (1.0) which is targeted at simple assertional triples. JonathanReceived on Saturday, 26 January 2002 20:40:11 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 23 April 2007 18:19:56 GMT