https://cacontology.projectvic.org/legal-outcomes#priorConvictions
Number of prior criminal convictions associated with the subject of this ConvictionRecord (aggregate count for history context; 0–50 per ConvictionRecordShape). Use non-graphic, structured counts only.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:ConvictionRecord | cacontology-legal-outcomes:priorConvictions | xsd:nonNegativeInteger |
@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:priorConvictions a owl:DatatypeProperty ;
rdfs:label "prior convictions"@en ;
rdfs:comment "Number of prior criminal convictions associated with the subject of this ConvictionRecord (aggregate count for history context; 0–50 per ConvictionRecordShape). Use non-graphic, structured counts only."@en ;
rdfs:domain cacontology-legal-outcomes:ConvictionRecord ;
rdfs:range xsd:nonNegativeInteger .