dsp-api
dsp-api copied to clipboard
DaSCH Service Platform API
I get the following error when I run sbt in my Knora project root: ``` typesafe-releases: unable to get resource for org/apache/logging/log4j#log4j-slf4j-impl;2.11.1: res=https://repo.typesafe.com/typesafe/releases/org/apache/logging/log4j/log4j-slf4j-impl/2.11.1/log4j-slf4j-impl-2.11.1.pom: javax.net.ssl.SSLHandshakeException: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException:...
In case of properties with XML/standoff and mapping including a XSL transformation: - when get a resource in v1 (http://host/v1/resources/IRI), it gives back the source in XML - when get...
This would allow the user to specify the access level for his user profile information, e.g., should his `email` be accessible by `Anonymous` users or only viewable by `KnownUsers`.
We can send these permissions `CR knora-admin:Creator|RV knora-admin:Creator` to Knora API v2 when we create a permissions: ```json { "@type": "anything:Thing", "knora-api:attachedToProject": { "@id": "http://rdfh.ch/projects/0001" }, "knora-api:hasPermissions": "CR knora-admin:Creator|RV knora-admin:Creator",...
Using Gravsearch's `owlim:query-limit-results` setting is not great, because if the limit is exceeded, it silently truncates the query result, which can result in strange errors or inconsistencies. It would be...
Is there a more effective way to get the list of distinct values of a property (`hasJournalTitle`) other than to go through all the pages? Actually, I do that in...
When searching for a list node in the simple schema, the client should be able to restrict the search to a certain language. Also the search result should be served...
As discussed long time ago, we have to provide to the end users of LL a way to manage a _draft_ version of a resource which is different of the...
When I remove a user from a project, but the user is in the project-admin group, it doesn’t update this information. Now I get the following user-response back:  Five...
Is it possible to accept array of values on `HTTP POST to http://host/v2/values` end point? (It is already possible on resource creation endpoint) ```json { "@context": { "rdf": "http://www.w3.org/1999/02/22-rdf-syntax-ns#", "knora-api":...