Search the web
Sign In
New User? Sign Up
squish-dev · Mailing list for announcements, bug reports, discussion etc for the RDF query language implementation Squish.
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 2 - 32 of 104   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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@...
Send Email
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...
Alberto Reggiori
alberto_regg...
Offline Send Email
Oct 19, 2001
9:19 am
9
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...
Libby Miller
millibby
Offline Send Email
Oct 19, 2001
10:22 am
10
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...
andy_seaborne@...
andyseaborne
Offline Send Email
Oct 19, 2001
12:42 pm
11
... 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 Reggiori
alberto_regg...
Offline Send Email
Oct 19, 2001
2:58 pm
12
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...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 22, 2001
2:54 pm
13
... 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 Reggiori
alberto_regg...
Offline Send Email
Oct 24, 2001
9:59 am
14
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...
Seaborne, Andy
andyseaborne
Offline Send Email
Oct 25, 2001
9:49 am
15
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...
victornuix
Offline Send Email
Apr 8, 2002
1:20 am
16
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...
Libby Miller
millibby
Offline Send Email
Apr 8, 2002
7:41 am
17
Well I might just wait until the next release to play around with it, for now i just leave it a side for a while. Thanks, -- Victor Hadianto...
Victor Hadianto
victornuix
Offline Send Email
Apr 9, 2002
12:03 am
18
It's probably for the best. sorry about that. I'll let you know. Libby...
Libby Miller
millibby
Offline Send Email
Apr 10, 2002
7:51 am
19
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...
Libby Miller
millibby
Offline Send Email
Apr 12, 2002
3:34 pm
20
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...
laily75
Offline Send Email
Apr 22, 2003
7:23 am
21
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...
laily75
Offline Send Email
Apr 23, 2003
1:03 am
22
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...
Libby Miller
millibby
Offline Send Email
Apr 23, 2003
8:26 am
23
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...
Nor Laily Hashim
laily75
Offline Send Email
Apr 24, 2003
12:37 am
24
try Jena - http://www.hpl.hp.com/semweb/ that has a query language similar to squish called RDQL, and is written in Java. Libby...
Libby Miller
millibby
Offline Send Email
Apr 24, 2003
9:15 am
25
Laily, As well as the Jena implementation of RDQL there is also: + RDFStore (Client library in perl, storage in files or BerkeleyDB) ...
Seaborne, Andy
andyseaborne
Offline Send Email
Apr 24, 2003
12:55 pm
26
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...
Nor Laily Hashim
laily75
Offline Send Email
Apr 26, 2003
9:19 am
27
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...
Seaborne, Andy
andyseaborne
Offline Send Email
Apr 28, 2003
8:19 am
29
I, too, have encountered the compile errors when starting to uses Squish/Inkling. I have discovered that if I comment out all the lines in file ...
dfg_olin
Offline Send Email
Apr 28, 2003
8:41 pm
30
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...
Libby Miller
millibby
Offline Send Email
Apr 28, 2003
9:40 pm
31
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...
Nor Laily Hashim
laily75
Offline Send Email
Apr 29, 2003
8:15 am
32
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...
Nor Laily Hashim
laily75
Offline Send Email
Apr 29, 2003
8:32 am
Messages 2 - 32 of 104   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help