Ontology Version: 2.2.0

cacontology-forensics:communicationGraphComplexity leaf node


URI

https://cacontology.projectvic.org/forensics#communicationGraphComplexity

Label

communication graph complexity

Description

Complexity measure of communication graph analysis (simple, moderate, complex, highly_complex).

Usage

DOMAINPROPERTYRANGE
cacontology-forensics:CommunicationPatternAnalysis cacontology-forensics:communicationGraphComplexity xsd:string

Implementation

@prefix cacontology-forensics: <https://cacontology.projectvic.org/forensics#> .
@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-forensics:communicationGraphComplexity a owl:DatatypeProperty ;
    rdfs:label "communication graph complexity"@en ;
    rdfs:comment "Complexity measure of communication graph analysis (simple, moderate, complex, highly_complex)."@en ;
    rdfs:domain cacontology-forensics:CommunicationPatternAnalysis ;
    rdfs:range xsd:string .