changing reasoning setup listener, NIHVIVO-1252
This commit is contained in:
parent
78be7293fa
commit
3fed258665
1 changed files with 5 additions and 8 deletions
|
@ -100,16 +100,13 @@
|
|||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.FileGraphSetup</listener-class>
|
||||
</listener>
|
||||
|
||||
<!-- Pellet setup enables reasoning. Inferences are cached in a separate DB graph. -->
|
||||
<!-- Changing the class name sets the kinds of inferences that are materialized. -->
|
||||
<!-- See documentation for details. -->
|
||||
<!-- SimpleReasoner setup enables Pellet reasoning on the TBox and simple VIVO reasoning on the ABox. -->
|
||||
<!-- Inferences are cached in a separate DB graph. -->
|
||||
<!-- This is the only level of reasoning that can be enabled at this time -->
|
||||
<!-- If used, must be run after JenaDataSourceSetup -->
|
||||
|
||||
<!--
|
||||
<listener>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup</listener-class>
|
||||
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.SimpleReasonerSetup</listener-class>
|
||||
</listener>
|
||||
-->
|
||||
|
||||
<!-- The followng listener records all edit changes, in reified form, to another database model -->
|
||||
<!-- still at an experimental stage -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue