solveit-observable:containsHash leaf node


URI

https://ontology.solveit-df.org/solveit/observable/containsHash

Label

contains hash

Description

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.

Usage

DOMAINPROPERTYRANGE
solveit-observable:HashSetEntry solveit-observable:containsHash uco-types:Hash

Implementation

@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 .