https://cacontology.projectvic.org/forensics#investigationDuration
Duration of extended investigation (e.g., 'weeks', 'months', 'years').
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-forensics:ExtendedInvestigationTimeline | cacontology-forensics:investigationDuration | xsd:string |
@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 .