Re: Missing inferred triples with RDFS Reasoner

2017-02-13 Thread Dave Reynolds
On 13/02/17 16:17, Jérémy Coulon wrote: Hello, It seems like some triples are missing when using Jena RDFS reasoner. With the following code: Model xsdOntModel = ModelFactory.createDefaultModel(); xsdOntModel.add(XSD.xboolean, RDF.type, RDFS.Datatype); Reasoner reasoner =

Re: Benefits of Semantic web

2017-02-13 Thread Adrian Walker
Baran, You wrote: *There is really a lot of work to do making your idea transparent for a normal user as i, would i say...* Can you be more specific please? Details appreciated. BTW, we made some changes to the user interface over the weekend. -- Adrian

Re: Benefits of Semantic web

2017-02-13 Thread baran . ha
Adrian, *Is it a possible scenario to think a Semantic Web environment controlled only by rules?* Yes. Executable English is rules-only on the surface. Internally, it automatically generates and runs networked SQL. Here's an example:

Missing inferred triples with RDFS Reasoner

2017-02-13 Thread Jérémy Coulon
Hello, It seems like some triples are missing when using Jena RDFS reasoner. With the following code: Model xsdOntModel = ModelFactory.createDefaultModel(); xsdOntModel.add(XSD.xboolean, RDF.type, RDFS.Datatype); Reasoner reasoner = ReasonerRegistry.getRDFSReasoner(); InfModel infModel =

Re: [ANN] Apache Jena 3.2.0 released with Fuseki 2.5.0

2017-02-13 Thread A. Soroka
It is compatible for TDB; release notes would normally include information otherwise were that the case. I'm not aware of any particularly sharp changes in the API for 3.2.0. Some very old material has been deprecated (e.g. see JENA-1270). --- A. Soroka The University of Virginia Library > On