Wouter Beek

Results 63 issues of Wouter Beek

Some themes in this package (e.g., the read-the-docs based one) use the following external resource, which no longer exists: http://www.pirilampo.org/styles/lib/js/jquery.stickytableheaders.js Is this resource still available from another web location?

A datatype defines its own functions, mapping the lexical form to the value space, and mapping values from the value space to the lexical space. Oftentimes, there is a canonical...

feature

If this cannot be done ATM because of missing libraries or open issues, then we can at least assemble a list of requirements SWI should meet in order to add...

### Observed Using the `distinct` keyword in sub-selects silently breaks `limit`/`offset` functionality. For example, the following query returns 150 results, while 50 results are expected: ```sparql select * { {...

I'm unable to load IRIs from TriplyDB instances using IRI dereferencing, even though these IRI should expose valid RDF in the serialization formats N-Quads, N-Triples, TriG and Turtle. The error...

Starting the webserver results in a crash on my machine: ``` $ npm run-script webserver > [email protected] webserver /home/wbeek/triply/WebVOWL > grunt webserver Running "clean:deploy" (clean) task >> 1 path cleaned....

Whenever a dataset contains a subproperty hierarchy, WebVOWL seems unable to visualize this. While this could be thought of a feature, subproperty hierarchies are very common in Linked Data, and...

WebVOWL currently treats domain classes in a different way than range classes. For the following example: ```ttl prefix : :simple rdfs:domain :From; rdfs:range :To. ``` WebVOWL will display the `:To`...

The following program emits undefined warnings when loading: ```prolog :- meta_predicate test(1). test :- test([a(_)]). test(Goal_1) :- call(Goal_1, b). ``` These are the warnings: ```prolog $ swipl test.pl Warning: /home/wbeek/test.pl:4:...

bug
Core

I have the following error when I run my program code: ``` [Thread 1 (main) at Sun Jan 10 21:42:09 2021] ../src/os/pl-stream.c:369: Sunlock: Assertion failed: 0 C-stack trace labeled "assert_fail":...

bug