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#>
ASK {
core:atTime ?p ?o .
core:organizerOf ?p ?o .
}

View file

@ -84,15 +84,6 @@
<listener>
<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 -->
<!-- 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-class>
@ -129,7 +120,14 @@
<listener-class>edu.cornell.mannlib.vitro.webapp.servlet.setup.PelletReasonerSetup</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>
-->
<!-- The followng listener records all edit changes, in reified form, to another database model -->
<!-- still at an experimental stage -->
<!-- if used, this listener should be run after all other Jena-related listeners, to avoid logging unnecessary data and slowing the context startup process -->