Ontology Version: 3.0.0

cacontology-legal-outcomes:situationComplexity leaf node


URI

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

Label

situation complexity

Description

Complexity level of legal situation (1-5 scale).

Usage

DOMAINPROPERTYRANGE
cac-core:Situation cacontology-legal-outcomes:situationComplexity xsd:integer

Implementation

@prefix cac-core: <https://cacontology.projectvic.org/core#> .
@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:situationComplexity a owl:DatatypeProperty ;
    rdfs:label "situation complexity"@en ;
    rdfs:comment "Complexity level of legal situation (1-5 scale)."@en ;
    rdfs:domain cac-core:Situation ;
    rdfs:range xsd:integer .