Thank you very much for your work on traqula. I have a rather general question related to the migration from SparqlJS to Traqula.
One of the best features of SparqlJS was that it was part of the rdfjs infrastructure natively supporting rdfjs Terms, such as NamedNode, Variable, Literal, etc. This allowed directly plugging SparqlJS as a sparql generator into a project using other rdfjs-compatible libraries, including rdf-ext.
Traqula AST uses a different convention for these entities. Hence, there is a need to convert rdfjs terms to traqula terms to for example pass a literal from an rdf-ext dataset quad directly to a traqula query generator. What would be a suitable place in the traqula architecture for such a convertor utility for traqula terms <=> rdf/js terms?
Thank you very much for your work on traqula. I have a rather general question related to the migration from SparqlJS to Traqula.
One of the best features of SparqlJS was that it was part of the rdfjs infrastructure natively supporting rdfjs Terms, such as NamedNode, Variable, Literal, etc. This allowed directly plugging SparqlJS as a sparql generator into a project using other rdfjs-compatible libraries, including rdf-ext.
Traqula AST uses a different convention for these entities. Hence, there is a need to convert rdfjs terms to traqula terms to for example pass a literal from an rdf-ext dataset quad directly to a traqula query generator. What would be a suitable place in the traqula architecture for such a convertor utility for traqula terms <=> rdf/js terms?