... What's wrong with m.read( "file://" + f.getAbsolutePath(), "http://nicolamilella.it/#"); ? Model::read() will handle file: URIs. (And if you put a suitable...
On Sunday 31 October 2004 19:13, Jacen S. wrote: ... material inappropriate to this mailing list; if you're not a spammer [1], please don't do this. [1]...
... Nearly. If the inferences lead to an inconsistency then that can be used for validation. For example, if you have something "foo" declared as a eg:Book and...
Hi Yoan - Please see this FAQ entry: http://jena.sourceforge.net/jena-faq.html#xml-1 (the internal hyperlink seems to be broken at the moment, but you can just...
Hi Ian, Sorry being so unclear: Here is the code that throws the exception: Iterator it = ontClass.listDeclaredProperties(); while (it.hasNext()) { Resource r...
Dear Rowland, Thanks for the extra information and clear explanation, I am going to take some first steps in jar signing :) cheers, Michel ps I am assuning...
... I'm not surprised. You've left out the base URI, and I did *say*, "if you put a suitable xml base in the input, you can drop the base URI argument" -- note...
Hello Cristoph, I've looked briefly at the ontology, and can see no obvious reason for the conversion exception. In order to recreate the problem, I need to ...
Christoph - Nevermind. I've looked a bit harder at this. The basic problem is in the data, I'm afraid. SUMO.owl is a bit of a mess, it seems to me. The ...
Oops. Typing too fast. The last bit should have been: So, to summarise, this test program worked for me: public static void main( String[] args ) { String...
... It's not a matter of owl:Class and rdf:Description, i've only to do RDFS without any OWL. My question is about rdf:about vs rdf:ID, I can do the first one...
Christoph - We've been discussing this question here, and have a couple of other suggestions: * do you really have to use the transitive reasoner? The RDFS...
... That's only an example. ... The FAQ entry advises you to read the IO howto, which explains how to get rdf:ID in your output if that's what you want. NB...
Ian, Dave, First of all, thanks for the great and fast support :) ... I changed to the transitive reasoner due to big performance problems on my machine when...
... suitable ... make ... Ok thanks, but I still have some problems. If I load an existing ontology and I don't know which base URI is, 1)what I put here...
Dave - ... The paper "LCW-Based Agent Planning for the Semantic Web" at http://www.cse.lehigh.edu/~heflin/ has practical thoughts about how to reconcile the...
Hi Christoph, ... Another suggestion is to maintain two models: Model base = ModelFactory.createDefaultModel(); base.read( sumo ); OntModel hierarchy =...
Hi Ian, ... Hmmm... simple but excellent idea! Why didn't I have that idea before ? :)) I will try and use that idea. Thanks, Christoph ... -- Christoph Kiefer...
Hi! I have just used Jena Java API to write a program that reads in OWL ontology and transforms its content into HTML format. However, I encountered problems...
Hello Jelena, ... Can you please be more precise? Do you mean that you get an error from the compiler (i.e. when you compile your .java files to .class...
Hi, I am trying to create a port of the database driver for Apache Derby (aka Cloudscape) and I running into this issue. I created my own custom driver and...
Hello all; I have a problem when i try to read from a string that contains an RDF/XML DAML+OIL document. This is encountered when : URL actualLocation = new...
Hello Othmane, ... Um, well, that means that the parser failed to parse the XML input. Exactly what failure occurred, and where in the input, is hard to say ...
I have tried the line command but i have no problem. All appear correct. ... Hello Othmane, ... Um, well, that means that the parser failed to parse the XML...
Hi, as pointed out in a message Ican't refer 'cause I just deleted it (sorry for not crediting the original author :-)), you can do the following: OntModel...