https://cacontology.projectvic.org#GroomingSolicitationShape
Instances of cacontology:GroomingSolicitation can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology: <https://cacontology.projectvic.org#> .
@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:GroomingSolicitationShape a sh:NodeShape ;
rdfs:label "Grooming Solicitation Shape"@en ;
sh:property [ sh:message "Grooming must involve at least victim and offender"@en ;
sh:minCount 2 ;
sh:path cacontology:participatesInEvent ] ;
sh:targetClass cacontology:GroomingSolicitation .