On Tue, Apr 05, 2005 at 11:00:53 -0500, Dan Connolly wrote: > 4 difference > Return the labels of all topics that are not titles of publications. > > I can imagine some contortion using bound() and OPTIONAL, > but I can't figure it out, and I wouldn't expect the average > user to be able to. I think it depends if the average user is familar with SQL. SELECT ?label WHERE { ?topic rdfs:label ?label ?topic rdf:type foo:topic } OPTIONAL { ?pub dc:title ?label ?pub rdf:type foo:publication } FILTER !bound(?pub) - SteveReceived on Wednesday, 6 April 2005 16:13:17 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Thursday, 1 October 2009 14:42:01 GMT