Ontology Version: 2.2.0

cacontology-tactical:GeneratesReportShape leaf node


URI

https://cacontology.projectvic.org/tactical#GeneratesReportShape

Label

GeneratesReportShape

Implementation

@prefix cacontology-tactical: <https://cacontology.projectvic.org/tactical#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-tactical:GeneratesReportShape a sh:PropertyShape ;
    sh:class cacontology-tactical:PostOperationReport ;
    sh:description "Links operation to post-operation reports" ;
    sh:minCount 0 ;
    sh:name "generates report" ;
    sh:path cacontology-tactical:generatesReport .