... But why would you want any of the features of RDF/XML-ABBREV? It's all for human readers not machines, so an xml:base indicating the intended web location...
... Agreed, you don't if everything is absolute. What happened was that Yu was using the default settings with an xml:base. The defaults allow relative ...
Hi, I might have a similar problem as Xiaoshu: I am using the following reasoner: OntModelSpec.OWL_MEM_RULE_INF When I define #Sub #subClassOf #A and...
Hi, I tried to run the OWL example from the Jena 2 Inference Support section of the documentation but i didnt get the results the example says i should. The...
... It looks like a bug. It ought to cope with cycles. In the case of the OWL_MEM_RULE its the Ontology API itself rather than the reasoner which is ...
... Yes. Create a model which is the union of all your schemas plus the data model and do a bind call on that. [Same as the workaround to your earlier reported...
You are using the bindSchema form. There used to be a bug in this which caused entailments to be missed which were found correctly when all the data was in the...
Hi I am trying to incorporate inference feature in a Ontology Editor that i have built. I used the generic rule based engine provided by Jena. But the problem...
... I don't see a problem with that except that this seems to be just a set of conditions with no actions. Guessing what you might mean then you might want...
Hello all, I am implementing with RDF and RDFS inference, My RDFS is as follows; <rdfs:Class rdf:about="&monuments;Domestic" rdfs:label="Domestic"> ...
John McAuley
john@...
Apr 2, 2004 12:52 pm
7334
Hi I wonder whether Jena API contains validation during creating RDF model Providing a RDF file Is there any functions able to check the format of RDF file ...
... You appear to be concerned about the syntactic formatting of the input file, rather than any deeper sort of validation (e.g. appropriate use of classes and...
Hi, I am looking for a RDF Validation Plugin for any Java IDE. Is there a way I can integrate the w3.org's RDF Validator (http://www.w3.org/RDF/Validator/) or...
I have a base model that is persisted in the database. By modifying the OntModelSpec and passing it a persistent ModelMaker, I can see that imported models are...
Hi! This is a piece of the OWL-S (Service) Ontology... <owl:Class rdf:ID="ProcessComponentBag"> <rdfs:comment> A multiset of ProcessComponents </rdfs:comment> ...
Hello Loyh, When presenting a given RDF resource as a different facet, by default Jena checks to see that this is a reasonable thing to do. In the case of ...
Hello P. Mohseni, ... I'm not clear why you would want to do this. If you were to make persistent the current set of inferred triples from an inference graph...
Hi, I would ask some question about accessing the db persistant model within a multiple threads. I have also many EJB-s which access the DB persistent Jena...
Aleksandar Balaban
a.balaban@...
Apr 3, 2004 11:12 am
7343
In KnoBot multiple servlet access one jena model (which can be a rdb-model or a filesystem based persistent model). But jena model by default are not designed...
From: Reto Bachmann-Gmuer [mailto:yahoo@...] ... Not strictly true. We have designed with concurrency in mind, but for performance reasons we don't just...
Hello there, Sorry for butting in like this, but I would like to find out more about the Jena rules as well. wrt to the camera ontology (packaged with Jena),...
From: chuen tai [mailto:chuennie@...] ... Please review the (extensive) documentation on Jena's reasoners, which is included in the Jena download or...
Hey Guys, I can't help but notice that the entire JENA 2 API is composed of Interfaces i.e. InfModel, OntModel, Model etc. Am I right in thinking that these...
Hi! Does RDQL support LIKE? I have created an MySQL database in which I have stored RDF triples, and I would like to have queries like this: SELECT ?x WHERE...
Hi Ian, Thanks for your prompt response. :) ... Please review the (extensive) documentation on ... http://jena.sourceforge.net/inference/index.html#rules ... ...
Ok But if I have database persistent model do I need only one model instance shared by threads and with critical sections (or transactions)? Is it sufficient...