Skip to content

Commit

Permalink
Move non-language-specific Vitro annotations to VIVO tbox firsttime d… (
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
brianjlowe authored and wwelling committed Feb 23, 2023
1 parent ecce9d3 commit 96e754a
Show file tree
Hide file tree
Showing 2 changed files with 7,248 additions and 4 deletions.
22 changes: 18 additions & 4 deletions home/src/main/resources/rdf/tbox/firsttime/README.md
@@ -1,6 +1,20 @@
This directory contains ontology "TBox" files with class and property definitions.
These are loaded by the VIVO application when it starts for the first time, after
the initial installation or after an upgrade installation that involves changes
to these files.
This directory contains ontology "TBox" files with class and property
definitions or annotations that are intended to be editable in the VIVO GUI.

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.

0 comments on commit 96e754a

Please sign in to comment.