https://cacontology.projectvic.org/legal-outcomes#filedDate
Date the charging instrument was filed with the court.
| DOMAIN | PROPERTY | RANGE |
|---|---|---|
| cacontology-legal-outcomes:ChargingInstrument | cacontology-legal-outcomes:filedDate | xsd:date |
@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 .