Hi all, I've put a slightly altered version of Java Squish (0.32) up at http://swordfish.rdfweb.org/rdfquery/ I've done a small bugfix in the constraint...
Libby Miller
libby.miller@...
Jan 5, 2001 8:51 pm
3
Hi Javier, (cc'd squish-dev list for interest) ... I get you... no, it just does a straightforward graph match on on the graph of information it has. It...
Libby Miller
libby.miller@...
Jan 19, 2001 2:45 pm
4
Hi Eric, No, you've not missed anything. Sorry you've been having trouble. You've pointed out two bugs, one that I had spotted and corrected but not released,...
Libby Miller
libby.miller@...
Feb 6, 2001 6:28 pm
5
Hi Colin, That method in Statement isn't actually used, and I think ordertriples in QE.java is only used internally, so there should be no problem. Sorry about...
Libby Miller
libby.miller@...
Mar 1, 2001 10:01 pm
6
Hi Carl I just got it working on Dan's win 98 machine. Basically it required a few tweaks to the jar files and the classpath setting. I've put the new ...
Libby Miller
libby.miller@...
Mar 10, 2001 3:57 pm
7
Hi Andreas, I've put up the javadoc at http://swordfish.rdfweb.org/rdfquery/javadoc although the docucmentation is sketchy. You might find the squish-dev...
Libby Miller
libby.miller@...
Jun 26, 2001 3:29 pm
8
Hello, I coded a first version of a module to run RDQL [1] queries in RDFStore [2]; at the moment I have a very simple top-down parser implementing the grammar...
Excellent! this is great. I've cc'd Andy Seaborne who wrote the RDQL implementation. He has some tests which you might find useful. I'm off work today, but...
Alberto, That's great news! I hope that you found it simple to do - do post any impressions you have and interesting things you found. Libby and I have been...
... Hello Andy, while writing the parser I found your BNF quite explicative and Dan/Libby's examples very useful to run tests on real-world data(tha!); what I...
Alberto, I'd like to have less of a distinction between the triple patterns and the constraints - a query optimizer is going to move them around anyway! Being...
... Hello Andy, sorry if I catch this a bit late... ... IMO having constraints in the triple pattern would allow optimisation of the query and boost up the...
Alberto, Yes - creating a system where constraints can be moved close to the real store is important. I think Libby's Inkling does this where it can. One...
Hello, I've just downloaded inkling and tried to populate the database by following the example using scutter.sh While running scutter.sh it complains that it...
h'm, I'm in the midst of preparing a new release of inkling, and what's up there isn't properly tested. what you might want to try is replacing the filename...
ok, I'm having a look now, but I can't fix things easily at the moment. ... I would guess that there's a problem with my code - the query is fine. I have a new...
Hi At the moment I'm trying to follow through the guide that you have provided on how to create our own RDFWeb Codepiction Database, before starting my own...
Hello The following are the errors appear when sh build.sh was typed. Sorry for posting such a long error message. Am I missing something when installing...
hm, I can tell at a glance that different versions of the code have got mixed together. This will take a bit to fix unfortunately. I'll see if I have some time...
Hi Do inform me if you have updated the codes :). In the mean time, could you recommend other RDF query engines that I can use? Currently , I'm trying to use...
Andy, Currently, I try using RDQL with PHPXMLClasses (Client side in PHP, MySQL storage). I'm using RDQL_DB(class_rdql_db.php) and I try to run the codes...
Laily, I am not one of the authors of the PHP RDQL implementation - I'm not really a PHP programmer either. (I wrote the RDQL in Jena.) The PHPXMLClasses web...
I wouldn't bother at this stage....I'm reworking the code but it's not done yet, and I don't have time to work out what's wrong at the moment, sorry.... I'll...
Andy, I already know the reason, why it doesn't work. After I have updated my php to a higher version(4.3.2), the errors that I had mentioned earlier didn't...
Hi, Before this I have tried using rdfQuery, but since Libby has mentioned earlier that there are still some changes that she has to do, I have followed Andy...