... Should we perhaps patch the 2.3 download to have the examples in it, thus avoiding the problem? [Just the examples, not the entire codebase, so we don't...
Hello, As I reveived lots of emails, I will make it available for download (I think that it should be ok before the end of next week). Just a warning though:...
... Which version of Jena is this? One possible reason is that MySQL gets confused between "byte" and "character". I have seen this happen with MySQL 5.0 when...
Hi Andy, I actually saw some piece of information telling me that this problem could be due to UTF-8. Unfortunatelly, we have to use UTF-8 because we are...
Good to hear you have fixed it. Jena will use a multilingual encoding regardless of what the server is set to. Basically, we ignore the server default...
Dear, Hi it me again. I 'm sorry if I troubling you. I try to execute this tutorial but I got 9 Errors. With this tutorial you will the run of it. Hope it will...
make sure you included all the jars in the classpath ... ___________________________________________________________ To help you stay safe and secure online,...
read the tutorial at http://jena.sourceforge.net/ ... ___________________________________________________________ Yahoo! Model Search 2005 - Find the next...
You have not got the classpath set up correctly. All the JAR files must be on the classpath and passed to javac to compile a Java program. javac -classpath...
Since you have it working this is probably irrelevant but this problem can also be a symptom of using the wrong Connector/J. Connector/J 3.1.x had a bug which...
Hello Sue, ... Yes of course. The toString() generates a string identifying the resource, using the URI if it has one. ... Surely. It wouldn't be much use...
Hi Minh Hang, ... Make sure you use the direct super-class (i.e. set the 'direct' boolean flag to true), or, alternatively, don't use a reasoner. Otherwise the...
I am trying to test the Jena data validation functionality. I tried to validate a simple RDF model against an OWL schema. The OWL reasoner doesn't seem to...
Hi, when I import a document into my rdf model and want to know whether it contains statements about itself, I need to check whether the document specifies...
Lars Weber
lars@...
Dec 2, 2005 3:11 am
19706
... bindSchema is not a side-effecting operation. It returns a *new* reasoner which has knowledge of the schema. Use: owlReasoner =...
... Jeremy can correct me but I don't think there is, you would have to use Xerces directly to pull that out of the XML. Alternatively, if you have control...
The Jena-2.3.zip download on Sourceforge has been reloaded after fixing the problems with the example code files in src-examples. It is not a rebuild in...
Hi again, I encountered some more problems using Jena. Somehow it is possible to bring a model into a state where it can neither be written out to a stream nor...
Hi, I tried to include the Joseki servlet in our own webapp. But I had to make a small update in Servlet.chooseServiceURI method because the servlet path was...
Hi all, we are trying a do some reification on a model that is stored in a MySQL database. Where could I find some documentation about how configuring ...
Thanks for that. What is your set up? Which application server and how are you incorporating the Joseki servlet into your application (I take it you are not...
... The only way that should happen is (a) a database bug (NULL leaking out into user code) or (b) you've used Node.NULL somewhere in your code. If (b), paws...
... reification ... Currently - you'd need to hack the code, I'm afraid. The plan is to release Joseki3 when a new Jena component for describing model ...
... I'd suspect a) then (I was not aware of Node.NULL). If I can find out more, I'll provide some details. It *may* be associated with trying to store an...
Hi Andy, Thanks for this quick answer. As a reminder, I forgot to indicate that I was using a snapshot of Joseki3 CVS version... For the first point, I'm...
Hi Sebastian, ... Actually, it's not a problem and therefore not actually a bug in your code. OntModel does not differ in the way that it treats the stored RDF...
Hi, executing a CONSTRUCT request from a client, I set the Accept HTTP header to "text/rdf+n3", but Joseki send a response with MIME Type "text/plain" and...
... Try "application/n3" or "text/n3" - I don't think it recognizes "text/rdf+n3". text/rdf+n3 isn't actually a formally registered MIME type, at least it ...