Date BCE
Hi,
It seems Zotero chokes on dates BC or BCE, trying to enter "c. 480 BC" or BCE or "480 BCE" disrupted the date field.
It was actually for an Artwork object type, but I would suspect the issue to be generic.
Cheers,
Marc
It seems Zotero chokes on dates BC or BCE, trying to enter "c. 480 BC" or BCE or "480 BCE" disrupted the date field.
It was actually for an Artwork object type, but I would suspect the issue to be generic.
Cheers,
Marc
Dan, if you're reading this, I think there might be a way around this in RDF import/export, and that it is to just assign a datatype that specifies a string is a BC date. E.g.:
<dc:date
rdf:datatype="http://purl.org/ontology/dates/bc">523</dc:date>
That may be a way to tackle other tricky dates.
<dc:date
rdf:datatype="http://www.w3.org/2001/XMLSchema#gYear">-0523</dc:date>
... or in N3:
<http://ex.net.1> dc:date "-0523"^^xsd:gYear .
I would says, that if it would just keep the date field 'as entered' in the case of BCE or other unconvertible dates, that would be enough for current zotero functionality.
So we need a reliable machine-readable way to handle these dates (internally). The old library hacks of "c. 524" are not really appropriate for the 21st century.