From 06d266ea94ab38fb7848e7b75762f1091222bb6f Mon Sep 17 00:00:00 2001 From: Don Elsborg Date: Fri, 9 Aug 2019 06:14:31 -0600 Subject: [PATCH] Vivo 1287 (#137) Remove five subclass axioms from five classes that had been subclass of skos:Concept; add subClassOf(DateTimeValuePrecision, Quality) Resolves VIVO-1287 https://jira.duraspace.org/browse/VIVO-1287 --- .../resources/rdf/tbox/filegraph/vivo.owl | 67 ++++++++++++++----- 1 file changed, 52 insertions(+), 15 deletions(-) diff --git a/home/src/main/resources/rdf/tbox/filegraph/vivo.owl b/home/src/main/resources/rdf/tbox/filegraph/vivo.owl index 669d8b70..a6da4add 100644 --- a/home/src/main/resources/rdf/tbox/filegraph/vivo.owl +++ b/home/src/main/resources/rdf/tbox/filegraph/vivo.owl @@ -5954,7 +5954,12 @@ To enable other Gender/Sex codes to be used, this dataproperty has range URI. Th Contact Qualifier - + Examples are business address, shipping address. + + The purpose of contact information. + Contact qualifiers are represented as individuals of this class. We do + not have an authoritative controlled vocabulary for contact qualifiers. + PERSON: Michael Conlon @@ -8592,7 +8597,6 @@ has super-classes Academic Degree - @@ -8606,9 +8610,19 @@ has super-classes - An academic degree at any level, both as reported by individuals for employment and as offered by academic degree programs. - B.A. Bachelor of Arts - This list may have multiple abbreviations for some degrees. + B.A. Bachelor of Arts + + An academic degree at any level, both as + reported by individuals for employment and as offered by academic degree programs. + The ObjectProperty relates is used to associate an AcademicDegree with an AwardedDegree. A preferred + approach would be to recognize the AwardedDegree as an information artifact which is the output of an AcademicDegree process. + This would eliminate the use of relates and relatedBy in the + representation of Academic Degrees and Awarded Degrees, provide correct subsumption, and avoid the use of vivo:Relationship. Further, we could + rename AwardedDegree AcademicDegree (!) and rename AcademicDegree to AcademicDegreeProcess and eliminate the need for + the EducationalProcess currently in the model. + + PERSON: Michael Conlon + Merriam Webster (https://www.merriam-webster.com/dictionary/degree) @@ -8787,10 +8801,19 @@ This class allows for linking an author to a publication while indicating inform Award or Honor - - An Award or Honor - An Award or Honor - Wiley Prize in Biomedical Sciences + The Wiley Prize in Biomedicine is awarded each year to a researcher for outstanding + contributions to biomedicine. + + A recognition of outstanding work or action. + The ObjectProperty relates is used to associate an Award with an AwardReceipt. A preferred + approach would be to recognize the AwardReceipt as an information artifact which is the output of the Award process. + The award receipt is about the recipient of the award. This would eliminate the use of relates and relatedBy in the + representation of Awards and AwardReceipts, provide correct subsumption, and avoid the use of vivo:Relationship. We + could then rename AwardReceipt to Award (!) and Award to AwardProcess to reflect their natures (this is why ontologies use numbered + class names -- to avoid renaming) + + PERSON: Michael Conlon + Merriam Webster (https://www.merriam-webster.com/dictionary/award) @@ -9241,7 +9264,19 @@ This class allows for linking an author to a publication while indicating inform Credential - + A driver's license is the result of a credentialing process + + An attestation of qualification, competence, or authority issued to an individual by a third + party with a relevant or de facto authority or assumed competence to do so. + The ObjectProperty relates is used to associate a Credential with an IssuedCredential. A preferred + approach would be to recognize the IssuedCredential as an information artifact which is the output of the Credential process. + The IssuedCredential is about the recipient of the issued credential. This would eliminate the use of relates and relatedBy in the + representation of Credentials and IssuedCredentials, provide correct subsumption, and avoid the use of vivo:Relationship. We could + then rename IssuedCredential to Credential (!) and Credential to CredentialingProcess which would reflect their true nature. Other + ontologies used numbered class names to avoid the need to rename in such cases. + + PERSON: Michael Conlon + Merriam Webster (https://www.merriam-webster.com/dictionary/credential) @@ -9260,8 +9295,6 @@ This class allows for linking an author to a publication while indicating inform - An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so. - An attestation of qualification, competence, or authority issued to an individual by a third party with a relevant or de facto authority or assumed competence to do so. @@ -9324,9 +9357,13 @@ This class allows for linking an author to a publication while indicating inform - Date/Time Value Precision - - Indicates the precision of the value of a DateTimeValue instance. + DateTime Value Precision + + A dateTimeValue may have yearDateTimePrecision indicating that only the year is known. + + The precision of a DateTimeValue + DateTimeValuePrecisions are represented as individuals of this class. + PERSON: Michael Conlon