https://ontology.unifiedcyberontology.org/uco/types/Hash-hashMethod-in-shape
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix types: <https://ontology.unifiedcyberontology.org/uco/types/> .
types:Hash-hashMethod-in-shape a sh:PropertyShape ;
sh:in ( "MD5" "MD6" "SHA1" "SHA224" "SHA256" "SHA3-224" "SHA3-256" "SHA3-384" "SHA3-512" "SHA384" "SHA512" "SSDEEP" ) ;
sh:message "Value is not member of the vocabulary HashNameVocab." ;
sh:path types:hashMethod ;
sh:severity sh:Info .