https://cacontology.projectvic.org/tactical#ResultsInExecutionShape
@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:ResultsInExecutionShape a sh:PropertyShape ;
sh:class cacontology-tactical:TacticalExecution ;
sh:description "Links operation to execution details" ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:name "results in execution" ;
sh:path cacontology-tactical:resultsInExecution .