@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-gufo:SextortionShape a sh:NodeShape ;
rdfs:label "Sextortion Shape"@en ;
sh:property [ sh:hasValue gufo:SubKind ;
sh:message "Sextortion must be gUFO SubKind"@en ;
sh:minCount 1 ;
sh:path rdf:type ] ;
sh:targetClass cacontology-gufo:Sextortion .