https://cacontology.projectvic.org/legal-outcomes#countNumber
The ordinal count number a charge holds within its charging instrument (e.g. Count 3 of an indictment). Distinct from chargeCount, which is the total number of charges on a ConvictionRecord or LegalProceeding. See Fed. R. Crim. P. 7(c).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:CriminalCharge | cacontology-legal-outcomes:countNumber | xsd:nonNegativeInteger |
@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@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:countNumber a owl:DatatypeProperty ;
rdfs:label "count number"@en ;
dcterms:source "Fed. R. Crim. P. 7(c)."@en ;
rdfs:comment "The ordinal count number a charge holds within its charging instrument (e.g. Count 3 of an indictment). Distinct from chargeCount, which is the total number of charges on a ConvictionRecord or LegalProceeding. See Fed. R. Crim. P. 7(c)."@en ;
rdfs:domain cacontology-legal-outcomes:CriminalCharge ;
rdfs:range xsd:nonNegativeInteger ;
rdfs:seeAlso <https://www.law.cornell.edu/rules/frcrmp/rule_7> .