Ontology Version: 3.1.0

cacontology-legal-outcomes:chargedWith leaf node


URI

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

Label

charged with

Description

Links a person (or investigation subject role continuity via Person) to a criminal charge filed against them. A person may face multiple charges; in multi-defendant instruments each defendant links only to the counts naming them. Complements the existing hasCharge property, which links a LegalProceeding to its charges. See Fed. R. Crim. P. 7 (https://www.law.cornell.edu/rules/frcrmp/rule_7).

Usage

DOMAINPROPERTYRANGE
uco-identity:Person cacontology-legal-outcomes:chargedWith cacontology-legal-outcomes:CriminalCharge

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 uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
cacontology-legal-outcomes:chargedWith a owl:ObjectProperty ;
    rdfs:label "charged with"@en ;
    dcterms:source "Fed. R. Crim. P. 7."@en ;
    rdfs:comment "Links a person (or investigation subject role continuity via Person) to a criminal charge filed against them. A person may face multiple charges; in multi-defendant instruments each defendant links only to the counts naming them. Complements the existing hasCharge property, which links a LegalProceeding to its charges. See Fed. R. Crim. P. 7 (https://www.law.cornell.edu/rules/frcrmp/rule_7)."@en ;
    rdfs:domain uco-identity:Person ;
    rdfs:range cacontology-legal-outcomes:CriminalCharge ;
    rdfs:seeAlso <https://www.law.cornell.edu/rules/frcrmp/rule_7> .