Ontology Version: 2.2.0

cacontology-us-ncmec1:CSAMSolicitationAnnotationShape leaf node


URI

https://cacontology.projectvic.org/us/ncmec#CSAMSolicitationAnnotationShape

Label

CSAM Solicitation Annotation Shape

Description

Validation shape for CSAM solicitation annotation instances. - CSAM solicitation annotation name should contain 'CSAM' or 'solicitation'.

Implementation

@prefix cacontology-us-ncmec1: <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 uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-us-ncmec1:CSAMSolicitationAnnotationShape a sh:NodeShape ;
    rdfs:label "CSAM Solicitation Annotation Shape"@en ;
    rdfs:comment "Validation shape for CSAM solicitation annotation instances."@en ;
    sh:property [ rdfs:comment "CSAM solicitation annotation name should contain 'CSAM' or 'solicitation'."@en ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path uco-core:name ;
            sh:pattern ".*(CSAM|[Ss]olicitation).*" ] ;
    sh:targetClass cacontology-us-ncmec1:CSAMSolicitationAnnotation .