types:hashMethod leaf node


URI

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

Label

hashMethod

Description

A particular cryptographic hashing method (e.g., MD5).

Usage

DOMAINPROPERTYRANGE
owl:Thing (inferred) types:hashMethod vocabulary1:HashNameVocab

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 vocabulary1: <https://unifiedcyberontology.org/ontology/uco/vocabulary#> .

types:hashMethod a owl:DatatypeProperty ;
    rdfs:label "hashMethod"@en ;
    rdfs:comment "A particular cryptographic hashing method (e.g., MD5)."@en ;
    rdfs:range vocabulary1:HashNameVocab .