https://cacontology.projectvic.org/investigation-coordination#MeasuresPerformanceShape
@prefix cacontology-coord: <https://cacontology.projectvic.org/investigation-coordination#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-coord:MeasuresPerformanceShape a sh:PropertyShape ;
sh:class cacontology-coord:CoordinationMetrics ;
sh:description "Links coordination to performance metrics" ;
sh:minCount 0 ;
sh:name "measures performance" ;
sh:path cacontology-coord:measuresPerformance .