https://cacontology.projectvic.org/us/ncmec#CybertipIdentifierExtractionActionShape
Validates identifier extraction actions over CyberTip reports.
Instances of cacontology-us-ncmec:CybertipIdentifierExtractionAction can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-us-ncmec:CybertipIdentifierExtractionAction | ||||
| cacontology-us-ncmec:extractsIdentifierFromCybertip | 1 | |||
| cacontology-us-ncmec:producedIdentifierSet | 1 | |||
@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#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-us-ncmec:CybertipIdentifierExtractionActionShape a sh:NodeShape ;
rdfs:label "CyberTip Identifier Extraction Action Shape"@en ;
rdfs:comment "Validates identifier extraction actions over CyberTip reports."@en ;
sh:property [ sh:message "An extraction action must reference the CyberTip report it processes."@en ;
sh:minCount 1 ;
sh:nodeKind sh:IRI ;
sh:path cacontology-us-ncmec:extractsIdentifierFromCybertip ],
[ sh:maxCount 1 ;
sh:message "An extraction action produces at most one identifier set."@en ;
sh:nodeKind sh:IRI ;
sh:path cacontology-us-ncmec:producedIdentifierSet ] ;
sh:targetClass cacontology-us-ncmec:CybertipIdentifierExtractionAction .