dsp-api
dsp-api copied to clipboard
DaSCH Service Platform API
After a discussion with @lrosenth and @subotic, here is an issue based on a use case we have : a project would like to submit and update a text (TEI-XML)...
After discussing with @lrosenth and @subotic, and following issues #525 and #566, the knora projects metadata ontology should be implemented as a `system ontology`. - @subotic and @lrosenth will provide...
from https://github.com/dhlab-basel/Knora/pull/1379#issuecomment-534487514 When check for single terms to be marke up in specific way, **all** of them are expected to occur: https://github.com/dhlab-basel/Knora/blob/0a1cbc3c4764509d1aa7679e9c7b40fd9d980de4/webapi/src/main/scala/org/knora/webapi/responders/v2/search/gravsearch/prequery/AbstractPrequeryGenerator.scala#L1290-L1299 https://github.com/dhlab-basel/Knora/blob/0a1cbc3c4764509d1aa7679e9c7b40fd9d980de4/webapi/src/main/twirl/queries/sparql/v2/searchFulltextGraphDB.scala.txt#L90-L94 But if the client submits two terms,...
Currently, when a date is selected as a period in the GUI, the user has to provide a begin and end date to enter this data as a proper period....
Hi guys, we thought about the following approach, please let us know what you think about it. The goal is to copy published data from Knora to a second published...
Steps to reproduce: 1. Start Sipi following the instructions under "With Docker" in `Knora/sipi/README.md`. The README says that is "with config for integration tests": ``` $ export DOCKERHOST=LOCAL_IP_ADDRESS $ docker...
#1423 shows that there needs to be some kind of abstraction for prequery results, so that when the prequery changes, the main query generator doesn't have to change. In particular,...
When searching for a list node that has (many) subnodes, the query is very slow both in v1 and v2. Reproducible with beol data. Example: Search for a letter with...
Looking at the definition of the list node in knora-api in complex schema ``` { "@id" : "knora-api:ListNode", "@type" : "owl:Class", "rdfs:comment" : "Represents a flat or hierarchical list", "rdfs:subClassOf"...
- Split all UserADM, ProjectADM, and GroupADM in `simple` and `extended` variants. The simple variant will have only IRIs pointing to other admin objects, while the extended variant will return...