Re: Query problem in RDF
Axel Hecht <[email protected]> Thu, 28 Apr 2005 15:35:49 +0200
| Newsgroups | gmane.comp.mozilla.devel.rdf |
|---|---|
| Organization | Another Netscape Collabra Server User |
| Message-ID | <[email protected]> |
vaab wrote: > Hi, > > I can't manage to Query all triples (with javascript functions) that > matches : > > ( _ , my_predicate , _ ) WONTFIX. Iterate over all arcs in a datasource and check yourself. Actually, we could create some helper extension in c++. Not sure yet as to what that would really be right now. Note, this stuff will get easier to implement soon, as the new API will make iterating over triples much more fun, even iterating over all triples. Axel