Ontology Version: 3.1.0

cacontology-legal-outcomes:swornBy leaf node


URI

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

Label

sworn by

Description

Links a complaint to the law-enforcement affiant (person or identity) who swore to the supporting statement of facts.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:CriminalComplaint cacontology-legal-outcomes:swornBy uco-identity:Identity

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 uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
cacontology-legal-outcomes:swornBy a owl:ObjectProperty ;
    rdfs:label "sworn by"@en ;
    rdfs:comment "Links a complaint to the law-enforcement affiant (person or identity) who swore to the supporting statement of facts."@en ;
    rdfs:domain cacontology-legal-outcomes:CriminalComplaint ;
    rdfs:range uco-identity:Identity .