You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopting the RDF/JS libraries has benefits over using Oxigraph and rdflib.js.
It allows for more finegrained control of rendering, and supports the preservation of namespace prefixes when converting from one format to another.
It supports TriG
Current blocker is the lack of support for ES modules in Electron, and consequently VSCode. This means that we cannot import any of the RDF/JS libraries natively as this requires an unsupported dynamic import.
Adopting the RDF/JS libraries has benefits over using Oxigraph and rdflib.js.
Current blocker is the lack of support for ES modules in Electron, and consequently VSCode. This means that we cannot import any of the RDF/JS libraries natively as this requires an unsupported dynamic import.
Until VSCode and Electron support this.
The text was updated successfully, but these errors were encountered: