https://cacontology.projectvic.org/legal-outcomes#requiresProbationApproval
Whether the restricted activity is allowed only with prior written approval of the probation officer.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:SupervisedReleaseCondition | cacontology-legal-outcomes:requiresProbationApproval | xsd:boolean |
@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 .