Ontology Version: 2.2.0

cacontology-corruption:hasInvestigationComplexity leaf node


URI

https://cacontology.projectvic.org/law-enforcement-corruption#hasInvestigationComplexity

Label

has investigation complexity

Description

Complexity level of corruption investigation (simple, moderate, complex, highly_complex, extremely_complex) - gUFO quality aspect.

Usage

DOMAINPROPERTYRANGE
cacontology-corruption:InsiderThreatDetection cacontology-corruption:hasInvestigationComplexity xsd:string

Implementation

@prefix cacontology-corruption: <https://cacontology.projectvic.org/law-enforcement-corruption#> .
@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-corruption:hasInvestigationComplexity a owl:DatatypeProperty ;
    rdfs:label "has investigation complexity"@en ;
    rdfs:comment "Complexity level of corruption investigation (simple, moderate, complex, highly_complex, extremely_complex) - gUFO quality aspect."@en ;
    rdfs:domain cacontology-corruption:InsiderThreatDetection ;
    rdfs:range xsd:string ;
    rdfs:subPropertyOf gufo:hasQuality .