Ontology Version: 2.2.0

cacontology-taskforce:ReportsMetricsShape leaf node


URI

https://cacontology.projectvic.org/taskforce#ReportsMetricsShape

Label

ReportsMetricsShape

Implementation

@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 .