Ontology Version: 3.1.0

cacontology-legal-outcomes:defendantPaysCost leaf node


URI

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

Label

defendant pays cost

Description

Whether the defendant bears the cost of the required program or monitoring.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:SupervisedReleaseCondition cacontology-legal-outcomes:defendantPaysCost 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:defendantPaysCost a owl:DatatypeProperty ;
    rdfs:label "defendant pays cost"@en ;
    rdfs:comment "Whether the defendant bears the cost of the required program or monitoring."@en ;
    rdfs:domain cacontology-legal-outcomes:SupervisedReleaseCondition ;
    rdfs:range xsd:boolean .