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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

  Messages Help
Advanced
Messages 1722 - 1751 of 48259   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1722 Danny Ayers
danny_ayers Offline Send Email
Nov 1, 2002
10:32 am
Hi, I'm hoping you can save me another ferret around the source - is it possible to somehow set the default namespace used in a writer? I've tried - ...
1723 Cokorda Raka Angga Ja...
don_raka Offline Send Email
Nov 1, 2002
1:11 pm
Hi, I intend to use Jena for my study on semantic web. The backend storage of choice is Berkeley DB. Is there any step-by-step guidance to setup Berkeley DB...
1724 Brian McBride
bwmb Offline Send Email
Nov 1, 2002
2:07 pm
... Not really, but it is pretty straight forward. We do not distribute a binary version of Berkeley DB for licensing reasons. So: 1) Download berkeley DB 2)...
1725 David Sitsky
sits@... Send Email
Nov 3, 2002
9:51 pm
... I found that you needed to download version 3.3.11 of Berkeley DB in order to make it work. There have been some minor API changes in versions >= 4.0,...
1726 Cokorda Raka Angga Ja...
don_raka Offline Send Email
Nov 4, 2002
7:19 am
Hi, Allright, I've been able to use Jena for some simple stuffs in the tutorial :), MemModel, RDBModel (mysql, mm_generic). ... I'm a journalist for...
1727 David Allsopp
dallsoppuk Offline Send Email
Nov 4, 2002
9:41 am
... I have an experimental system with similar use requirements; The system receives messages or files over time, containing RDF models, an I need to store...
1728 David Allsopp
dallsoppuk Offline Send Email
Nov 4, 2002
9:48 am
... That should read "time ordering _of_ triples", of course. 8-) David. -- /d{def}def/u{dup}d[0 -185 u 0 300 u]concat/q 5e-3 d/m{mul}d/z{A u m B u ...
1729 Brian McBride
bwmb Offline Send Email
Nov 4, 2002
1:58 pm
Over the summer, the Jena team (well Chris and Jeremy actually) have been prototyping a new version of Jena to provide: o support for RDFCore WG latest...
1730 HUYNH Huu Hung
hhhung01 Offline Send Email
Nov 4, 2002
3:44 pm
I have 3 files DAML: domainOntolgy.daml, documentOntology.daml, documentInstances.daml. In the domainOntology.daml, there is a relation, and the range of this...
1731 David Sitsky
sits@... Send Email
Nov 5, 2002
3:30 am
Hi all, I have been doing some experiments with the BerkeleyDB model using the following guts of the program below. I initially ran the program with startI...
1732 Brian McBride
bwmb Offline Send Email
Nov 5, 2002
10:37 am
Hi David, This doesn't look like its going to be that easy to track down :( But I guess we might as well get started. This is the largest BDB database I've...
1733 Danny Ayers
danny_ayers Offline Send Email
Nov 5, 2002
1:44 pm
Hi, I hope you don't mind, I'm forwarding your query to the Semantic Web Europe list, as although Bali is a long way away, they're looking at use ...
1734 Cokorda Raka Angga Ja...
don_raka Offline Send Email
Nov 6, 2002
4:58 am
Hi, Thanks Danny. Now I have another question: about the back-end storage. I see that Jena comes with DDL for several RDBMS, and I can store my models there. ...
1735 David Sitsky
sits@... Send Email
Nov 6, 2002
7:22 am
Hi Brian, I suspect it was a silly mistake on my part - I wasn't closing the model (as you can see in the code in the previous message), and therefore, Java ...
1736 Brian McBride
bwmb Offline Send Email
Nov 6, 2002
7:31 am
... Hmm, I need to have another look at the bdb code. I'm not happy that forgetting to close a model leaves the database corrupt. I should at least be able...
1737 Dave Reynolds
derihy Offline Send Email
Nov 6, 2002
1:33 pm
... Yes. The jena configuration files define a set of RDBMS tables which will hold the triple data, you don't need to create any tables yourself. The jena RDB...
1738 HUYNH Huu Hung
hhhung01 Offline Send Email
Nov 6, 2002
2:36 pm
Dear All, Can you tell me how to get properties of an Intersection, which contains a named class and 3 Restriction? Ex: - <daml:Class rdf:ID="Antenna"> ...
1739 HUYNH Huu Hung
hhhung01 Offline Send Email
Nov 6, 2002
2:42 pm
SEVERE 2002-11-06 09:39:45 EST RDF exception RDF Error code:1 Object is not related to a model RDF Error code:1 Object is not related to a model at...
1740 Dave Reynolds
derihy Offline Send Email
Nov 6, 2002
3:06 pm
Thanks. That is another interesting usecase for this "triple -> source model" mapping requirement. You are right that reification would work for this case but...
1741 Gunnar AAstrand Grimnes
gromgull Offline Send Email
Nov 6, 2002
6:59 pm
Hi all, When trying to serialize a model I've created I get this exception: com.hp.hpl.mesa.rdf.jena.model.RDFError: java.lang.RuntimeException: Internal error...
1742 Danny Ayers
danny_ayers Offline Send Email
Nov 6, 2002
7:45 pm
... In the "Attick" : http://kaon.semanticweb.org/Members/rvo/Folder.2002-08-22.4813/view...
1743 Danny Ayers
danny_ayers Offline Send Email
Nov 6, 2002
7:49 pm
I haven't a clue about the back end storage of Jena, fortunately Dave seems to have covered it pretty darn thoroughly. There also a (rather aged) survey of RDB...
1744 Danny Ayers
danny_ayers Offline Send Email
Nov 6, 2002
7:53 pm
Something that occurred to me post script - will the current RDB table structure be used in Jena 2?...
1745 David Sitsky
sits@... Send Email
Nov 7, 2002
7:42 am
... Yes, unfortuantely that's not how Berkeley DB works, especially when you aren't running with transactions. If we got the model working with transactions...
1746 Wagner,Harry
wagnerh@... Send Email
Nov 7, 2002
2:39 pm
Hi Dave, I'm upgrading from 1.3 to 1.6 and am wondering if the (postgres) db schema changed between releases? Is there any benefit/requirement to reloading...
1747 Damian Steer
damiansteer Offline Send Email
Nov 7, 2002
3:57 pm
... Hash: SHA1 Hi, I'm pleased to announce the first release of BrownSauce, an experiment in browsing generic RDF: <http://Brownsauce.Sourceforge.Net/> ...
1748 Dave Reynolds
derihy Offline Send Email
Nov 7, 2002
4:15 pm
Hi Harry, The schema did change but old databases should continue to work just fine with exactly their original behaviour. The database includes a table which...
1749 Dave Reynolds
derihy Offline Send Email
Nov 7, 2002
4:46 pm
... No, and maybe yes :-) To explain ... we do have to define a new table layout for jena 2 (a) because the way the current table layout splits...
1750 Brian McBride
bwmb Offline Send Email
Nov 8, 2002
12:22 pm
... Hi there. Sorry for delay in responding. We saw something like this recently. The cause was having property URI's that can't be written as RDF/XML, e.g....
1751 Gunnar AAstrand Grimnes
gromgull Offline Send Email
Nov 8, 2002
1:24 pm
... No problem about the delay. I left the code to itself for a bit and when I came back to it I saw that I was creating Resources like this: Resource r=new ...
Messages 1722 - 1751 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