Ontology Version: 3.1.0

cacontology-legal-outcomes:requiresProbationApproval leaf node


URI

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

Label

requires probation approval

Description

Whether the restricted activity is allowed only with prior written approval of the probation officer.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:SupervisedReleaseCondition cacontology-legal-outcomes:requiresProbationApproval xsd:boolean

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 xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-legal-outcomes:requiresProbationApproval a owl:DatatypeProperty ;
    rdfs:label "requires probation approval"@en ;
    rdfs:comment "Whether the restricted activity is allowed only with prior written approval of the probation officer."@en ;
    rdfs:domain cacontology-legal-outcomes:SupervisedReleaseCondition ;
    rdfs:range xsd:boolean .