Re: [Virtuoso-users] Dealing with Years as xsd:gYear in Virtuoso, Bug?

2012-01-25 Thread Ivan Mikhailov
Hello Peter, gYear and similar types are poorly supported, because Virtuoso is an SQL RDBMS with SQL datatypes inside. So they're casted to SQL dates and times. I'm trying to improve the support to mimic XML Schema types better but I had to change things accurately and gradually because customers

[Virtuoso-users] Dealing with Years as xsd:gYear in Virtuoso, Bug?

2012-01-25 Thread Peter DeVries
Hi, I have an issue in how to represent years. I have been using the following in my RDF http://www.w3.org/2001/XMLSchema#gYear ">1771 However I noticed two problems: 1) When viewed from within Virtuoso as seen in this screenshot. The year is changed to the January 1st of the year. I think th