vivo/rdf/abox/filegraph
2015-10-07 16:18:36 -04:00
..
academicDegree.rdf no Jira issue. There was an extraneous quotation mark in line 165. 2015-02-16 11:52:39 -05:00
continents.n3 Update continents.n3 2013-11-26 10:05:16 -07:00
dateTimeValuePrecision.owl VIVO-248 Use /rdf instead of /rdffiles 2013-08-21 15:55:07 -04:00
documentStatus.owl VIVO-248 Use /rdf instead of /rdffiles 2013-08-21 15:55:07 -04:00
geopolitical.abox.ver1.1-11-18-11.owl VIVO-394: change displayed label northern America to North America 2013-10-23 09:56:16 -04:00
README.md Update README.md 2015-03-18 11:04:39 -07:00
us-states.rdf Add 7 entries 2015-10-07 16:18:36 -04:00
validation.n3 VIVO-769 Merge branch 'feature/orcid' into develop 2014-05-07 17:32:38 -04:00
vocabularySource.n3 updates for concept search service, adding LCSH search capability 2013-09-16 14:02:47 -04:00

This directory contains "ABox" files with with RDF assertions about named individuals to be loaded by the VIVO application when it starts. There is a companion "tbox" directory that contains ontology class and property definitions.

The TBox and ABox are separated because VIVO caches ontology classes and properties in memory for improved performance. The contents of this directory will not be added to the cache.

Each file in this directory corresponds to a single graph in the VIVO graph store. For example, the contents of a file in this directory named example.owl would be loaded into graph named:

http://vitro.mannlib.cornell.edu/filegraph/abox/example.owl

At next startup, this graph will be checked against the contents of the file in the directory. If the two are not isomorphic, the graph in the store will be cleared and reloaded to match the current contents of the file. If the file no longer exists in the directory, the graph will be dropped entirely.

If a file contains any syntax errors, it will not be able to be parsed and its corresponding graph will not be updated at all. The parse error will be logged in vivo.all.log.

The following file formats are supported:

RDF/XML (.rdf or .owl) N3 (.n3) Turtle (.ttl) N-triples (.nt)