Ontology Version: 2.2.0

cacontology-coord:hasComplexityLevel leaf node


URI

https://cacontology.projectvic.org/investigation-coordination#hasComplexityLevel

Label

has complexity level

Description

Coordination complexity level assessment (simple, moderate, complex, highly_complex, extremely_complex) - gUFO quality aspect.

Usage

DOMAINPROPERTYRANGE
cacontology-coord:InvestigationCoordination cacontology-coord:hasComplexityLevel xsd:string

Implementation

@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@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-coord:hasComplexityLevel a owl:DatatypeProperty ;
    rdfs:label "has complexity level"@en ;
    rdfs:comment "Coordination complexity level assessment (simple, moderate, complex, highly_complex, extremely_complex) - gUFO quality aspect."@en ;
    rdfs:domain cacontology-coord:InvestigationCoordination ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf gufo:hasQuality .