https://cacontology.projectvic.org/temporal#warrantExpirationDate
Date when search warrant expires and execution must be completed.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology:LegalProcessPhase | cacontology-temporal:warrantExpirationDate | xsd:dateTimeStamp |
@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 .