https://cacontology.projectvic.org/prevention#SextortionResponseShape
Validation shape for sextortion response instances.
Instances of cacontology-prevention:SextortionResponse can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-prevention:SextortionResponse | ||||
| cacontology-prevention:implementationStatus | 1 | 1 |
xsd:string
|
|
| cacontology-prevention:SafetyProtocol | ||||
| cacontology-prevention:implementationStatus | 0 | 1 |
xsd:string
|
|
| 1 | 1 |
xsd:string
|
||
@prefix cacontology-prevention: <https://cacontology.projectvic.org/prevention#> .
@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-prevention:SextortionResponseShape a sh:NodeShape ;
rdfs:label "Sextortion Response Shape"@en ;
rdfs:comment "Validation shape for sextortion response instances."@en ;
sh:property [ sh:datatype xsd:string ;
sh:in ( "active" "planned" ) ;
sh:maxCount 1 ;
sh:message "Sextortion response must be active or planned."@en ;
sh:minCount 1 ;
sh:path cacontology-prevention:implementationStatus ] ;
sh:targetClass cacontology-prevention:SextortionResponse .