dsp-api
dsp-api copied to clipboard
DaSCH Service Platform API
`GravsearchParser`: ```scala override def meet(node: algebra.ExtensionElem): Unit = { node.getExpr match { case valueConstant: algebra.ValueConstant => if (node.getName.startsWith("_const_")) { // This is a parser-generated constant used in the CONSTRUCT clause....
Hello there! I am currently testing the bulk-import. In fact, the test addresses a 2500 lines XML file and I find the error messages quite vague. ``` {"status":11,"error":"org.knora.webapi.BadRequestException: Invalid text:...
It looks like #1021 didn't work: 
 when selecting a boolean in the advanced search window, the list for possible comparison operator is empty
This would allow us to remove the dependency on the Jodd library for date processing. Then there would be only one underlying date processing library (ICU4J) involved.
- [ ] Allow the addition of lists to the `SystemProject` - [ ] Allow usage of lists from the `SystemProject` in every project - [ ] List in any...
I've done some testing/research. Here are the findings. - GraphDB-Free: - max number of concurrent connections is limited to 2 by the license. - GraphDB-SE: - max number of concurrent...
Currently, we have a fairly arbitrary configuration for Knora defined in `application.conf`. I would like to specify different scenarios, which can be used to create a baseline configuration for Knora....
As discussed with @SepidehAlassi, we think that it would be good, to send the XML in a short request and receive back something like a `TaskID`. Then with this `TaskID`...
**Use-case 1:** Image is in Sipi and need to create `knora-base:StillImageFileValue` Instead of providing `` allow to provide something like `` which should trigger a call to SIPI and retrieve...