Ontology Version: 3.0.0

cacontology-temporal:statuteOfLimitationsDeadline leaf node


URI

https://cacontology.projectvic.org/temporal#statuteOfLimitationsDeadline

Label

statute of limitations deadline

Description

Legal deadline by which charges must be filed or case becomes time-barred.

Usage

DOMAINPROPERTYRANGE
cacontology:CACInvestigation cacontology-temporal:statuteOfLimitationsDeadline xsd:dateTimeStamp

Implementation

@prefix cacontology: <https://cacontology.projectvic.org#> .
@prefix cacontology-temporal: <https://cacontology.projectvic.org/temporal#> .
@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-temporal:statuteOfLimitationsDeadline a owl:DatatypeProperty ;
    rdfs:label "statute of limitations deadline"@en ;
    rdfs:comment "Legal deadline by which charges must be filed or case becomes time-barred."@en ;
    rdfs:domain cacontology:CACInvestigation ;
    rdfs:range xsd:dateTimeStamp .