Ontology Version: 2.2.0

cacontology-forensics:investigationDuration leaf node


URI

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

Label

investigation duration

Description

Duration of extended investigation (e.g., 'weeks', 'months', 'years').

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:ExtendedInvestigationTimeline cacontology-forensics:investigationDuration 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:investigationDuration a owl:DatatypeProperty ;
    rdfs:label "investigation duration"@en ;
    rdfs:comment "Duration of extended investigation (e.g., 'weeks', 'months', 'years')."@en ;
    rdfs:domain cacontology-forensics:ExtendedInvestigationTimeline ;
    rdfs:range xsd:string .