Hi I sent you a question about jena on your private e-mail a fiew days ago. Apologies for this inconvenience but I had some problems with my Yahoo account. I...
Hi all, I've posted a message with a piece of code that was revelant of a problem with Anonymous IDs and the RDF writer (ie Some anonymous classes should not...
Jeremy, The result obtained is nice, Thank you. My generated DAMLModel is saved correctly : No class is given an anonymous ID. You don't seem to like this...
Hi all, That's me again. I got a problem with the CVS version of Jena and cannot compile it: Here is the error : Buildfile: build.xml init: pre-compile: ...
Nicolas, com.hp.hpl.mesa.rdf.jena.common.prettywriter.test is new - you probably need to ensure your CVS tool is creating and checking out new directories...
Hi, Everything is now ok with the cvs: The compilation goes right. Sorry, I didn't know cvs was working that way. Something strange is now happening : I...
Hi Tim, I'm not part of the Jena team, but I've run into this division before in DAML+oil, and it seems to be an artifact of the way that DAML+oil reasoners...
My understanding is this restriction is to do with the requirement on DAML+OIL that it is possible to build a sound and complete reasoner. Ian Horrocks, who...
Jena 1.5.0 (July 2002) Jena 1.5.0 is the beginning of a process to bring Jena into line with all the RDF core working group decisions. It also contains all...
... Is my MySQL database created with Jena 1.4.0 supposed to be usable by Jena 1.5.0? Because it isn't. I get this exception: RDF Error: Internal sql failure...
... Yes, that was the intention. ... Oh dear. That is not good! I'm sorry you've had this problem. I'd like to get this resolved as quickly as we can. ...
... Here it is. It may be a bit of a hack; I call create() every time, since I don't know if the database will exist. I guess it may be nicer to check this by...
Hi Jon, ... Ah, yes, that's the problem. The DBConnection instance is supposed to cache information on the database layout. Your ModelRDB.create call is...
... I can get it to work, but now I'm confused about the semantics of ModelRDB.close(). When I call ModelRDB.listModels(dbConnection) after the code above, it...
1363
tarod@...
Jul 5, 2002 3:35 pm
If I add to an empty model the sentence marc ---prop---> <a>hola</a> and then I serialize the model, I get <?xml version='1.0' encoding='ISO-8859-1'?> <rdf:RDF...
... Great! ... Humm, strange. The code I used to replicate your setup is attached (see method jhTest). As you can see I close the model after the test open and...
... Yes it is. [[ Model m; // Initialize m Literal xmlLit = m.createLiteral("<a>hola</a>","",true); // other code ]] Note the API is currently deficient in...
The XML looks very bad! Can you let us have a look at the code that generated it. Where did all those '|' come from? Alternatively, write out the file with the...
... I tried your code on my MySQL server, and it worked. Then I spotted the difference between your code and mine: You create a DBConnection with uri, user and...