As noted in #186 (comment) for rdflib.js compatibility we are currently using rdflib/lib/tf-types which do not seem to be for official use.
However, the types in https://www.npmjs.com/package/@rdfjs/types are not 100% compatible with those in rdflib.js
The current code keeps the deep import but this should be revisited.
As noted in #186 (comment) for rdflib.js compatibility we are currently using
rdflib/lib/tf-typeswhich do not seem to be for official use.However, the types in https://www.npmjs.com/package/@rdfjs/types are not 100% compatible with those in rdflib.js
The current code keeps the deep import but this should be revisited.