Ontology Version: 2.2.0

cacontology-forensics:custodyReason leaf node


URI

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

Label

custody reason

Description

The reason for the custody transfer (e.g., 'forensic analysis', 'court exhibit', 'secure storage').

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:ChainOfCustodyAction cacontology-forensics:custodyReason 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:custodyReason a owl:DatatypeProperty ;
    rdfs:label "custody reason"@en ;
    rdfs:comment "The reason for the custody transfer (e.g., 'forensic analysis', 'court exhibit', 'secure storage')."@en ;
    rdfs:domain cacontology-forensics:ChainOfCustodyAction ;
    rdfs:range xsd:string .