https://ontology.solveit-df.org/solveit/observable/containsHash
The hash value carried by a hash set entry. The algorithm (MD5, SHA-1, SHA-256, etc.) is held within the uco-types:Hash instance via its hashMethod and hashValue.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| solveit-observable:HashSetEntry | solveit-observable:containsHash | uco-types:Hash |
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix solveit-observable: <https://ontology.solveit-df.org/solveit/observable/> .
@prefix uco-types: <https://ontology.unifiedcyberontology.org/uco/types/> .
solveit-observable:containsHash a owl:ObjectProperty ;
rdfs:label "contains hash"@en ;
rdfs:comment "The hash value carried by a hash set entry. The algorithm (MD5, SHA-1, SHA-256, etc.) is held within the uco-types:Hash instance via its hashMethod and hashValue."@en ;
rdfs:domain solveit-observable:HashSetEntry ;
rdfs:range uco-types:Hash .