https://cacontology.projectvic.org/institutional-exploitation#DonorManipulationShape
Validation shape for donor manipulation with gUFO integration.
Instances of cacontology-institutional:DonorManipulation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-institutional:DonorManipulation | ||||
| cacontology-institutional:donorCount | 1 | 1 |
xsd:nonNegativeInteger
|
|
| cacontology-institutional:manipulationTactics | 1 |
xsd:string
|
||
@prefix cacontology-institutional: <https://cacontology.projectvic.org/institutional-exploitation#> .
@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-institutional:DonorManipulationShape a sh:NodeShape ;
rdfs:label "Donor Manipulation Shape"@en ;
rdfs:comment "Validation shape for donor manipulation with gUFO integration."@en ;
sh:property [ sh:datatype xsd:nonNegativeInteger ;
sh:maxCount 1 ;
sh:maxInclusive 10000 ;
sh:message "Donor manipulation must specify donor count (1-10,000)."@en ;
sh:minCount 1 ;
sh:minInclusive 1 ;
sh:path cacontology-institutional:donorCount ],
[ sh:datatype xsd:string ;
sh:in ( "emotional_appeal" "false_reporting" "photo_manipulation" "fake_testimonials" "progress_exaggeration" "need_inflation" ) ;
sh:message "Manipulation must specify at least one tactic."@en ;
sh:minCount 1 ;
sh:path cacontology-institutional:manipulationTactics ] ;
sh:targetClass cacontology-institutional:DonorManipulation .