Ontology Version: 3.1.0

cacontology-legal-outcomes:convictionType leaf node


URI

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

Label

conviction type

Description

How the conviction was obtained. Allowed values (ConvictionRecordShape): jury_verdict, bench_trial, plea_agreement, default_judgment, summary_conviction.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:ConvictionRecord cacontology-legal-outcomes:convictionType xsd:string

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:convictionType a owl:DatatypeProperty ;
    rdfs:label "conviction type"@en ;
    rdfs:comment "How the conviction was obtained. Allowed values (ConvictionRecordShape): jury_verdict, bench_trial, plea_agreement, default_judgment, summary_conviction."@en ;
    rdfs:domain cacontology-legal-outcomes:ConvictionRecord ;
    rdfs:range xsd:string .