https://cacontology.projectvic.org/case-management#contingencyType
Fallback testimony or evidentiary strategy documented for a recantation-sensitive case.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-case:TestimonyContingencyPlan | cacontology-case:contingencyType | xsd:string |
@prefix cacontology-case: <https://cacontology.projectvic.org/case-management#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
cacontology-case:contingencyType a owl:DatatypeProperty ;
rdfs:label "contingency type"@en ;
dcterms:source "Robert Peters, 'Winning Without Words: Prosecuting Cases with Recanting or Nonverbal Victims' (Coursing Justice presentation, 2026)."@en ;
rdfs:comment "Fallback testimony or evidentiary strategy documented for a recantation-sensitive case."@en ;
rdfs:domain cacontology-case:TestimonyContingencyPlan ;
rdfs:range xsd:string ;
rdfs:seeAlso <https://www.coursingjustice.com/> .