https://cacontology.projectvic.org/undercover#ResultsInTerminationShape
@prefix cacontology-undercover: <https://cacontology.projectvic.org/undercover#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-undercover:ResultsInTerminationShape a sh:PropertyShape ;
sh:class cacontology-undercover:OperationTermination ;
sh:description "Links operation to termination details" ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:name "results in termination" ;
sh:path cacontology-undercover:resultsInTermination .