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