https://cacontology.projectvic.org/legal-outcomes#situationComplexity
Complexity level of legal situation (1-5 scale).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cac-core:Situation | cacontology-legal-outcomes:situationComplexity | xsd:integer |
@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 .