Skip to content

Commit

Permalink
Normalize
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 <alexander.nelson@nist.gov>
  • Loading branch information
ajnelson-nist committed Aug 9, 2024
1 parent 37f7b86 commit a6f84ce
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions ontology/uco/core/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -403,8 +403,8 @@ core:UcoObject
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 (
Expand All @@ -416,8 +416,8 @@ core:UcoObject
]
) ;
sh:path core:objectStatus ;
] ,
[
] ,
[
sh:message "Value is not member of the vocabulary ObjectStatusVocab." ;
sh:or (
[
Expand All @@ -433,7 +433,7 @@ core:UcoObject
]
) ;
sh:path core:objectStatus ;
]
]
;
sh:targetClass core:UcoObject ;
.
Expand Down Expand Up @@ -660,9 +660,9 @@ core:objectMarking

core:objectStatus
a owl:DatatypeProperty ;
rdfs:comment "The current state of formality and acceptance for a UCO object ."@en-US ;
rdfs:label "Object Status"@en-US ;
rdfs:range [
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
Expand Down

0 comments on commit a6f84ce

Please sign in to comment.