Ontology Version: 3.1.0

cacontology-legal-outcomes:filedDate leaf node


URI

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

Label

filed date

Description

Date the charging instrument was filed with the court.

Usage

DOMAINPROPERTYRANGE
cacontology-legal-outcomes:ChargingInstrument cacontology-legal-outcomes:filedDate xsd:date

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:filedDate a owl:DatatypeProperty ;
    rdfs:label "filed date"@en ;
    rdfs:comment "Date the charging instrument was filed with the court."@en ;
    rdfs:domain cacontology-legal-outcomes:ChargingInstrument ;
    rdfs:range xsd:date .