https://unifiedcyberontology.org/ontology/uco/observable#actionList
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:actionList | observable:TaskActionType |
@prefix observable: <https://unifiedcyberontology.org/ontology/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 .