https://cacontology.projectvic.org/sex-offender-registry#VerificationCheckShape
Validation shape for verification check instances.
Instances of cacontology-registry:VerificationCheck can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-registry: <https://cacontology.projectvic.org/sex-offender-registry#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix uco-action: <https://ontology.unifiedcyberontology.org/uco/action/> .
@prefix uco-core: <https://ontology.unifiedcyberontology.org/uco/core/> .
@prefix uco-identity: <https://ontology.unifiedcyberontology.org/uco/identity/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-registry:VerificationCheckShape a sh:NodeShape ;
rdfs:label "Verification Check Shape"@en ;
rdfs:comment "Validation shape for verification check instances."@en ;
sh:property [ sh:datatype xsd:dateTime ;
sh:maxCount 1 ;
sh:message "Verification check must specify start time."@en ;
sh:minCount 1 ;
sh:path uco-core:startTime ],
[ sh:class uco-identity:Person ;
sh:maxCount 1 ;
sh:message "Verification check must specify performing officer."@en ;
sh:minCount 1 ;
sh:path uco-action:performer ] ;
sh:targetClass cacontology-registry:VerificationCheck .