BUG: importing exported Zotero RDF for items without publication date
There is a reproducible bug in handling Zotero RDF import for references without a publication date that carry a "date accessed". Upon export as Zotero RDF, the publication date is serialised as
<dc:date>
while the date accessed is serialised as <dcterms:dateSubmitted>
. When I import a reference with <dcterms:dateSubmitted>
but no <dc:date>
, the content is written to the publication date and, consequently, to a <dc:date>
node upon renewed export. Manually adding an empty <dc:date>
node to the exported Zotero RDF prevents this behaviour.