https://cacontology.projectvic.org/legal-outcomes#incorporatesStatementOfFacts
Links a charging instrument to an incorporated affidavit or statement of facts document.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:ChargingInstrument | cacontology-legal-outcomes:incorporatesStatementOfFacts | uco-observable:ObservableObject |
@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-observable: <https://ontology.unifiedcyberontology.org/uco/observable/> .
cacontology-legal-outcomes:incorporatesStatementOfFacts a owl:ObjectProperty ;
rdfs:label "incorporates statement of facts"@en ;
rdfs:comment "Links a charging instrument to an incorporated affidavit or statement of facts document."@en ;
rdfs:domain cacontology-legal-outcomes:ChargingInstrument ;
rdfs:range uco-observable:ObservableObject .