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