https://cacontology.projectvic.org/legal-outcomes#convictionDate
Date and time when the conviction was entered (verdict, acceptance of plea, or equivalent disposition). Required by ConvictionRecordShape as xsd:dateTime.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:ConvictionRecord | cacontology-legal-outcomes:convictionDate | xsd:dateTime |
@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 .