solveit-observable:ArtifactSet


URI

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

Label

Artifact Set

Description

A contextual compilation of forensic artifacts grouped together for some purpose, such as filtering, redaction, or association with an investigation.

Usage

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

PROPERTYTYPEDESCRIPTIONRANGE
From class solveit-observable:ArtifactSet
solveit-observable:hasArtifact owl:ObjectProperty An artifact belonging to this artifact set. uco-observable:ObservableObject

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:ArtifactSet a owl:Class ;
    rdfs:label "Artifact Set"@en ;
    rdfs:comment "A contextual compilation of forensic artifacts grouped together for some purpose, such as filtering, redaction, or association with an investigation."@en ;
    rdfs:subClassOf uco-core:ContextualCompilation,
        uco-observable:ObservableObject .