Tobias Schweizer
Tobias Schweizer
For a reference to another resource, the target's type should be integrated. I tried this approach here https://github.com/dhlab-basel/Knora/pull/1260/commits/5dc9f410a15ef260fbc9d2f3a61ab9e7a8189173, but it required a change in the ontology which we do not...
The input query ``` PREFIX anything: PREFIX knora-api: CONSTRUCT { ?thing knora-api:isMainResource true . ?thing anything:hasDecimal ?decimal . } WHERE { ?thing a anything:Thing . ?thing a knora-api:Resource . OPTIONAL...
Currently, standoff links have the object class constraint of `knora-base:Resource`. Would it make sense to add the possibility to make a subclass of `StandoffLink` whose linking property is more specific?...
- `createAdditionalStatementsForNonPropertyType` could maintain a mutable set of statements that has already generated, generating redundant statements can be avoided (see https://github.com/dhlab-basel/Knora/pull/910#discussion_r201024119).
`GravsearchParser`: ```scala override def meet(node: algebra.ExtensionElem): Unit = { node.getExpr match { case valueConstant: algebra.ValueConstant => if (node.getName.startsWith("_const_")) { // This is a parser-generated constant used in the CONSTRUCT clause....
Hi, Is there a way to increase the client timeout? I did a quick search for "timeout" but the only thing I found was: > I wanted to crawl [Arxiv](http://export.arxiv.org/oai2)...
Hi there, We are using `metha-sync` to harvest quite a big set. Everything went smoothly and we could create an XML using `metha-cat` containing the whole set. The XML is...
When I try to create a link (http://raphaelcruzeiro.github.io/jquery-notebook/), I get the following error after hitting the return key: ``` this.dispatchEvent(changeEvent); TypeError: this.dispatchEvent is not a function on line 755 in...
Hi Tim, first thing I have to say: I am very happy about the work you are doing (I would not like to do it ;-)). I am struggling with...
I forgot to install `openssl-devel`on CentOS 7 but cmake did not complain. Then during the build, it failed (header files were missing). Isn't cmake supposed to find out whether `openssl-devel`...