https://cacontology.projectvic.org/us/ncmec#TipEnrichmentShape
Validation shape for tip enrichment instances. - Enrichment type must be specified from the allowed list.
Instances of cacontology-us-ncmec:TipEnrichment can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-us-ncmec:TipEnrichment | ||||
| cacontology-us-ncmec:enrichmentType | 1 | 5 |
xsd:string
|
|
| cacontology-us-ncmec:TipProcessing | ||||
| cacontology-us-ncmec:processedTip | 1 | 1 |
cacontology-us-ncmec:NCMECCybertipReport
|
|
| cacontology-us-ncmec:processingTime | 0 | 1 |
xsd:decimal
|
|
| 0 | 1 |
xsd:dateTime
|
||
| 1 | 1 |
xsd:dateTime
|
||
@prefix cacontology-us-ncmec: <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-ncmec:TipEnrichmentShape a sh:NodeShape ;
rdfs:label "Tip Enrichment Shape"@en ;
rdfs:comment "Validation shape for tip enrichment instances."@en ;
sh:property [ rdfs:comment "Enrichment type must be specified from the allowed list."@en ;
sh:datatype xsd:string ;
sh:in ( "geographic" "demographic" "technical" "behavioral" "historical" ) ;
sh:maxCount 5 ;
sh:minCount 1 ;
sh:path cacontology-us-ncmec:enrichmentType ] ;
sh:targetClass cacontology-us-ncmec:TipEnrichment .