https://cacontology.projectvic.org/us/ncmec#MinorToMinorInteractionAnnotationShape
Validation shape for minor to minor interaction annotation instances. - Minor to minor annotation name should contain 'minor'.
@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:MinorToMinorInteractionAnnotationShape a sh:NodeShape ;
rdfs:label "Minor to Minor Interaction Annotation Shape"@en ;
rdfs:comment "Validation shape for minor to minor interaction annotation instances."@en ;
sh:property [ rdfs:comment "Minor to minor annotation name should contain 'minor'."@en ;
sh:datatype xsd:string ;
sh:maxCount 1 ;
sh:minCount 0 ;
sh:path uco-core:name ;
sh:pattern ".*[Mm]inor.*" ] ;
sh:targetClass cacontology-us-ncmec1:MinorToMinorInteractionAnnotation .