Ontology Version: 3.0.0

cacontology-temporal:warrantExpirationDate leaf node


URI

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

Label

warrant expiration date

Description

Date when search warrant expires and execution must be completed.

Usage

DOMAINPROPERTYRANGE
cacontology:LegalProcessPhase cacontology-temporal:warrantExpirationDate 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:warrantExpirationDate a owl:DatatypeProperty ;
    rdfs:label "warrant expiration date"@en ;
    rdfs:comment "Date when search warrant expires and execution must be completed."@en ;
    rdfs:domain cacontology:LegalProcessPhase ;
    rdfs:range xsd:dateTimeStamp .