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

When doing a fulltext search, the results should highlight the terms search for. GraphDB offers a way to do this called "snippet extraction" (http://graphdb.ontotext.com/documentation/standard/lucene-graphdb-connector.html#snippet-extraction). I suggest that the standoff markup...

API/V1
API/V2

**Before knora-api v11.0.0** The image files and the server files must be stored in 2 separate folders in sipi/. - knora - sipi - images/0801/. [< image files] - server/0801/....

documentation

Is there a way to force Lucene (behind the scene) to match a string with spaces? In my example I try to match a title : `la révolution vaudoise` to...

Gravsearch

I formulated the following query that (should) ask for all resources in Knora (using Postman and POST to https://api.dasch.swiss/v2/searchextended) PREFIX knora-api: CONSTRUCT { ?s knora-api:isMainResource true . } WHERE {...

question
Gravsearch

With `2.6.x` there is now `akka-actor-typed`, which is the new default and recommended way to use Akka actors. Our implementation uses what they now call `Classic Actors`.

There is a strong possibility that we will need to host around 150 new projects each year, so our current strategy of shutting down `knora-api` (or the planned one with...

question

I figured out, that a project admin can create new user, which is good, but he can also give the new user system admin permissions, which shouldn't be possible?!

bug

https://rya.apache.org From the documentation it looks like it should work in theory, but we'd have to try it to find out.

Link properties are currently flagged as editable in v2 ontology responses but since they are maintained by the system the shouldn't be. Only the link value properties should be marked...

API/V2