Ontology Version: 2.2.0

cacontology-forensics:detectionMethod leaf node


URI

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

Label

detection method

Description

Method used for device detection (K9, manual, electronic scanning).

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:ElectronicStorageDeviceDetection cacontology-forensics:detectionMethod 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:detectionMethod a owl:DatatypeProperty ;
    rdfs:label "detection method"@en ;
    rdfs:comment "Method used for device detection (K9, manual, electronic scanning)."@en ;
    rdfs:domain cacontology-forensics:ElectronicStorageDeviceDetection ;
    rdfs:range xsd:string .