Ontology Version: 3.0.0

cacontology-legal-outcomes:sentenceConcurrency leaf node


URI

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

Label

sentence concurrency

Description

Indicates whether a criminal sentence is concurrent, consecutive, or mixed with respect to other sentences (values: concurrent, consecutive, mixed).

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:CriminalSentence cacontology-legal-outcomes:sentenceConcurrency 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:sentenceConcurrency a owl:DatatypeProperty ;
    rdfs:label "sentence concurrency"@en ;
    rdfs:comment "Indicates whether a criminal sentence is concurrent, consecutive, or mixed with respect to other sentences (values: concurrent, consecutive, mixed)."@en ;
    rdfs:domain cacontology-legal-outcomes:CriminalSentence ;
    rdfs:range xsd:string .