observable:fileHeaderHashes leaf node


URI

https://ontology.unifiedcyberontology.org/uco/observable/fileHeaderHashes

Label

fileHeaderHashes

Description

Specifies any hashes that were computed for the file header.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:fileHeaderHashes types:Hash

Implementation

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

observable:fileHeaderHashes a owl:ObjectProperty ;
    rdfs:label "fileHeaderHashes"@en ;
    rdfs:comment "Specifies any hashes that were computed for the file header."@en ;
    rdfs:range types:Hash .