https://cacontology.projectvic.org/tactical#InterviewWithoutCounselShape
Validation shape for interviews conducted without legal counsel.
Instances of cacontology-tactical:InterviewWithoutCounsel can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|---|
@prefix cacontology-tactical: <https://cacontology.projectvic.org/tactical#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@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-tactical:InterviewWithoutCounselShape a sh:NodeShape ;
rdfs:label "Interview Without Counsel Shape"@en ;
rdfs:comment "Validation shape for interviews conducted without legal counsel."@en ;
sh:property [ sh:datatype rdf:langString ;
sh:maxCount 1 ;
sh:message "Interview should have a label."@en ;
sh:minCount 0 ;
sh:path rdfs:label ] ;
sh:targetClass cacontology-tactical:InterviewWithoutCounsel .