https://cacontology.projectvic.org/us/ncmec#TaskForceReferralShape
Validation shape for task force referral instances. - Task force referrals should be to state or local jurisdiction.
@prefix cacontology-us-ncmec1: <https://cacontology.projectvic.org/us/ncmec#> .
@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-us-ncmec1:TaskForceReferralShape a sh:NodeShape ;
rdfs:label "Task Force Referral Shape"@en ;
rdfs:comment "Validation shape for task force referral instances."@en ;
sh:property [ rdfs:comment "Task force referrals should be to state or local jurisdiction."@en ;
sh:datatype xsd:string ;
sh:in ( "state" "local" ) ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path cacontology-us-ncmec1:referralJurisdiction ] ;
sh:targetClass cacontology-us-ncmec1:TaskForceReferral .