Ontology Version: 3.1.0

cacontology-legal-outcomes:chargingInstrumentCounts leaf node


URI

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

Label

charging instrument counts

Description

Total number of counts charged in a charging instrument. Generalizes indictment-specific count properties to complaints and informations.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:ChargingInstrument cacontology-legal-outcomes:chargingInstrumentCounts xsd:integer

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:chargingInstrumentCounts a owl:DatatypeProperty ;
    rdfs:label "charging instrument counts"@en ;
    rdfs:comment "Total number of counts charged in a charging instrument. Generalizes indictment-specific count properties to complaints and informations."@en ;
    rdfs:domain cacontology-legal-outcomes:ChargingInstrument ;
    rdfs:range xsd:integer .