Is it possible to convert an RDF file to BibTex from CLI?

We want to integrate Zotero into our CI/CD pipelines on an internal Gitlab instance. We envision a repository with a Zotero RDF file that we version-control. Then as part of that repository's CI/CD we would automatically generate a BibTex file as the release artifact for our other projects to link against. This leads to the fundamental question: is there a CLI tool (e.g headless Zotero, Python module) that can read an RDF file and export/convert to BibTex?

From what I've seen, it looks like the Zotero executable requires a URL as input. But perhaps the Zotero Translators (https://github.com/zotero/translators) would allow us to translate using a custom Javascript routine with its RDF.js and BibTex.js modules?
Sign In or Register to comment.