observable:hashes leaf node


URI

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

Label

hashes

Description

Specifies any hashes computed over the section.

Usage

DOMAINPROPERTYRANGE
observable:WindowsPESection observable:hashes 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:hashes a owl:ObjectProperty ;
    rdfs:label "hashes"@en ;
    rdfs:comment "Specifies any hashes computed over the section."@en ;
    rdfs:domain observable:WindowsPESection ;
    rdfs:range types:Hash .