Hello David, I am sorry but I did not understand "use OWL rules in your model to create relationships between objects"
The Jena rules we use are not OWL specific? You mean rules in the Protege? On Tue, Nov 8, 2016 at 7:16 PM, David Moss <[email protected]> wrote: > It is my understanding that you use OWL rules in your model to create > relationships between objects. > You can then query the model using SPARQL and a reasoner. > The SPARQL will then not only return the triples explicitly matched, but > those that can be inferred using the rules too. > > See https://jena.apache.org/documentation/inference/ > > > > > > On 9/11/16, 2:31 am, "tina sani" <[email protected]> wrote: > > Hello > I have a text file, having more than twenty Jena rules. Usually we need > SPARQL queries to execute and display the inference results. > > For my twenty rules, I need more or less ten queries, so what will be > the > sequence and proper way to use SPARQL queries? > I have some inverse property rules, symmetric, transitive and most are > Jena > generic rules used in the text file. > > Thanks a lot. > > > >
