From 94c06ebec0f38ed42c9e021a269f156f58e8acdd Mon Sep 17 00:00:00 2001 From: Mike Conlon Date: Tue, 17 Mar 2020 19:54:26 -0400 Subject: [PATCH] Add CollectionProcess and CurationProcess (#141) * Add CollectionProcess and CurationProcess Resolves: - https://jira.lyrasis.org/browse/VIVO-1699 and - https://jira.lyrasis.org/browse/VIVO-1700 --- .../resources/rdf/tbox/filegraph/vivo.owl | 31 +++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/home/src/main/resources/rdf/tbox/filegraph/vivo.owl b/home/src/main/resources/rdf/tbox/filegraph/vivo.owl index a6da4add..205cb2e6 100644 --- a/home/src/main/resources/rdf/tbox/filegraph/vivo.owl +++ b/home/src/main/resources/rdf/tbox/filegraph/vivo.owl @@ -9456,7 +9456,38 @@ This class allows for linking an author to a publication while indicating inform Represents educational training that has been received. This connects person to their academic degree through this educational training, but can also be used when the training does not result in a degree. + + + + + + + Jane is collector of Collection c. Jane is a person. Jane bearer_of collectorRole r. r realized_in CollectionProcess p. p has_output c. + + A process which has as its output, a collection of material entities and/or information content entities + Under development. The restriction applies to has output assertions. Collections of material entities are material entities. Collections of information content entities are information content entities. + Person: Michael Conlon + + Process resulting in a collection + Collection Process + + + + + + + + + Jane is curator of Collection c. Jane is a person. Jane bearer_of curatorRole r. r realized_in CurationProcess p. p has_input c. + + A process which has as its input, a collection of material entities and/or information content entities + Under development. The restriction applies to has input assertions. Collections of material entities are material entities. Collection of information content entities are information content entities. + PERSON: Michael Conlon + + The curation of a collection + Curation Process +