VIVO-121 updated upgrade-1.6.html doc to reflect changes to knowledge base migration process
This commit is contained in:
parent
bf70899dd9
commit
a7ff89c8fa
1 changed files with 22 additions and 16 deletions
|
@ -94,7 +94,7 @@
|
||||||
installation.)
|
installation.)
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
The first time Apache Tomcat starts up after the upgrade, an automated
|
When Apache Tomcat starts up after the upgrade, an automated
|
||||||
process will modify the knowledge base to align the
|
process will modify the knowledge base to align the
|
||||||
data with any ontology updates made for the new release. See the section on the <a href="#kbm">Knowledge Base Migration</a>
|
data with any ontology updates made for the new release. See the section on the <a href="#kbm">Knowledge Base Migration</a>
|
||||||
below for more information.
|
below for more information.
|
||||||
|
@ -801,16 +801,13 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl</pre>
|
||||||
heading "Refresh Content".
|
heading "Refresh Content".
|
||||||
</p>
|
</p>
|
||||||
<p>
|
<p>
|
||||||
8. Review and save aside the knowledge base migration logs.
|
8. Review the knowledge base migration logs.
|
||||||
The knowledge base migration process described in the next section will generate logs.
|
The knowledge base migration process described in the next section will create logs
|
||||||
These logs will be overwritten if you redeploy the VIVO application (but not if you restart tomcat), and since
|
in a subdirectory of the VIVO home directory:
|
||||||
they may be a useful reference if questions come up about your 1.6 VIVO data after deployment,
|
|
||||||
you should save them aside.
|
|
||||||
The logs are created in the Tomcat <code>webapps/vivo/WEB-INF directory</code>:
|
|
||||||
</p>
|
</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>
|
<dt>
|
||||||
<code>ontologies/update/logs/knowledgeBaseUpdate.(timestamp).log</code>
|
<code>(home directory)/update/logs/knowledgeBaseUpdate.(timestamp).log</code>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
A log of a summary of updates that were made to the knowledge
|
A log of a summary of updates that were made to the knowledge
|
||||||
|
@ -868,15 +865,19 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl</pre>
|
||||||
<p>
|
<p>
|
||||||
Changes to the VIVO core ontology may require corresponding
|
Changes to the VIVO core ontology may require corresponding
|
||||||
modifications to the knowledge base instance data and ontology annotations.
|
modifications to the knowledge base instance data and ontology annotations.
|
||||||
When VIVO first starts up following the upgrade, it will
|
Each time VIVO starts up, it will initiate a process to examine the knowledge
|
||||||
initiate a process to examine the knowledge base and apply necessary
|
base and apply necessary changes. This process should be very quick on subsequent
|
||||||
changes. The knowledge base migration process for release 1.6 will make
|
restarts if no data using the 1.5 ontology has been reintroduced.
|
||||||
|
The knowledge base migration process for release 1.6 will make
|
||||||
the following types of changes:
|
the following types of changes:
|
||||||
</p>
|
</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>
|
<dt>
|
||||||
BOGUS CHANGES
|
Instance data changes to align with VIVO-ISF
|
||||||
</dt>
|
</dt>
|
||||||
|
<dd>
|
||||||
|
Obsolete predicates and types in the instance data will be updated where necesary to correspond to the current properties and classes in version 1.6 of the VIVO-ISF ontology. Note that VIVO 1.6 continues to make use of certain deprecated classes and properties that are not incompatible with VIVO-ISF. Most notable among these are the various subclasses of foaf:Person: these types will be unchanged by the VIVO 1.6 data migration, but may be removed in a future release.
|
||||||
|
</dd>
|
||||||
</dl>
|
</dl>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>
|
<dt>
|
||||||
|
@ -885,7 +886,12 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl</pre>
|
||||||
<dd>
|
<dd>
|
||||||
If a site has modified the value of a vitro annotation (such as
|
If a site has modified the value of a vitro annotation (such as
|
||||||
displayRankAnnot or displayLimitAnnot) so that it is no longer using
|
displayRankAnnot or displayLimitAnnot) so that it is no longer using
|
||||||
the default, then that setting will be left unchanged.
|
the default, then that setting will be left unchanged. Note that the
|
||||||
|
annotation settings for certain obsolete VIVO 1.5 properties will be
|
||||||
|
preserved in a configuration file that applies settings to particular
|
||||||
|
object properties based on the types of their subject and object
|
||||||
|
individuals. This file is found in the VIVO home directory:
|
||||||
|
<code>(home directory)/rdf/display/everytime/PropertyConfig.n3</code>
|
||||||
<br>
|
<br>
|
||||||
If a site is using the default value of a vitro annotation, and the
|
If a site is using the default value of a vitro annotation, and the
|
||||||
default has been changed in the new version of the ontology, then the
|
default has been changed in the new version of the ontology, then the
|
||||||
|
@ -894,11 +900,11 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl</pre>
|
||||||
</dl>
|
</dl>
|
||||||
<p>
|
<p>
|
||||||
In addition to the logs described in <strong>step 8</strong> of the <a href="#upgrade_process">previous section</a>, the knowledge base migration
|
In addition to the logs described in <strong>step 8</strong> of the <a href="#upgrade_process">previous section</a>, the knowledge base migration
|
||||||
process will log copies of all additions and deletions that were made to the knowledge base in the following files:
|
process will log copies of all additions and deletions that were made to the knowledge base in the following files in the VIVO home directory:
|
||||||
</p>
|
</p>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>
|
<dt>
|
||||||
<code>webapps/vivo/WEB-INF/ontologies/update/changedData/removedData.n3</code>
|
<code>(home directory)/upgrade/knowledgeBase/changedData/removedData.(timestamp).n3</code>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
An N3 file containing all the statements that were removed from the knowledge base.
|
An N3 file containing all the statements that were removed from the knowledge base.
|
||||||
|
@ -906,7 +912,7 @@ rdf/tbox/filegraph/tbox/vivo-skos-1.5.owl</pre>
|
||||||
</dl>
|
</dl>
|
||||||
<dl>
|
<dl>
|
||||||
<dt>
|
<dt>
|
||||||
<code>webapps/vivo/WEB-INF/ontologies/update/changedData/addedData.n3</code>
|
<code>webapps/vivo/WEB-INF/ontologies/update/changedData/addedData.(timestamp).n3</code>
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
An N3 file containing all the statements that were added to the knowledge base.
|
An N3 file containing all the statements that were added to the knowledge base.
|
||||||
|
|
Loading…
Add table
Reference in a new issue