Ontology Version: 3.0.0

cacontology-recantation:notificationChannel leaf node


URI

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

Label

notification channel

Description

The channel through which the recantation was reported or communicated.

Usage

DOMAINPROPERTYRANGE
cacontology-recantation:RecantationNotification cacontology-recantation:notificationChannel xsd:string

Implementation

@prefix cacontology-recantation: <https://cacontology.projectvic.org/recantation#> .
@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-recantation:notificationChannel a owl:DatatypeProperty ;
    rdfs:label "notification channel"@en ;
    dcterms:source "Robert Peters, 'Winning Without Words: Prosecuting Cases with Recanting or Nonverbal Victims' (Coursing Justice presentation, 2026), and companion transcript 'Recantation 101' (2026)."@en ;
    rdfs:comment "The channel through which the recantation was reported or communicated."@en ;
    rdfs:domain cacontology-recantation:RecantationNotification ;
    rdfs:range xsd:string ;
    rdfs:seeAlso <https://www.coursingjustice.com/> .