dsp-api icon indicating copy to clipboard operation
dsp-api copied to clipboard

DaSCH Service Platform API

Results 127 dsp-api issues
Sort by recently updated
recently updated
newest added

Currently, in a `FILTER` in Gravsearch, you can only compare a variable with a literal. It would be useful to be able to compare a variable with another variable, e.g....

Build failed on `develop`: ``` [ERROR] HttpTriplestoreConnector(akka://org-knora-webapi-e2e-v2-OntologyV2R2RSpec) - Triplestore responded with HTTP code 500: Query evaluation error: com.ontotext.trree.util.NotEnoughMemoryForDistinctGroupBy: Insufficient free Heap Memory 201Mb for group by and distinct, threshold:250Mb, reached...

Something like a `DocumentAnnotation` class could be added to `knora-base`, to allow an annotation to point to a particular page of a PDF, or to a region on a page.

ontology
Sipi

Does the upgrade tool check the data for consistency before running the upgrade? With the change to a `scala` based tool, now it is possible to provide the upgrade tool...

question

Currently, there are a few update routes in the Admin-API like `changeProject` which expect a JSON object in the body of a certain structure and allow to change more than...

enhancement
API/Admin

`ListNodeInfoADM` has a member `comments`, which `ListsResponderADM` populates from `rdfs:comment`. But `knora-base:ListNode` has no cardinality on `rdfs:comment`.

question

I get this error on a gravsearch query: ``` webapi_1 | 2019-10-23 09:12:05 | ERROR | Dispatcher | Entity http://rdfh.ch/0113/9h2huqLgS4aG9d3xLgXcIQ/values/-szOyfUkRnGYbF0UULjnUg has no creator webapi_1 | org.knora.webapi.InconsistentTriplestoreDataException: Entity http://rdfh.ch/0113/9h2huqLgS4aG9d3xLgXcIQ/values/-szOyfUkRnGYbF0UULjnUg has no...

API/V2
Gravsearch

If I follow the example in https://docs.knora.org/paradox/03-apis/api-v2/xml-to-standoff-mapping.html, I get a mapping with `My%20Mapping` in the IRI.

Redis saves its cache in a file called `dump.rdb`. If you shut down Knora and recreate the GraphDB repository, you have to delete `dump.rdb`, otherwise Knora will return inconsistent results,...