Thomas Bergwinkl
Thomas Bergwinkl
Background why to keep `Quad`s and `Term`s: The idea would be to attach additional properties about the origin of the `Quad` and `Term`. This could be line number and offset...
@paimon0715 would be nice if you would open an issue before declaring packages like `@rdfjs/parser-jsonld` as "not maintained anymore". Btw I updated the dep in the mentioned package.
@thombohlk maybe you want to try [rdf-transform-triple-to-quad](https://github.com/rdf-ext/rdf-transform-triple-to-quad). You can feed it also with `factory.defaultGraph()` to create triples with that transformation.
Both the WASM and Neon can make sense. WASM could be more useful for sandboxing. I'm not sure about the current state of the Node.js `vm` module or Deno, but...
Sorry, I missed the part in the documentation. That would already cover the current state of `@rdfjs/parser-jsonld`, where only embedded contexts have been processed. I will give it a try....
I think there are two different ways to approach this: a) A separate method for the `SHACLValidator`. I would propose to use a more "graph style" vocabulary. Maybe `coverage`, cause...
1. Yes, that's the latest version 2. There are some up-to-date packages in this org and rdf-ext which mention the used interface (e.g. https://github.com/rdfjs/serializer-ntriples, https://github.com/rdf-ext/rdf-store-sparql). Also we are working on...
We don't define any IRI validation. This allows also relative paths and CURIEs. That's on purpose, so libraries can implement features like resolving CURIEs. In general, some definitions are very...
> Do you mean duck typing is not allowed @timbl It's either the other way round, don't use `instanceof` always check the type of a term with `.termType`, so you...
We agreed in the call 2022-07-04: - `handlebars` will be the default template engine - all plugins will use `handlebars` but will bring their own instance - it should be...