https://ontology.unifiedcyberontology.org/uco/observable/iComHandlerAction
             Specifies the data associated with the task action-fired COM handler.
| DOMAIN | PROPERTY | RANGE | 
|---|---|---|
| owl:Thing (inferred) | observable:iComHandlerAction | observable:IComHandlerActionType | 
@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: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 .