Tomasz Pluskiewicz
Tomasz Pluskiewicz
* [ ] 1. Create validation shapes with rules that the Blueprint classes must or should follow * [ ] 2. Run validation somewhere during the app lifetime ad. 1...
The examples show 3 namespace used: ```sparql PREFIX fluxShape: PREFIX flux: PREFIX fluxSchema: ``` In a future release we should use `blueprint` instead of `flux` and probably move everything to...
On the search page, I would like to click the entire item to select. Currently only the checkbox can be clicked
If I were to run blueprint on an endpoint which does not support one of the recognised FTS dialects (fuseki, graphdb, neptune, or stardog at the time of writing), is...
Because request stream can only be consumed once, calling `req.body.quadStream` twice (or after `req.body.dataset`) returns an empty result. This is understandable but it can lead to subtle errors. We could...
[Hydra](https://www.hydra-cg.com/spec/latest/core/) can be viewed as an opinionated set of requirements which APIs need to satisfy. In Kopflos, I would like to have a Hydra plugin which would provide some automatic...
I propose to use [Web Access Control](https://www.w3.org/wiki/WebAccessControl) vocabulary to authorize requests. I have previously implemented [rdf-web-access-control](https://www.npmjs.com/package/rdf-web-access-control) which queries the database to match the requested resource with instance of `acl:Authorization`
We need easy support to validate requests bodies. Probably a plugin which will add a handler before all requests which we'd want validated. Which requests do we want validated? By...