Benjamin Geer
Benjamin Geer
It would be nice to know how many bytes GraphDB is actually returning in this case. That could give us a clue.
(and how many statements)
In `HttpTriplestoreConnector.getSparqlHttpResponse`, you could print the length of the response string before returning it: https://github.com/dasch-swiss/knora-api/blob/f089f4b7820f47bbda93c9af33de88e5570cd8d3/webapi/src/main/scala/org/knora/webapi/store/triplestore/http/HttpTriplestoreConnector.scala#L677 If it's an extended construct response, it will be parsed by `ConstructResponseTurtleHandler`, which could count...
@gfoo Good to know. The problem with `owlim:query-limit-results` is that it just truncates the result if it's too big. It would be better to have a setting that returned an...
What user are you when you submit the import?
How about creating the data as the project admin?
> The problem with hasLinkToArkID is that the only thing the client can do is show a link which the user can click on, since this link will point to...
Sounds good to me!
Since this is a breaking change, we need to check whether anyone is using Geoname values in Knora.
I had a look at it when you first mentioned it, but it doesn't seem to be able to do annotations that are longer than one line.