VIVO-778 Use JFact as the TBox reasoner, instead of Pellet.
There are still some differences between the two, and I expect some answers from Jon and Brian regarding irregularities in the ontologies. The Pellet libraries have not yet been removed.
This commit is contained in:
parent
02f68f17de
commit
c1ae62a917
3 changed files with 3 additions and 4 deletions
|
@ -8,7 +8,7 @@
|
||||||
:hasFileStorage :ptiFileStorage ;
|
:hasFileStorage :ptiFileStorage ;
|
||||||
:hasContentTripleSource :sdbContentTripleSource ;
|
:hasContentTripleSource :sdbContentTripleSource ;
|
||||||
:hasConfigurationTripleSource :tdbConfigurationTripleSource ;
|
:hasConfigurationTripleSource :tdbConfigurationTripleSource ;
|
||||||
:hasTBoxReasonerModule :pelletTBoxReasonerModule .
|
:hasTBoxReasonerModule :jfactTBoxReasonerModule .
|
||||||
|
|
||||||
:jaiImageProcessor
|
:jaiImageProcessor
|
||||||
a <java:edu.cornell.mannlib.vitro.webapp.imageprocessor.jai.JaiImageProcessor> ,
|
a <java:edu.cornell.mannlib.vitro.webapp.imageprocessor.jai.JaiImageProcessor> ,
|
||||||
|
@ -35,6 +35,6 @@
|
||||||
a <java:edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb.ConfigurationTripleSourceTDB> ,
|
a <java:edu.cornell.mannlib.vitro.webapp.triplesource.impl.tdb.ConfigurationTripleSourceTDB> ,
|
||||||
<java:edu.cornell.mannlib.vitro.webapp.modules.tripleSource.ConfigurationTripleSource> .
|
<java:edu.cornell.mannlib.vitro.webapp.modules.tripleSource.ConfigurationTripleSource> .
|
||||||
|
|
||||||
:pelletTBoxReasonerModule
|
:jfactTBoxReasonerModule
|
||||||
a <java:edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.pellet.PelletTBoxReasonerModule> ,
|
a <java:edu.cornell.mannlib.vitro.webapp.tboxreasoner.impl.jfact.JFactTBoxReasonerModule> ,
|
||||||
<java:edu.cornell.mannlib.vitro.webapp.modules.tboxreasoner.TBoxReasonerModule> .
|
<java:edu.cornell.mannlib.vitro.webapp.modules.tboxreasoner.TBoxReasonerModule> .
|
Binary file not shown.
|
@ -37,7 +37,6 @@ edu.cornell.mannlib.vitro.webapp.migration.Release18Migrator
|
||||||
|
|
||||||
edu.cornell.mannlib.vitro.webapp.application.ApplicationImpl$ReasonersSetup
|
edu.cornell.mannlib.vitro.webapp.application.ApplicationImpl$ReasonersSetup
|
||||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup
|
edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup
|
||||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.TBoxReasonerSmokeTest
|
|
||||||
|
|
||||||
# Must run after JenaDataSourceSetup
|
# Must run after JenaDataSourceSetup
|
||||||
edu.cornell.mannlib.vitro.webapp.servlet.setup.ThemeInfoSetup
|
edu.cornell.mannlib.vitro.webapp.servlet.setup.ThemeInfoSetup
|
||||||
|
|
Loading…
Add table
Reference in a new issue