observable:actionList leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/actionList

Label

actionList

Description

Specifies a list of actions to be performed by the scheduled task.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:actionList observable:TaskActionType

Implementation

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

observable:actionList a owl:ObjectProperty ;
    rdfs:label "actionList"@en ;
    rdfs:comment "Specifies a list of actions to be performed by the scheduled task."@en ;
    rdfs:range observable:TaskActionType .