Enrico Daga

Results 58 issues of Enrico Daga

Some tests in this module are not asserting anything (they cannot fail). Review and change to useful tests.

Good First Issue

Implement a Triplifier for querying DOT files. We can reuse this project: https://github.com/nidi3/graphviz-java

Feature

As the summary says. One option is http://www.jfugue.org

Feature

The system builds properties using a namespace (default `http://sparql.xyz/facade-x/data/`) and the local name derived from the data, for example, the CSV column or the JSON property. However, not all the...

Feature

Currently, facade keys are passed by triplifiers assuming that they are well-formed local names (slash or hash). We should centralise the preprocessing of keys in the facadeXbuilder (and make ourself...

As the summary says, currently the documentation gives a false impression that the IRI schema shown is in a formal BNF, which is not.

We can use io.github.basilapi:rendering library which is based on mime types as format identifiers and supports a large variety of formats.

Feature

At the moment, the namespace option parameter is used as default prefix fro both schema elements and named entities. This may create problems, for example, when joining two CSVs. Users...

Fixed in 7c9e7328cf7c3318fdcefd86ae700f34f6a26f82

Currently, cell values are limited to simple datatypes such as number, string, boolean. However, sometimes cell include richer content, for example, links. We could apply the facade to such content...