Ontology Version: 2.2.0

cacontology-forensics:writeBlockingUsed leaf node


URI

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

Label

write blocking used

Description

Indicates whether write-blocking hardware or software was used during acquisition.

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:ForensicAcquisitionAction cacontology-forensics:writeBlockingUsed xsd:boolean

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:writeBlockingUsed a owl:DatatypeProperty ;
    rdfs:label "write blocking used"@en ;
    rdfs:comment "Indicates whether write-blocking hardware or software was used during acquisition."@en ;
    rdfs:domain cacontology-forensics:ForensicAcquisitionAction ;
    rdfs:range xsd:boolean .