Skip to content

Commit

Permalink
Bump UCO-unstable and CASE-unstable pointers
Browse files Browse the repository at this point in the history
Both pointers need to be updated in order to catch an issue raised in
CASE by a new test in UCO.

References:
* casework/CASE#76
* ucoProject/UCO#435

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 21, 2022
1 parent a2154fa commit bfe95f3
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dependencies/CASE-unstable
2 changes: 1 addition & 1 deletion dependencies/UCO-unstable
16 changes: 10 additions & 6 deletions examples/illustrations/recoverability/drafting.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,16 @@ drafting:RecoveredObjectStatusVocab
rdfs:subClassOf rdfs:Resource ;
rdfs:label "Recovered Object Status Vocabulary"@en-US ;
rdfs:comment "Defines the vocabulary for Recovered Object status of data."@en ;
owl:oneOf (
"recovered"^^drafting:RecoveredObjectStatusVocab
"partially recovered"^^drafting:RecoveredObjectStatusVocab
"overwritten"^^drafting:RecoveredObjectStatusVocab
"unknown"^^drafting:RecoveredObjectStatusVocab
) ;
owl:equivalentClass [
a owl:Datatype ;
owl:onDatatype xsd:string ;
owl:oneOf (
"recovered"^^drafting:RecoveredObjectStatusVocab
"partially recovered"^^drafting:RecoveredObjectStatusVocab
"overwritten"^^drafting:RecoveredObjectStatusVocab
"unknown"^^drafting:RecoveredObjectStatusVocab
) ;
] ;
.

drafting:contentRecoveredStatus
Expand Down

0 comments on commit bfe95f3

Please sign in to comment.