observable:hash leaf node


URI

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

Label

hash

Description

Hash values of the data.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) observable:hash 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:hash a owl:ObjectProperty ;
    rdfs:label "hash"@en ;
    rdfs:comment "Hash values of the data."@en ;
    rdfs:range types:Hash .