... You don't have to add it to your ontology. It is an intermediate property just for use within the rules. It signals that a value outside the target class...
... Most builtins like uriConcat only work in the body (premises) part of the rule[*]. So change it to: (?x http://ee.oulu.fi/o#airEligibity "Hot"),...
... As far as I understand what you are trying to do it looks OK . ... That's life. ... Sure. Use @include to import one file into another or read multiple ...
Hi Dave, Ok, all works ok except for a little thing. This rules are only for symptoms, but if have labtests, don't work properly. The problem is the next, if...
This is now fixed in Jena CVS. Andy ... -- Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered No: 690597 England...
Hi, I reply myself, i was making some tests and i think that i xx my porpouse. I have two cases: 1) When the disease don't have any labtests, i add this rules:...
... Good. I couldn't follow your notation for what you are trying to do at all so it's a bit hard to advise, but if you are happy you have a solution then ...
I just realized I missed this message. Are you now sorted? Dave -- Hewlett-Packard Limited Registered Office: Cain Road, Bracknell, Berks RG12 1HN Registered...
Hi all, I am pretty successful in getting all of the data type property values of all of the individuals of a particular class Book as follows, Individual...
... you're trying the wrong method to check for the URI of an individual; ind.getURI().equals("http://mycomp.net/bookshop.owl#Macent_of_vanice") should give...
... Yep, it works, but i the same time problem. I'm using this code: BufferedReader br = new BufferedReader(new FileReader("rules/rules.rules")); List rules =...
... Reto, Haven't had the time to put SDB under maven yet. Hopefully, I'll be able to sync it up but not in the next few weeks. That whole repo is as it is...
... This Java error occurs when the code being run has a version mismatch between jars compared with the compile time configuration. To quote the jaavdoc of...
... No. The only thing I can think of is if you have some redundancy (e.g. you've included the RDFS rules in each subfile or have some duplication of your own...
... Depends on what you mean by "parent node". RDF is a graph not a tree so there is no notion of "parent". If you mean OWL and by node you mean owl:Class then...
Hi, I followed your suggestion to put it into rule body, but this rule can not be triggered. And no error reported. When I removed this Builtin primitive,...
... Ah. Hadn't spotted that your makeTemp call used the same variable, that won't work. A node can either be a blank node (as created by a makeTemp call) or a...
... Often [1], when you think you want to get the local name of a URI, you're about to fall into a design error. Why do you want the local name of a URI? [1]...
Dear all, Thank you for your help. The following statement is working fine if (ind.getLocalName().equals("Macent_of_vanice")) { //blablabla } But if I use a...
... book (seems to) contain the whole URI, getLocalName does not return it but a portion --> they're highly unlikely to be equals. (what type is book by the...