https://cacontology.projectvic.org/international#NCMECReportingShape
Validation shape for NCMEC reporting instances.
@prefix cacontology-international: <https://cacontology.projectvic.org/international#> .
@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-international:NCMECReportingShape a sh:NodeShape ;
rdfs:label "NCMEC Reporting Shape"@en ;
rdfs:comment "Validation shape for NCMEC reporting instances."@en ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "NCMEC reporting must specify start time."@en ;
sh:minCount 1 ;
sh:path uco-core:startTime ] ;
sh:targetClass cacontology-international:NCMECReporting .