Ontology Version: 3.0.0

cacontology-legal-outcomes:ruleCitation leaf node


URI

https://cacontology.projectvic.org/legal-outcomes#ruleCitation

Label

rule citation

Description

Citation string for an evidence rule (e.g., 'Fed. R. Evid. 403').

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:EvidenceRule cacontology-legal-outcomes:ruleCitation xsd:string

Implementation

@prefix cacontology-legal-outcomes: <https://cacontology.projectvic.org/legal-outcomes#> .
@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-legal-outcomes:ruleCitation a owl:DatatypeProperty ;
    rdfs:label "rule citation"@en ;
    rdfs:comment "Citation string for an evidence rule (e.g., 'Fed. R. Evid. 403')."@en ;
    rdfs:domain cacontology-legal-outcomes:EvidenceRule ;
    rdfs:range xsd:string .