action:phase leaf node


URI

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

Label

phase

Description

The ordered set of actions or sub action-lifecycles that represent the action lifecycle.

Inherits from

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:phase action:ArrayOfAction

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

action:phase a owl:ObjectProperty ;
    rdfs:label "phase"@en ;
    rdfs:comment "The ordered set of actions or sub action-lifecycles that represent the action lifecycle."@en ;
    rdfs:range action:ArrayOfAction ;
    rdfs:subPropertyOf action:subaction .