graue70
graue70
By running the command `docker run --rm -v "$PWD:/gitbook" -p 4000:4000 billryan/gitbook gitbook install && gitbook serve` one can entirely circumvent installing node.js and gitbook. Maybe this should be added...
```sparql PREFIX wdt: SELECT ?n WHERE { ?s wdt:P734 ?n . } ``` The query works fine without the nameservice (3M results). With the nameservice, it yields to the following...
In the screenshot you can see that the query that was supposedly sent (titled 'Your query was') and the query that was actually sent are not the same. Particularly, one...
The following javascript code ```javascript query = `PREFIX wd: PREFIX rdfs: SELECT ?label WHERE { # A line containing only whitespace and a comment breaks the query wd:Q90 @en@rdfs:label ?label...
When ticking the checkbox 'Automatically add names to result', the following query yields 37 results: ```sparql PREFIX wd: PREFIX wdt: SELECT DISTINCT ?0 WHERE { ?0 wdt:P136 wd:Q11424 . }...
Running the example query "_Cities in Germany population latest_" (see below) on `http://qlever.informatik.uni-freiburg.de/Clueweb+Freebase` yields a strange result. It seems to suggest that the population of the first 73 cities is...
At the moment, there seems to be no way to find out which toml version is currently supported. This might lead to problems like #26 if toml introduces new features...
I'm not sure whether this is a bug or a feature request. I think the behavior is not documented, so it might be a bug. ### Related problem In [the...