https://cacontology.projectvic.org/legal-outcomes#swornBy
Links a complaint to the law-enforcement affiant (person or identity) who swore to the supporting statement of facts.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:CriminalComplaint | cacontology-legal-outcomes:swornBy | uco-identity:Identity |
@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 .