... What would make an inconsistent transitive relation? The OWL semantics provides for inference rather than schema checking - if a transitive link is...
... If the message was actually: MacRoman not supported on this Java installation: mac encoding tests suppressed. then that isn't an error, it is just a...
... One way would be to use ARP directly, passing it a LineNumberInputStream. Then each time the ARP handler sees a new RDF statement make a note, in some...
... in the ... Set up the code as follows, but there is something wrong: HttpQuery query = new HttpQuery("http://localhost:2020/userprefs", "RDQL"); ...
... The ... for ... ^^ Illegal syntax - two closing parentheses. Use the command line tool jena.rdfquery to test your query. ... This is not the request in...
... If you mean owl:Thing, can't you use Jena's OWL.Thing? -- Chris "electric hedgehog" Dollin predicting self-predictors' predictions is predictably...
Job Qualification Software deployment and purchasing proposal. Company branches in countries listed above, in capital city. A 3-20 square meters shop. Computer...
Hello, I'm in desparate search for a mechanism to bind variables to multiple values in my implementation of a Builtin. Sorry for the long message, but i felt...
... That may not be possible without some extension to the engine. One trouble with having the rules and builtins be independent of whether the rule set is...
Look for some example in Pellet. José Geraldo Campos www.cic.unb.br ... From: "eyadalagha" <eyadalagha@...> To: <jena-dev@yahoogroups.com> Sent: Friday,...
Hello!, I have a problem and i'm going to explain it with a example: I have a owl ontology with defining domains and ranges. A DatatypeProperty of that...
I've implemneted a DIG server for Pellet in addition to the the Jena reasoner implementation. While testing with Jena DIG interface, I realized some ask...
Evren Sirin
evren@...
Aug 2, 2005 7:18 am
17543
Thanks for the info Evren. Ian, the developer of the DIG interface, is out for the next couple of weeks but I'm sure he'll take a look at it once he's back. ...
... No, incremental type checking is not part of the contract. ... Use the InfModel.validate() method (note that an OntModel is also an InfModel and so...
... How complex would such an extension be? Would a patch possibly be accepted into mainline jena? ... I doubt it - the backward rule i posted is only a part...
I was looking at some performance issues in my application and realized something about Resource.removeAll(Property) function. The code for that function is...
Evren Sirin
evren@...
Aug 2, 2005 7:51 am
17547
... Is it easy? -- Chris "Eyeball" Dollin predicting self-predictors' predictions is predictably unpredictable....
... Middling complex since it involves extending the existing control flow and touching existing code in several places, not just bolting new bits on. The ...
... That's a good suggestion. I've made the changes (including an additional unit test to trap mistakes in the conditional implementation). The usual several...
... We could add a rule to infer (A B C) from (A B ?a), (?a rdf:_x C) for those cases, but somehow i have my doubts about this. The good thing is, this isn't...
Hello, 2 questions: 1- After tons of information , I am not sure about how to set the namespace for the ontology that i want to create. All i get is a "j.0" ...
... I'm afraid not. ... It's a highly simplified version of the SLG-WAM engine for tabled logic programs (which in turn is an extension of the WAM, Warren...
Hello Mr. Dave, Iam using JDK 1.4.7 and Windows-XP. I got the message "OK(4197 tests)" at the end of execution of test.bat. I also got the warning message ...
Dear all, Please concider the following SPARQL queries done with ARQ 0.9.5: In the first case: PREFIX ... SELECT ?_taskId ?_taskEstimatedEnd WHERE { ?obj...
... Only you can decide that :-) but factors include: 1/ xsd:date isn't supported did you mean xsd:dateTime? That's in the subject line but the query doesn't...
... I don't think there is a JDK 1.4.7, perhaps that's 1.4.2_07? ... So the tests passed fine. The warning message is not significant. ... That means you are...