Skip to search.
jena-dev · Jena Users

Group Information

  • Members: 2056
  • Category: Software
  • Founded: Sep 19, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 1980 - 2009 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1980 Shelley Powers <shell...
p2psmoke Offline Send Email
Jan 1, 2003
7:07 pm
... The ... If I established the JDBC connection directly and passed it in to DBConnection, it then worked. Not sure why DBConnection (using url, user,...
1981 Dave Reynolds
derihy Offline Send Email
Jan 6, 2003
9:49 am
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...
1982 Dave Reynolds
derihy Offline Send Email
Jan 6, 2003
12:25 pm
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...
1983 huo3078 <huo3078@...>
huo3078 Online Now Send Email
Jan 6, 2003
3:11 pm
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....
1984 Armin Wrobel
aw1058325 Offline Send Email
Jan 6, 2003
5:52 pm
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...
1985 huo qiang
huo3078 Online Now Send Email
Jan 6, 2003
6:57 pm
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...
1986 Bob MacGregor
bmacgregor61 Offline Send Email
Jan 6, 2003
7:07 pm
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...
1987 Shunxiang Yang
yang_shunxiang Offline Send Email
Jan 7, 2003
9:53 am
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 ...
1988 Brian McBride
bwmb Offline Send Email
Jan 7, 2003
1:07 pm
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...
1989 huo3078 <huo3078@...>
huo3078 Online Now Send Email
Jan 7, 2003
2:59 pm
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...
1990 Dave Reynolds
derihy Offline Send Email
Jan 7, 2003
5:40 pm
... 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...
1991 Seth Russell
russellseth Offline Send Email
Jan 7, 2003
10:41 pm
... 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...
1992 daniel.albisser@...
dalbisser Offline Send Email
Jan 8, 2003
11:17 am
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...
1993 Brian McBride
bwmb Offline Send Email
Jan 8, 2003
1:09 pm
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...
1994 daniel.albisser@...
dalbisser Offline Send Email
Jan 8, 2003
1:34 pm
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...
1995 Dave Reynolds
derihy Offline Send Email
Jan 8, 2003
1:47 pm
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 ...
1996 daniel.albisser@...
dalbisser Offline Send Email
Jan 8, 2003
4:16 pm
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...
1997 Seaborne, Andy
andyseaborne Offline Send Email
Jan 8, 2003
4:24 pm
... 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...
1998 Dave Reynolds
derihy Offline Send Email
Jan 8, 2003
4:38 pm
... 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...
1999 daniel.albisser@...
dalbisser Offline Send Email
Jan 8, 2003
4:49 pm
... 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...
2000 daniel.albisser@...
dalbisser Offline Send Email
Jan 8, 2003
4:53 pm
... I found following rdb-code: ... IConstraints constraints = modelrdb.createConstraints(); constraints.addSubjectConstraint(foo) .addPropertyConstraint(prop)...
2001 Seaborne, Andy
andyseaborne Offline Send Email
Jan 8, 2003
5:01 pm
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>,...
2002 Dave Reynolds
derihy Offline Send Email
Jan 8, 2003
5:03 pm
... 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...
2003 Brian McBride
bwmb Offline Send Email
Jan 8, 2003
5:40 pm
... 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...
2004 Emmanuel Pietriga
epietriga Offline Send Email
Jan 8, 2003
6:43 pm
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...
2005 timzheng_cn <timzheng...
timzheng_cn Offline Send Email
Jan 8, 2003
6:49 pm
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 ...
2006 Brian McBride
bwmb Offline Send Email
Jan 8, 2003
7:44 pm
... But there is a statement. You have created a statement stating the type of the resource. ... Resource r = damlModel.createInstance(damlclass, uri); ...
2007 Dickinson, Ian J
ian_j_dickinson Offline Send Email
Jan 8, 2003
7:51 pm
... Calling .remove() is also possible for all DAML objects. Cheers, Ian...
2008 Bob MacGregor
bmacgregor61 Offline Send Email
Jan 8, 2003
10:43 pm
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)...
2009 daniel.albisser@...
dalbisser Offline Send Email
Jan 9, 2003
8:12 am
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...
Messages 1980 - 2009 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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