https://ontology.unifiedcyberontology.org/uco/core/objectStatus
The current state of formality and acceptance for a UCO object.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | core:objectStatus | core:ObjectStatusVocab |
@prefix core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
core:objectStatus a owl:AnnotationProperty ;
rdfs:label "objectStatus"@en ;
rdfs:comment "The current state of formality and acceptance for a UCO object."@en-US ;
rdfs:range core:ObjectStatusVocab .