Luigi Asprino

Results 91 comments of Luigi Asprino

It is similar to that included via [9ddd3ee](https://github.com/SPARQL-Anything/sparql.anything/commit/9ddd3ee941e6235175163864f6d27639fb6769b1)

No problem, hope you will figure out the problem.

I resumed this issue as I would like to see whether can be addressed. I had a look at the SHACL specification which seems to me unsuitable for defining a...

Anyway, [35edfd4](https://github.com/SPARQL-Anything/sparql.anything/commit/35edfd497ce394500842eaed2bed10046ad5fdc3) introduces the method `AbstractTriplifierTester.assertConformanceToFxShapes()` which validates the resulting dataset graph against the shapes declared in sparql-anything-testutils/src/main/resources/Facade-X-shapes.ttl So, if anyone comes up with a shape for Facade-X this can...

There is a problem with local paths used in tests with ondisk option (e.g. IssuesTest.test295 IssuesTest.test280_2). The test first instantiates a file with the path of the TDB, then, passes...

[f45decc](https://github.com/SPARQL-Anything/sparql.anything/commit/f45decc24e8f55a18e7a62820d53528b6c5d94f7) fixes the problem with paths. However, it seems that there is still a problem with the test for the issue #295. The test raises an exception when it tries...

I [reported on Jena repository](https://github.com/apache/jena/issues/2092) the problem with deleting the TDB2. Apart from that which causes the test #295 to fail, the Maven build on Windows goes smoothly.

Unfortunately, it falls into a known JVM problem with Windows. Once the file is mapped, it can be deleted only once the JVM terminates. However, we can clear the TDB...

Finally, the Maven build seems to work on Windows 10.

I think this can be closed now.