Ontology Version: 2.2.0

cacontology-coord:benchmarkComparison leaf node


URI

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

Label

benchmark comparison

Description

Comparison to benchmark (above_benchmark, meets_benchmark, below_benchmark, no_benchmark, exceeds_target).

Usage

DOMAINPROPERTYRANGE
cacontology-coord:CoordinationMetrics cacontology-coord:benchmarkComparison 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:benchmarkComparison a owl:DatatypeProperty ;
    rdfs:label "benchmark comparison"@en ;
    rdfs:comment "Comparison to benchmark (above_benchmark, meets_benchmark, below_benchmark, no_benchmark, exceeds_target)."@en ;
    rdfs:domain cacontology-coord:CoordinationMetrics ;
    rdfs:range xsd:string .