Search the web
Sign In
New User? Sign Up
jena-dev · Jena Developers
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 1980 - 2009 of 42041   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1980
... The ... If I established the JDBC connection directly and passed it in to DBConnection, it then worked. Not sure why DBConnection (using url, user,...
Shelley Powers <shell...
p2psmoke
Offline Send Email
Jan 1, 2003
7:07 pm
1981
Hi Shelley, Sorry to be so slow. I've been on holiday and not checking email - what luxury! The exception is from the SQL layer rather than Jena itself which...
Dave Reynolds
derihy
Offline Send Email
Jan 6, 2003
9:49 am
1982
Useful comments - thank you. I'm copying this response over to jena-dev as well, which is the better place for Jena-specific discussions. The first point to...
Dave Reynolds
derihy
Offline Send Email
Jan 6, 2003
12:25 pm
1983
In jena Tutorial04, model.write(new PrintWriter(System.out));write xml to screen.how to write the model in XML form to a file? thanks....
huo3078 <huo3078@...>
huo3078
Offline Send Email
Jan 6, 2003
3:11 pm
1984
hi! writing the model to a file is very similar to writing it on the screen. You can do this by using a file output stream. For example, the following...
Armin Wrobel
aw1058325
Offline Send Email
Jan 6, 2003
5:52 pm
1985
OK,many thanks for your help.It works in my program. Best Regards. Armin Wrobel <awrobel15@...> wrote: hi! writing the model to a file is very similar...
huo qiang
huo3078
Offline Send Email
Jan 6, 2003
6:57 pm
1986
Dave, ... full ... Using full reification is not an option, unless we reified EVERY statement in an application. That's because we cannot decide apriori which...
Bob MacGregor
bmacgregor61
Offline Send Email
Jan 6, 2003
7:07 pm
1987
Hi, dear all I'm new to this mailing list. Please help me on the following urgent question about JENA 1.6.0. Please take a look at my question and Seaborne's ...
Shunxiang Yang
yang_shunxiang
Offline Send Email
Jan 7, 2003
9:53 am
1988
At 01:53 07/01/2003 -0800, you wrote: [...] ... Have you tried it? I don't think you'll find it throws an exception. One way to think of this is that...
Brian McBride
bwmb
Offline Send Email
Jan 7, 2003
1:07 pm
1989
who can give me some idea in a jena program that can write in XML form? Tutorial04.java is a sample model,but it uses "vcard",it's defined by...
huo3078 <huo3078@...>
huo3078
Offline Send Email
Jan 7, 2003
2:59 pm
1990
... Agreed, I understand that, and am well aware of how commonly used it is in KR systems. I guess my point is that Jena is not trying to be a general purpose...
Dave Reynolds
derihy
Offline Send Email
Jan 7, 2003
5:40 pm
1991
... Yes this is substantually the way I do it with Quads. I've capatilized "Quads" because it does not refer to the four triples used by RDF, but rather to...
Seth Russell
russellseth
Offline Send Email
Jan 7, 2003
10:41 pm
1992
Hi @ll, I have been working on DAML (especially Jena) more then one year ago! Now I am back... I am happy about that! A lot has changed and it looks DAML is...
daniel.albisser@...
dalbisser
Offline Send Email
Jan 8, 2003
11:17 am
1993
Daniel, As I recall, the opendirectory dump needs a few tweaks to turn it into correct RDF. I think there are folks around who have done it and can probably...
Brian McBride
bwmb
Offline Send Email
Jan 8, 2003
1:09 pm
1994
Brian, Thanks for the answer, but where can I find this guys who did it? I had a look to the web, but couldn't find anything! Are this guys on the...
daniel.albisser@...
dalbisser
Offline Send Email
Jan 8, 2003
1:34 pm
1995
Hi, As Brian says the DMOZ data is not quite legal RDF and needs a few tweaks. In particular, the namespace used for rdf is wrong and the RDF elements are not ...
Dave Reynolds
derihy
Offline Send Email
Jan 8, 2003
1:47 pm
1996
Hi, I have read about the jena-BDB and the jena-RDB! I have not worked yet with this two jena-APIs, I just used the RDQL-API to query DAML+OIL files! So which...
daniel.albisser@...
dalbisser
Offline Send Email
Jan 8, 2003
4:16 pm
1997
... Yes. (RDQL queries on persistent data is not very fast in Jena1.) You can even issue RDQL quesries from the command line: the source URL is the BDB file...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 8, 2003
4:24 pm
1998
... Yes, performance is the chief attraction of BDB, performance both in terms of data loading and retrieval. MySQL can come close to BDB for some queries but...
Dave Reynolds
derihy
Offline Send Email
Jan 8, 2003
4:38 pm
1999
... So that means if the performance is not the most important issue I should better use the jena-RDB and MYSQL! If I do that I have a loss of performance but...
daniel.albisser@...
dalbisser
Offline Send Email
Jan 8, 2003
4:49 pm
2000
... I found following rdb-code: ... IConstraints constraints = modelrdb.createConstraints(); constraints.addSubjectConstraint(foo) .addPropertyConstraint(prop)...
daniel.albisser@...
dalbisser
Offline Send Email
Jan 8, 2003
4:53 pm
2001
That is using the RDB specific interface - its not RDQL. Try the "not match" regular expession operator in RDQL: SELECT ... WHERE (<foo's URI>, <prop's URI>,...
Seaborne, Andy
andyseaborne
Offline Send Email
Jan 8, 2003
5:01 pm
2002
... Not the way Jena uses it, at least not on the scale of data we use and the load levels we play with. The issue is that Jena currently passes the Model API...
Dave Reynolds
derihy
Offline Send Email
Jan 8, 2003
5:03 pm
2003
... I would also remind folks of the point Dave made in an earler message, that the current BDB is not efficient in terms of storage, it stores each triple 3...
Brian McBride
bwmb
Offline Send Email
Jan 8, 2003
5:40 pm
2004
Hello. I'm in the process of updating W3C's RDF Validator [1] which uses ARP as its RDF parser. In Jena 1.6.0's readme file, it is written that ARP is...
Emmanuel Pietriga
epietriga
Offline Send Email
Jan 8, 2003
6:43 pm
2005
Hi Brian, I have the same problem. Now I work on a GUI tool to generate the webservice description. Really I have seen when I call the ...
timzheng_cn <timzheng...
timzheng_cn
Offline Send Email
Jan 8, 2003
6:49 pm
2006
... But there is a statement. You have created a statement stating the type of the resource. ... Resource r = damlModel.createInstance(damlclass, uri); ...
Brian McBride
bwmb
Offline Send Email
Jan 8, 2003
7:44 pm
2007
... Calling .remove() is also possible for all DAML objects. Cheers, Ian...
Dickinson, Ian J
ian_j_dickinson
Offline Send Email
Jan 8, 2003
7:51 pm
2008
A very nice summary of the statements v. stating issue is in http://ilrt.org/discovery/2000/11/statements Near the end, three positions are layed out: (1)...
Bob MacGregor
bmacgregor61
Offline Send Email
Jan 8, 2003
10:43 pm
2009
Hi again, Okay, all that sound clear to me! Questions: -But I really do not see why RDB is using an own query language? -Why isn't it working with RDQL? -I...
daniel.albisser@...
dalbisser
Offline Send Email
Jan 9, 2003
8:12 am
Messages 1980 - 2009 of 42041   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