https://cacontology.projectvic.org/taskforce#ReportsMetricsShape
@prefix cacontology-taskforce: <https://cacontology.projectvic.org/taskforce#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-taskforce:ReportsMetricsShape a sh:PropertyShape ;
sh:class cacontology-taskforce:PerformanceMetrics ;
sh:description "Links task force to performance metrics" ;
sh:minCount 1 ;
sh:name "reports metrics" ;
sh:path cacontology-taskforce:reportsMetrics .