https://cacontology.projectvic.org/athletic#PhysicalCoercionPhaseShape
SHACL shape for physical coercion phases with anti-rigid gUFO Phase validation.
Instances of cacontology-athletic:PhysicalCoercionPhase can have the following properties:
@prefix cacontology-athletic: <https://cacontology.projectvic.org/athletic#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-athletic:PhysicalCoercionPhaseShape a sh:NodeShape ;
rdfs:label "Physical Coercion Phase Shape"@en ;
rdfs:comment "SHACL shape for physical coercion phases with anti-rigid gUFO Phase validation."@en ;
sh:rule [ a sh:SPARQLRule ;
sh:construct """
INSERT { $this a cacontology-athletic:CoercionDocumentationError . }
WHERE {
$this a cacontology-athletic:PhysicalCoercionPhase ;
?exploitation cacontology-athletic:currentPhase $this .
FILTER NOT EXISTS {
?exploitation cacontology-athletic:employsTrainingCoercion ?coercion ;
?coercion a cacontology-athletic:PhysicalTrainingCoercion .
}
}
""" ;
sh:message "Physical coercion phase must involve documented physical training coercion"@en ;
sh:prefixes cacontology-athletic: ;
sh:severity sh:Violation ] ;
sh:targetClass cacontology-athletic:PhysicalCoercionPhase .