https://cacontology.projectvic.org/forensics#communicationGraphComplexity
Complexity measure of communication graph analysis (simple, moderate, complex, highly_complex).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-forensics:CommunicationPatternAnalysis | cacontology-forensics:communicationGraphComplexity | xsd:string |
@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 .