https://ontology.solveit-df.org/solveit/observable/ArtifactSet
A contextual compilation of forensic artifacts grouped together for some purpose, such as filtering, redaction, or association with an investigation.
Instances of solveit-observable:ArtifactSet can have the following properties:
| PROPERTY | TYPE | DESCRIPTION | RANGE |
|---|---|---|---|
| From class solveit-observable:ArtifactSet | |||
| solveit-observable:hasArtifact | owl:ObjectProperty | An artifact belonging to this artifact set. | uco-observable:ObservableObject |
@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 .