observable:iExecAction leaf node


URI

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

Label

iExecAction

Description

Specifies an action that executes a command-line operation. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:iExecAction observable:IExecActionType

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:iExecAction a owl:ObjectProperty ;
    rdfs:label "iExecAction"@en ;
    rdfs:comment "Specifies an action that executes a command-line operation. See also: http://msdn.microsoft.com/en-us/library/windows/desktop/aa380715(v=vs.85).aspx."@en ;
    rdfs:range observable:IExecActionType .