https://cacontology.projectvic.org/legal-outcomes#defendantPaysCost
Whether the defendant bears the cost of the required program or monitoring.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:SupervisedReleaseCondition | cacontology-legal-outcomes:defendantPaysCost | 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: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 .