Ontology Version: 3.1.0

cacontology-legal-outcomes:countNumber leaf node


URI

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

Label

count number

Description

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).

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:CriminalCharge cacontology-legal-outcomes:countNumber xsd:nonNegativeInteger

Implementation

@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> .