https://cacontology.projectvic.org/recantation#RecantationPressureShape
Validation shape for recantation pressure instances.
Instances of cacontology-recantation:RecantationPressure can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-recantation:RecantationPressure | ||||
| cacontology-recantation:pressureMethod | 1 | 1 |
xsd:string
|
|
@prefix cacontology-recantation: <https://cacontology.projectvic.org/recantation#> .
@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-recantation:RecantationPressureShape a sh:NodeShape ;
rdfs:label "Recantation Pressure Shape"@en ;
rdfs:comment "Validation shape for recantation pressure instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "third_party_communication" "jail_call" "gift_or_inducement" "family_confrontation" "faith_community_shaming" "other_social_pressure" ) ;
sh:maxCount 1 ;
sh:message "Recantation pressure must specify the pressure method from the allowed list."@en ;
sh:minCount 1 ;
sh:path cacontology-recantation:pressureMethod ] ;
sh:targetClass cacontology-recantation:RecantationPressure .