Ontology Version: 3.1.0

cacontology-legal-outcomes:conditionText leaf node


URI

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

Label

condition text

Description

Verbatim or summarized text of the condition as imposed in the judgment.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:SupervisedReleaseCondition cacontology-legal-outcomes:conditionText xsd:string

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: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 .