Ontology Version: 2.2.0

cacontology-coord:metricType leaf node


URI

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

Label

metric type

Description

Type of coordination metric (response_time, information_sharing_rate, resource_utilization, case_resolution_time, coordination_effectiveness, cost_efficiency).

Usage

DOMAINPROPERTYRANGE
cacontology-coord:CoordinationMetrics cacontology-coord:metricType xsd:string

Implementation

@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@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:metricType a owl:DatatypeProperty ;
    rdfs:label "metric type"@en ;
    rdfs:comment "Type of coordination metric (response_time, information_sharing_rate, resource_utilization, case_resolution_time, coordination_effectiveness, cost_efficiency)."@en ;
    rdfs:domain cacontology-coord:CoordinationMetrics ;
    rdfs:range xsd:string .