dateAdded, dateModified RDF export fails
Hi, I am modifying Bibliontology.js RDF translator for our own needs ( https://github.com/dlindem/zotero_lexbib_rdf/blob/master/LexBib_RDF.js ), and everything works very smoothly, but Zotero dateAdded and dateModified are not exported. Is this a restriction due to the main RDF translator in the background? We would like to include at least dateModified in our export. Any hints for being able to do that?
You'd just have to decide how you actually wanted to include it in the RDF. Bibliontology RDF is, as the name suggests, focused on bibliographic output, so there wouldn't be the concept of Date Added/Modified. You may want to look at generateItem() in Zotero RDF.js for an example of an RDF export translator that includes more fields in more ontologies in a more straightforward way.
Our translator creates a "Zotero user item" in RDF (with group item url as uri), where we now append dateModified, for not losing track of updates. It also creates a bibliographic item (e.g. a bibo:Book), i.e. same as Bibliontology.js translator, but named nodes for authors, abstracts, and creator lists.