https://cacontology.projectvic.org/us/ncmec#FederalReferralShape
Validation shape for federal referral instances. - Federal referrals must have federal jurisdiction.
Instances of cacontology-us-ncmec:FederalReferral can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-us-ncmec:FederalReferral | ||||
| cacontology-us-ncmec:referralJurisdiction | ||||
| cacontology-us-ncmec:InvestigationTrigger | ||||
| cacontology-us-ncmec:referralJurisdiction | 0 | 1 |
xsd:string
|
|
| cacontology-us-ncmec:triggerCriteria | 0 | 5 |
xsd:string
|
|
| cacontology-us-ncmec:triggeredBy | 1 | 1 |
cacontology-us-ncmec:NCMECCybertipReport
|
|
| cacontology-us-ncmec:urgencyLevel | 0 | 1 |
xsd:string
|
|
| 1 | 1 |
xsd:dateTime
|
||
@prefix cacontology-us-ncmec: <https://cacontology.projectvic.org/us/ncmec#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
cacontology-us-ncmec:FederalReferralShape a sh:NodeShape ;
rdfs:label "Federal Referral Shape"@en ;
rdfs:comment "Validation shape for federal referral instances."@en ;
sh:property [ rdfs:comment "Federal referrals must have federal jurisdiction."@en ;
sh:hasValue "federal" ;
sh:path cacontology-us-ncmec:referralJurisdiction ] ;
sh:targetClass cacontology-us-ncmec:FederalReferral .