... Adding xml:lang affects all literals in the file - in particular, the service reference name is altered. In one place in the code, registering the service...
... The direct forms are specially implemented by the rules engine. They are not assertions stored in the model itself but instead are triggers for particular...
Thank you very much Dave, that's a useful reply. I'll see if I can improve some rules I'm working on, select some examples to add to your explanations and...
Hi Everybody! I'm learning about semantic web, so I'm doing some excercises with Jena 2.5.3 and pellet 1.5.0 So my problem is this. In my Owl Otnology I...
Hello, Recap of my need : I would like a rule to be fired only if all instance of a class have a particular property. The mean example is, if all the instance...
... No. You need closed world checking that all instances satisfy a certain criterion. That OWL feature expresses an open world restriction that all values for...
... [snip] ... You've missed out the guard clause that I suggested for that rule, add: noValue(swam:culprit swam:state swam:partialMatch) To recap. The problem...
Hello Dave, in fact the addition of the guard "noValue(swam:culprit swam:state swam:partialMatch)" in rule 002 made it to fire only once. I mean if data have...
Hello I've been trying to work Joseki with SDB beta as described by Andy at http://jena.hpl.hp.com/wiki/SDB/Joseki_Integration There appears to be some version...
... Before I posted my original reply I took a copy of the rules you posted, I added that line and I tested it by adding two insteances of swam:Windows to the...
... Joseki is a publishing server built on and with Jena. Joseki is part of the Jena suite of systems (I work on both). It just happens to have it's own CVS...
Hello Dave, actually it works now, It was not a case problem but I guess a pre-rule that was supposed to modify the state of an entity from normal to...
... Do you have details? ... make ... Which jena.jar were you using? the one in SDB or the one in a Joseki release (and which version). It's probably just a...
Hello! I am working on an import of owl-files into Java and I am still a Newbie with Jena and Java. I "already" loaded the owl-file into an OntModel. I did...
... List dataTypes = model.listObjectProperties().toList(); [etc] (Don't use Vector; you almost certainly don't want/need it.) ExtendedIterator also has...
Hi there, sorry I missed this message last week. Are you using tomcat with the security turned on? What are the security goals for your application? The...
... FileManager.get().open(owlFile.toURI().toString()); ... Vector? ... Bracknell, ... Berks RG12 1HN ... Thx alot. I was blind when I searched the Api-doc....
... There's a lot of API to get to know; if you don't know that Jena's iterators have extra magic, you won't know to look for it at first. -- Chris "magician"...
Welcome to Our Amazing World. We accepte all people who hook up romantic love or true friendship. After a free join, you can find out your person by Age,...
Marco, I'm facing a similar challenge. After speaking too soon earlier I now see what you mean, a small change and the reasoner goes off into thinking mode,...
Dear freinds im doing project in jena.......... one thing i would like know....... all the querys are all based on java and output in command prompt. like for...
Hi, I think it is quite easy to do so if your user can write directly sparql query : your html page can contain a form which ask the user to enter a sparql...
Hi A short note to [1]. The application is called Joseki [2] and is freely available. Could be a possible solution for the problem described by Ramesh (either...
... If you're using JSP, you call out to Java. Jena is written in Java and offers a rich API, including (with ARQ), but not limited to, SPARQL. So using it...
Sorry if you get this email twice but I'm not sure the email group worked the first time. When I use connection pooling with Jena I see a serious performance ...
Philip Cannata
phil.cannata@...
Sep 5, 2007 3:32 pm
30824
... Phil, Just to be clear here: The 180 q/s is when a model is created once but used across multiple query executions; the 10 q/s is when a pooled connection...