https://cacontology.projectvic.org/legal-outcomes#conditionText
Verbatim or summarized text of the condition as imposed in the judgment.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:SupervisedReleaseCondition | cacontology-legal-outcomes:conditionText | xsd:string |
@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:conditionText a owl:DatatypeProperty ;
rdfs:label "condition text"@en ;
rdfs:comment "Verbatim or summarized text of the condition as imposed in the judgment."@en ;
rdfs:domain cacontology-legal-outcomes:SupervisedReleaseCondition ;
rdfs:range xsd:string .