Ontology Version: 2.2.0

cacontology-forensics:acquisitionMethod leaf node


URI

https://cacontology.projectvic.org/forensics#acquisitionMethod

Label

acquisition method

Description

The method used for forensic acquisition (e.g., 'physical', 'logical', 'live', 'chip-off').

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:ForensicAcquisitionAction cacontology-forensics:acquisitionMethod xsd:string

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-forensics:acquisitionMethod a owl:DatatypeProperty ;
    rdfs:label "acquisition method"@en ;
    rdfs:comment "The method used for forensic acquisition (e.g., 'physical', 'logical', 'live', 'chip-off')."@en ;
    rdfs:domain cacontology-forensics:ForensicAcquisitionAction ;
    rdfs:range xsd:string .