https://unifiedcyberontology.org/ontology/uco/types#hashMethod
DOMAIN | PROPERTY | RANGE |
---|---|---|
owl:Thing (inferred) | types:hashMethod | vocabulary:HashNameVocab |
@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 vocabulary: <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 vocabulary:HashNameVocab .