https://cacontology.projectvic.org/infrastructure#networkComplexity
Complexity rating of network topology (simple, moderate, complex, highly_complex).
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-infrastructure:NetworkTopologyAnalysis | cacontology-infrastructure:networkComplexity | xsd:string |
@prefix cacontology-infrastructure: <https://cacontology.projectvic.org/infrastructure#> .
@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-infrastructure:networkComplexity a owl:DatatypeProperty ;
rdfs:label "network complexity"@en ;
rdfs:comment "Complexity rating of network topology (simple, moderate, complex, highly_complex)."@en ;
rdfs:domain cacontology-infrastructure:NetworkTopologyAnalysis ;
rdfs:range xsd:string .