Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from Mar 30, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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.