https://cacontology.projectvic.org/us/ncmec#ChildSexTraffickingIncidentShape
Validation shape for child sex trafficking incident instances. - Child sex trafficking incidents must have CST code.
Instances of cacontology-us-ncmec:ChildSexTraffickingIncident can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-us-ncmec:ChildSexTraffickingIncident | ||||
| cacontology-us-ncmec:incidentCode | ||||
| cacontology-us-ncmec:NCMECIncidentType | ||||
| cacontology-us-ncmec:incidentCode | 1 | 1 |
xsd:string
|
|
| 1 | 1 |
xsd:string
|
||
@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:ChildSexTraffickingIncidentShape a sh:NodeShape ;
rdfs:label "Child Sex Trafficking Incident Shape"@en ;
rdfs:comment "Validation shape for child sex trafficking incident instances."@en ;
sh:property [ rdfs:comment "Child sex trafficking incidents must have CST code."@en ;
sh:hasValue "CST" ;
sh:path cacontology-us-ncmec:incidentCode ] ;
sh:targetClass cacontology-us-ncmec:ChildSexTraffickingIncident .