All Downloads are FREE. Search and download functionalities are using the official Maven repository.

src.com.hp.hpl.jena.reasoner.transitiveReasoner.package.html Maven / Gradle / Ivy

Go to download

Jena is a Java framework for building Semantic Web applications. It provides a programmatic environment for RDF, RDFS and OWL, SPARQL and includes a rule-based inference engine.

There is a newer version: 2.6.4
Show newest version





This package contains a reasoner which supports transitive-reflexive closure
of subPropertyOf and subClassOf relations. A single tbox can optionally be
bound, which is expected to contain schema information but can contain other
information as well. A single data graph can be bound - whch is allowed to
contain schema information in which case the work of scanning the tbox is
lost and has to be redone (because the data might define sub-properties of
subPropertOf or subClassOf which were missed in the original tbox scan).

The generated InfGraph will appear to contain the union of the data graph, the tbox graph, the reflexive-transitive closure of any subPropertyOf and subClassOf relations together with direct versions of these.

Defects

The current implementation is flawed in its handling of multiple data bindings - you can't actually reuse the work of tbox binding across different data sets. This will be fixed soon.






© 2015 - 2024 Weber Informatics LLC | Privacy Policy