NIHVIVO-2426 and NIHVIVO-2771 knowledge base migration work

This commit is contained in:
stellamit 2011-06-24 21:21:07 +00:00
parent 3c3d230666
commit 82a60607c7
2 changed files with 9 additions and 11 deletions

View file

@ -1,5 +1,5 @@
PREFIX core: <http://vivoweb.org/ontology/core#> PREFIX core: <http://vivoweb.org/ontology/core#>
ASK { ASK {
core:atTime ?p ?o . core:organizerOf ?p ?o .
} }

View file

@ -85,15 +85,6 @@
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.JenaDataSourceSetup</listener-class> <listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.JenaDataSourceSetup</listener-class>
</listener> </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 -->
<!-- disabling knowledge base update during development of 1.3 migration. sjm 5/20/2011
<listener>
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.UpdateKnowledgeBase</listener-class>
</listener>
-->
<listener> <listener>
<listener-class> <listener-class>
edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorageSetup edu.cornell.mannlib.vitro.webapp.filestorage.backend.FileStorageSetup
@ -129,6 +120,13 @@
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup</listener-class> <listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup</listener-class>
</listener> </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>
-->
<!-- The followng listener records all edit changes, in reified form, to another database model --> <!-- The followng listener records all edit changes, in reified form, to another database model -->
<!-- still at an experimental stage --> <!-- still at an experimental stage -->