action:actionStatus leaf node


URI

https://unifiedcyberontology.org/ontology/uco/action#actionStatus

Label

actionStatus

Description

The current state of the action.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:actionStatus vocabulary1:ActionStatusTypeVocab

Implementation

@prefix action: <https://unifiedcyberontology.org/ontology/uco/action#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix vocabulary1: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

action:actionStatus a owl:DatatypeProperty ;
    rdfs:label "actionStatus"@en ;
    rdfs:comment "The current state of the action."@en ;
    rdfs:range vocabulary1:ActionStatusTypeVocab .