https://ontology.unifiedcyberontology.org/uco/observable/hashes
Specifies any hashes computed over the section.
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | observable:hashes | types:Hash |
@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:hashes a owl:ObjectProperty ;
rdfs:label "hashes"@en ;
rdfs:comment "Specifies any hashes computed over the section."@en ;
rdfs:range types:Hash .