https://ontology.solveit-df.org/solveit/observable/HashSetEntry
A single entry within a hash set. At minimum it carries a hash value; further details (e.g. file name, size, product or operating system, classification) may be added as required.
Instances of solveit-observable:HashSetEntry can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:HashSetEntry | |||
| solveit-observable:containsHash | owl:ObjectProperty | 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. | 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-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
solveit-observable:HashSetEntry a owl:Class ;
rdfs:label "Hash Set Entry"@en ;
rdfs:comment "A single entry within a hash set. At minimum it carries a hash value; further details (e.g. file name, size, product or operating system, classification) may be added as required."@en ;
rdfs:subClassOf uco-observable:ObservableObject .