types:hashValue leaf node


URI

https://unifiedcyberontology.org/ontology/uco/types#hashValue

Label

hashValue

Description

A cryptographic hash value.

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) types:hashValue xsd:hexBinary

Implementation

@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

types:hashValue a owl:DatatypeProperty ;
    rdfs:label "hashValue"@en ;
    rdfs:comment "A cryptographic hash value."@en ;
    rdfs:range xsd:hexBinary .