persistent inference on named graphs in Fuseki

2017-03-30 Thread Élie Roux
Hello, I am currently setting up a Fuseki server with the following specs in mind: - everything persistent in TDB (it works) - many different named graph, with the default graph being the union of them (it works, but without inference) - very simple inferencing (works but not with named

Re: Jena Rules

2017-03-30 Thread Lorenz B.
If you have the URI of inst2, just write it, e.g. -> ( 'Some Text'), ( rdf:type ) > Thank you Lorenz Bühmann for answering my email. > But what do you mean by using the URI I have in mind?

Re: Jena Rules

2017-03-30 Thread Abduladem Eljamel
Thank you Lorenz Bühmann for answering my email. But what do you mean by using the URI I have in mind? I want to create an instance to a class already in the ontology. For example, If I have these triples in my data: inst1 type class1 inst1 hasPrice price inst1 hasValue value class2 type Class I

Re: Ontology Imports

2017-03-30 Thread Dave Reynolds
On 29/03/17 20:54, Donald Smith wrote: Given I have an ontology that imports one or more other ontologies, when I read that ontology: model.read("http://example.com/ExampleOntology.owl;, "TURTLE"); That should be "Turtle" or, better, RDFLanguages.strLangTurtle or better still use