observable:execProgramHashes leaf node


URI

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

Label

execProgramHashes

Description

Specifies the hashes of the executable file launched by the action.

Usage

DOMAINPROPERTYRANGE
observable:IExecActionType observable:execProgramHashes types:Hash

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#> .
@prefix types: <https://unifiedcyberontology.org/ontology/uco/types#> .

observable:execProgramHashes a owl:ObjectProperty ;
    rdfs:label "execProgramHashes"@en ;
    rdfs:comment "Specifies the hashes of the executable file launched by the action."@en ;
    rdfs:domain observable:IExecActionType ;
    rdfs:range types:Hash .