solveit-observable:HashSet leaf node


URI

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

Label

Hash Set

Description

A reference set of known file hashes used to match against files under examination, in order to reduce or flag the files examined (e.g. NSRL RDS). Composed of HashSetEntry instances.

Usage

Instances of solveit-observable:HashSet can have the following properties:

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:HashSet
solveit-observable:containsHashSetEntry owl:ObjectProperty Links a hash set to one of the entries it contains. solveit-observable:HashSetEntry

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-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix uco-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .

solveit-observable:HashSet a owl:Class ;
    rdfs:label "Hash Set"@en ;
    rdfs:comment "A reference set of known file hashes used to match against files under examination, in order to reduce or flag the files examined (e.g. NSRL RDS). Composed of HashSetEntry instances."@en ;
    rdfs:subClassOf uco-core:ContextualCompilation,
        uco-observable:ObservableObject .