Hello, As a past user of Jena, it's wonderful to return and see the great work that has been done on 2.0. I'm really impressed and I have already found some...
Hi Holger, ... Sorry about that, Jeremy has been hard at work on the validator and probably just missed your earlier post. ... Neither can I but I'm not an...
... No, not in the database it doesn't. As you say, the inference results are cached in memory. In fact as well as the final inference results the intermediate...
Mariano, If you want the exact details of the RDQL grammar and token definitions, the best place to look is in the grammar file actually used to build RDQL in ...
My reply below this message that came off-list ... Yes - you are right - I will add it to the bugs list - not sure if I know how to fix it though - it might be...
Hi again everyone, A quick question on RDQL, I've managed to get this to work using regex (=~) but I would like to know if there is a better/cleaner way of...
I would like to ask which versions of Red hat, jena2 supports. Does Jena2 work with Red hat9,which version of MySql does it support?...
4201
Daniel Bruegge
daniel@...
Oct 1, 2003 1:14 pm
Hello eriet23, ... It should work with RedHat9, if you have a proper Java-installation. On http://jena.sourceforge.net/DB/index.html#dbengines you can find the...
Hi Niks, That's the way to do it. ... Couple of points: 1/ I take it you are no tusing Jena2.0 Starting regexs has become illegal because people confuse it...
Hi, I am developing a system to match ontologies trying to solve the vocabulay heterogeneity proble. When I began to parse ontologies from www.daml.org I...
The tested combinations are listed at: http://jena.sourceforge.net/DB/index.html That is not to exclude other systems - those are just the ones tested. I use...
Hi Andy, thx for the reply. ... Nice, cheers ... ... No, I'm using Jena2 and it's working fine. I take it your saying the outer single quotes are illegal now,...
... To support Andy's remark, this Jena developer uses RH9 at work and at home, and runs the DB tests using mysql Ver 13.5 Distrib 4.1.0-alpha, for pc-linux...
Jose - That's not a well-formed OWL file, since OWL uses owl:Class to introduce class descriptions, not rdfs:Class. You should email the author and get them...
Niks, The regular expression syntax is as Perl5: /regular expression/ m/regular expression/ m!regular expression! etc Its just the grammar is a little bit more...
... It does depend on what you mean by "parsing" here. Since its all "just" RDF Jena can read in such data and you can access it using the RDF level API. This...
4210
Ajay Arora
ajay.arora@...
Oct 1, 2003 3:19 pm
thx to Andy and Jeremy for thr help. i migrated the code to Jena 2 from Jena 1.6.1 the deadlock kind of situation is not coming up till yet after some good...
Hi, At this point I could use both approaches. But in a second step i am going to use a system based on description logic (For example: RACER or FaCT). In the...
I have found what is either a doc error or a bug causing an npe. ... only absolute URI's. However if you pass null to it you get one of these when you try to...
Hi team, I am using Jena 2 and trying to process various UAProf files - for example http://nds.nokia.com/uaprof/N3300r200.xml in my processor, I have created a...
Hi team, I was very interested to see the ont-policy.rdf file in Jena 2. In DELI (http://delicon.sourceforge.net/), which was created prior to Jena 2, I ...
has this been resolved? if not, perhaps you could provide some more details of what you're doing. do you think it's a mysql problem? if so, try it with a...
I think the problem is that Literal.toString() is a bit overzealous about what it produces. Try Literal.getLexicalForm() instead. I believe that there's a...
1) try ian's suggestion. 2) do you get the same behavior with a memory model as with a db model? 3) if #1 doesn't help AND if #2 is "no", then please send me...
... Exactly. I'm not even sure I'd want to make those inferences persistent for those above reasons. Although, some level of caching in the DB would be...
... That's the right solution. To me toString() is supposed to return a printable form. The printable form for a typed literal should show the type. At one...
In an effort to see if the cvs of jena had already fixed my previously posted issue, I downloaded from the sourceforge CVS (after many tries resulting in end...