Ontology Version: 3.0.0

cacontology-recantation:PostRecantationForensicInterviewShape leaf node


URI

https://cacontology.projectvic.org/recantation#PostRecantationForensicInterviewShape

Label

Post-Recantation Forensic Interview Shape

Description

Validation shape for post-recantation forensic interview instances.

Shape Properties

Instances of cacontology-recantation:PostRecantationForensicInterview can have the following properties:

PROPERTY

MIN COUNT

MAX COUNT

TYPE

cacontology-recantation:PostRecantationForensicInterview
cacontology-recantation:assessmentDisposition 1 1 xsd:string
cacontology-recantation:RecantationAssessment
cacontology-recantation:assessmentDisposition 1 1 xsd:string

Implementation

@prefix cacontology-recantation: <https://cacontology.projectvic.org/recantation#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sh: <http://www.w3.org/ns/shacl#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-recantation:PostRecantationForensicInterviewShape a sh:NodeShape ;
    rdfs:label "Post-Recantation Forensic Interview Shape"@en ;
    rdfs:comment "Validation shape for post-recantation forensic interview instances."@en ;
    sh:property [ sh:datatype xsd:string ;
            sh:hasValue "seek_additional_forensic_interview" ;
            sh:maxCount 1 ;
            sh:message "Post-recantation forensic interview must carry the seek_additional_forensic_interview disposition."@en ;
            sh:minCount 1 ;
            sh:path cacontology-recantation:assessmentDisposition ] ;
    sh:targetClass cacontology-recantation:PostRecantationForensicInterview .