action:subaction


URI

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

Label

subaction

Description

References to other actions that make up part of a larger more complex action.

Sub Property

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) action:subaction action:Action

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:subaction a owl:ObjectProperty ;
    rdfs:label "subaction"@en ;
    rdfs:comment "References to other actions that make up part of a larger more complex action."@en ;
    rdfs:range action:Action .