Ontology Version: 3.1.0

cacontology-legal-outcomes:convictionDate leaf node


URI

https://cacontology.projectvic.org/legal-outcomes#convictionDate

Label

conviction date

Description

Date and time when the conviction was entered (verdict, acceptance of plea, or equivalent disposition). Required by ConvictionRecordShape as xsd:dateTime.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:ConvictionRecord cacontology-legal-outcomes:convictionDate xsd:dateTime

Implementation

@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@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-legal-outcomes:convictionDate a owl:DatatypeProperty ;
    rdfs:label "conviction date"@en ;
    rdfs:comment "Date and time when the conviction was entered (verdict, acceptance of plea, or equivalent disposition). Required by ConvictionRecordShape as xsd:dateTime."@en ;
    rdfs:domain cacontology-legal-outcomes:ConvictionRecord ;
    rdfs:range xsd:dateTime .