Skip to content

Commit

Permalink
Remove owl:onDatatype from new vocabulary definition
Browse files Browse the repository at this point in the history
References:
* #549
* #593

Signed-off-by: Alex Nelson <[email protected]>
  • Loading branch information
ajnelson-nist committed Oct 4, 2024
1 parent df02302 commit 3f0f713
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ontology/uco/core/core.ttl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,6 @@ core:ObjectStatusVocab
rdfs:label "Object Status Vocabulary"@en-US ;
owl:equivalentClass [
a rdfs:Datatype ;
owl:onDatatype xsd:string ;
owl:oneOf (
"Draft"^^core:ObjectStatusVocab
"Final"^^core:ObjectStatusVocab
Expand Down

0 comments on commit 3f0f713

Please sign in to comment.