core:objectStatus leaf node


URI

https://ontology.unifiedcyberontology.org/uco/core/objectStatus

Label

objectStatus

Description

The current state of formality and acceptance for a UCO object.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) core:objectStatus core:ObjectStatusVocab

Implementation

@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 .