observable:iComHandlerAction leaf node


URI

https://unifiedcyberontology.org/ontology/uco/observable#iComHandlerAction

Label

iComHandlerAction

Description

Specifies the data associated with the task action-fired COM handler.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:iComHandlerAction observable:IComHandlerActionType

Implementation

@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:iComHandlerAction a owl:ObjectProperty ;
    rdfs:label "iComHandlerAction"@en ;
    rdfs:comment "Specifies the data associated with the task action-fired COM handler."@en ;
    rdfs:range observable:IComHandlerActionType .