https://cacontology.projectvic.org/legal-outcomes#chargedWith
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).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| uco-identity:Person | cacontology-legal-outcomes:chargedWith | cacontology-legal-outcomes:CriminalCharge |
@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> .