dbpedia / dbpedia-vad-i18n

Virtuoso plugin for the serving Linked Data
9 stars 9 forks source link

xsd:gMonthDay is presented as an xsd:date with a year of 0001 #13

Closed josephw closed 9 years ago

josephw commented 9 years ago

Many dates in dbpedia are stored as xsd:gMonthDay, with no year:

dbpedia:The_Archers
dbpprop:firstAired  "--05-29+02:00"^^xsd:gMonthDay , "--01-01+02:00"^^xsd:gMonthDay ;

This is presented on the web as:

dbpprop:firstAired
  • 0001-01-01 (xsd:date)
  • 0001-05-29 (xsd:date)

Giving the impression that a year is set.

jimkont commented 9 years ago

This is a virtuoso issue where it losses sone specific data types

josephw commented 9 years ago

Is there somewhere to track this issue in Virtuoso?

jimkont commented 9 years ago

There is an issue for gYear and for a few other datatypes here https://github.com/openlink/virtuoso-opensource/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+datatype

I know there has been some progress but no details