improvements and bugfixes for NIHVIVO-205 ontology upgrade
This commit is contained in:
parent
03a2a13a37
commit
71a6fccd64
5 changed files with 43 additions and 26 deletions
|
@ -72,18 +72,19 @@
|
|||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.JenaDataSourceSetup</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- Invokes process to perform updates to align with ontology changes if needed -->
|
||||
<!-- Needs to run before submodels are attached and Pellet is set up -->
|
||||
|
||||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- Attaching submodels permits extra RDF files to be made visible without storing the data in the DB. -->
|
||||
|
||||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.AttachSubmodels</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- Invokes process to perform updates to align with ontology changes if needed -->
|
||||
|
||||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- Pellet setup enables reasoning. Inferences are cached in a separate DB graph. -->
|
||||
<!-- Changing the class name sets the kindss of inferences that are materialized. -->
|
||||
<!-- See documentation for details. -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue