Ontology Version: 2.11.0

cacontology-sentencing:raisesIssue leaf node


URI

https://cacontology.projectvic.org/sentencing#raisesIssue

Label

raises issue

Description

Links an appeal process to an appellate issue raised for review.

Usage

DOMAINPROPERTYRANGE
cacontology-sentencing:AppealProcess cacontology-sentencing:raisesIssue cacontology-sentencing:AppellateIssue

Implementation

@prefix cacontology-sentencing: <https://cacontology.projectvic.org/sentencing#> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
cacontology-sentencing:raisesIssue a owl:ObjectProperty ;
    rdfs:label "raises issue"@en ;
    rdfs:comment "Links an appeal process to an appellate issue raised for review."@en ;
    rdfs:domain cacontology-sentencing:AppealProcess ;
    rdfs:range cacontology-sentencing:AppellateIssue .