https://cacontology.projectvic.org/athletic#PhysicalTrainingCoercionShape
Enhanced validation shape for physical training coercion with comprehensive gUFO Event validation.
Instances of cacontology-athletic:PhysicalTrainingCoercion can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-athletic:PhysicalTrainingCoercion | ||||
| cacontology-gufo:coercionBeginTime | 1 | 1 |
xsd:dateTime
|
|
| cacontology-gufo:coercionEndTime | 0 | 1 |
xsd:dateTime
|
|
@prefix cacontology-athletic: <https://cacontology.projectvic.org/athletic#> .
@prefix cacontology-gufo: <https://cacontology.projectvic.org/gufo#> .
@prefix gufo: <http://purl.org/nemo/gufo#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-athletic:PhysicalTrainingCoercionShape a sh:NodeShape ;
rdfs:label "Physical Training Coercion Shape"@en ;
rdfs:comment "Enhanced validation shape for physical training coercion with comprehensive gUFO Event validation."@en ;
sh:property [ sh:hasValue gufo:Event ;
sh:message "Physical training coercion must be instances of gUFO Event"@en ;
sh:path rdf:type ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Physical training coercion must specify begin time using gUFO temporal framework"@en ;
sh:minCount 1 ;
sh:path cacontology-gufo:coercionBeginTime ],
[ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Physical training coercion may specify end time using gUFO temporal framework"@en ;
sh:minCount 0 ;
sh:path cacontology-gufo:coercionEndTime ] ;
sh:targetClass cacontology-athletic:PhysicalTrainingCoercion .