Skip to content

Commit

Permalink
Close objectStatus
Browse files Browse the repository at this point in the history
No effects were observed on Make-managed files.

References:
* #549

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Aug 13, 2024
1 parent 70a1975 commit a7c7814
Showing 1 changed file with 7 additions and 37 deletions.
44 changes: 7 additions & 37 deletions ontology/uco/core/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -468,38 +468,14 @@ core:UcoObject
] ,
[
sh:datatype core:ObjectStatusVocab ;
sh:message "Value is outside the default vocabulary ObjectStatusVocab." ;
sh:path core:objectStatus ;
sh:severity sh:Info ;
] ,
[
sh:maxCount "1"^^xsd:integer ;
sh:nodeKind sh:Literal ;
sh:or (
[
sh:datatype core:ObjectStatusVocab ;
]
[
sh:datatype xsd:string ;
]
sh:in (
"Draft"^^core:ObjectStatusVocab
"Final"^^core:ObjectStatusVocab
"Deprecated"^^core:ObjectStatusVocab
) ;
sh:path core:objectStatus ;
] ,
[
sh:maxCount "1"^^xsd:integer ;
sh:message "Value is not member of the vocabulary ObjectStatusVocab." ;
sh:or (
[
sh:datatype core:ObjectStatusVocab ;
sh:in (
"Draft"^^core:ObjectStatusVocab
"Final"^^core:ObjectStatusVocab
"Deprecated"^^core:ObjectStatusVocab
) ;
]
[
sh:datatype xsd:string ;
]
) ;
sh:nodeKind sh:Literal ;
sh:path core:objectStatus ;
]
;
Expand Down Expand Up @@ -751,13 +727,7 @@ core:objectStatus
a owl:DatatypeProperty ;
rdfs:label "Object Status"@en-US ;
rdfs:comment "The current state of formality and acceptance for a UCO object ."@en-US ;
rdfs:range [
a rdfs:Datatype ;
owl:unionOf (
xsd:string
core:ObjectStatusVocab
) ;
] ;
rdfs:range core:ObjectStatusVocab ;
.

core:referenceURL
Expand Down

0 comments on commit a7c7814

Please sign in to comment.