Move non-language-specific Vitro annotations to VIVO tbox firsttime d… (#225)

* Move non-language-specific Vitro annotations to VIVO tbox firsttime directory.

* Update tbox/firsttime readme to document difference between vitroAnnotations.n3 and initialTBoxAnnotations.n3
This commit is contained in:
Brian Lowe 2021-03-30 23:05:11 +03:00 committed by GitHub
parent fe09808b1b
commit 2fa7cce5c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7248 additions and 4 deletions

View file

@ -1,6 +1,20 @@
This directory contains ontology "TBox" files with class and property definitions. This directory contains ontology "TBox" files with class and property
These are loaded by the VIVO application when it starts for the first time, after definitions or annotations that are intended to be editable in the VIVO GUI.
the initial installation or after an upgrade installation that involves changes
to these files. These files are loaded by the VIVO application when it starts for the first time
and during later restarts if the contents have changed. A triple is updated
if there is no conflicting value for the same subject and predicate that was
added to the triple store via the GUI or data ingest (e.g. SPARQL UPDATE).
The file vitroAnnotations.n3 contains triples with predicates in the vitro
namespace and objects that are not literals with language tags.
The VIVO-languages project contains additional language-specific
vitroAnnotations.n3 files where all of the triples contain language-tagged
literals.
VIVO-languages also provides additional annotation files
(e.g. initialTBoxAnnotations_en_US.n3) containing triples with predicates
in ontologies/voabularies outside the vitro namespace (e.g. rdfs:label).
See ../filegraph/README.md for more information about "TBox" files. See ../filegraph/README.md for more information about "TBox" files.

File diff suppressed because it is too large Load diff