Ontology Version: 3.1.0

cacontology-legal-outcomes:incorporatesStatementOfFacts leaf node


URI

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

Label

incorporates statement of facts

Description

Links a charging instrument to an incorporated affidavit or statement of facts document.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:ChargingInstrument cacontology-legal-outcomes:incorporatesStatementOfFacts uco-observable:ObservableObject

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-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 .