https://cacontology.projectvic.org/legal-outcomes#AppellateIssueShape
Validation shape for appellate issues (issue → disposition, optional evidence-rule and standard-of-review links).
Instances of cacontology-legal-outcomes:AppellateIssue can have the following properties:
PROPERTY |
MIN COUNT |
MAX COUNT |
TYPE |
|
|---|---|---|---|---|
| cacontology-legal-outcomes:AppellateIssue | ||||
| cacontology-legal-outcomes:appliesStandardOfReview | 0 |
cacontology-legal-outcomes:StandardOfReview
|
||
| cacontology-legal-outcomes:citesEvidenceRule | 0 |
cacontology-legal-outcomes:EvidenceRule
|
||
| cacontology-legal-outcomes:issueDisposition | 1 |
cacontology-legal-outcomes:AppellateDisposition
|
||
| 1 | ||||
@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@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-legal-outcomes:AppellateIssueShape a sh:NodeShape ;
rdfs:label "Appellate Issue Shape"@en ;
rdfs:comment "Validation shape for appellate issues (issue → disposition, optional evidence-rule and standard-of-review links)."@en ;
sh:property [ sh:message "Appellate issue must have an rdfs:label."@en ;
sh:minCount 1 ;
sh:path rdfs:label ],
[ sh:class cacontology-legal-outcomes:AppellateDisposition ;
sh:message "Appellate issue must link to at least one AppellateDisposition via issueDisposition."@en ;
sh:minCount 1 ;
sh:path cacontology-legal-outcomes:issueDisposition ],
[ sh:class cacontology-legal-outcomes:StandardOfReview ;
sh:message "appliesStandardOfReview must point to a StandardOfReview."@en ;
sh:minCount 0 ;
sh:path cacontology-legal-outcomes:appliesStandardOfReview ],
[ sh:class cacontology-legal-outcomes:EvidenceRule ;
sh:message "citesEvidenceRule must point to an EvidenceRule."@en ;
sh:minCount 0 ;
sh:path cacontology-legal-outcomes:citesEvidenceRule ] ;
sh:targetClass cacontology-legal-outcomes:AppellateIssue .