... Yes, each ontology can be stored in a separate Jena Model or OntModel and the number of these is limited only by memory. ... No, the ModelLoader is just a...
hello, Mobile devices have a lot of memory contraints, is there any person who tried to install an ontology in a mobile device ? is it possible? which are the...
Hi, I have been given responsibility to design a knowledge system to take care of few issues that users of my company's products face. First phase include...
... Ha. The only time I'm at a loose end is when I'm untangling wires (or string). It's more suspicion about the low traffic (esp since locally various maul...
It all depends on what you are trying to represent about the structure of your product/problem/solution space. If you just have a taxonomy of problems and...
by using listSuperclasses will list all super classes then check if it is a class or restriction class... do i make sense??? "Khaled A. K. Mohammed"...
(1)do any body know how to get the cardnality rangefrom two restrictions, for eample if class1 is subclass of two restriction, where the first on property p1,...
Hi everybody, I use Jena version 2.1 for a system but I discover that It doesn't work well with blank nodes (or at least it doesn't work in my program). For ...
Grecia Garcia
grecia_gg@...
Sep 2, 2004 11:10 pm
10230
Hi Jena team, While trying to track down some performance problems, I've narrowed in on the following: Statement.getStatementProperty() seems to be very slow....
Hi, I am using an OWL ontology to create a security ontology for marking up data with its security level. I create instances of classes in the ontology and use...
Thanks Dave, I shall check that out. Another doubt I have is, if I have an rdfs schema file in which I declare classes and then I have an OWL file in which I...
Just to clarify for anyone interested in Protege. We do have two completely different components for RDF/OWL editing in Protege: 1) The RDF Backend is rather...
Aout the second problem, in the while() loop you modify the collection on which the iterator is moving and then use again the iterator, while in the if() case...
Ignazio Palmisano
palmisano@...
Sep 3, 2004 7:17 am
10235
... I'm afraid this is another opportunity for us to point out that without telling us *what* the exception was (with the stack-trace), and *what* code caused...
... You will have to do the combination yourself. List the superclasses of your class, for all superclasses that are Restrictions check if they are cardinality...
... That depends on whether inference is required to reach those conclusions or whether they are explict in the data. ... Querying whether A is rdf:type B is...
... Yes. RDFS and OWL and all just RDF and can be freely combined within Jena. ... Yes. You need to make sure the reasoner can see all of your relevant data. ...
... Hmm. The author of the code [1] appears to have forgotten to consider optimising this case. What happens is that getStatementProperty() has to find the...
Hi All-especially-Like, ... [a problem statement] ... I have just put into CVS a version of Jena that keeps a triple -> nodes map to optimise this case, at the...
Hi, I've been looking at the builtin primitives and noticed that there is a sum(?a ?b ?c) but no subtract(?a ?b ?c). Please could someone tell me if there is a...
... You're right. How odd. I'd meant to do a pass through the builtins and round them out to a more logical set but obviously haven't done that. I've logged it...
Thanks for helping, however how do I go about duplicating the code for sum, ,where do I duplicate it. Doesnt the ruleparser have have the code and nowhow of...
I did a simple example to make sure I understood how the transitive reasoning works. However, I can't get the results I expected. I've tried different...