Ontology Version: 2.2.0

cacontology-us-ncmec1:SextortionAnnotationShape leaf node


URI

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

Label

Sextortion Annotation Shape

Description

Validation shape for sextortion annotation instances. - Sextortion annotation name should contain 'sextortion'.

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:SextortionAnnotationShape a sh:NodeShape ;
    rdfs:label "Sextortion Annotation Shape"@en ;
    rdfs:comment "Validation shape for sextortion annotation instances."@en ;
    sh:property [ rdfs:comment "Sextortion annotation name should contain 'sextortion'."@en ;
            sh:datatype xsd:string ;
            sh:maxCount 1 ;
            sh:minCount 0 ;
            sh:path uco-core:name ;
            sh:pattern ".*[Ss]extortion.*" ] ;
    sh:targetClass cacontology-us-ncmec1:SextortionAnnotation .