sparql.anything icon indicating copy to clipboard operation
sparql.anything copied to clipboard

SPARQL Anything is a system for Semantic Web re-engineering that allows users to ... query anything with SPARQL.

Results 96 sparql.anything issues
Sort by recently updated
recently updated
newest added

Bumps [jsoup](https://github.com/jhy/jsoup) from 1.14.2 to 1.15.3. Release notes Sourced from jsoup's releases. jsoup 1.15.3 jsoup 1.15.3 is out now, and includes a security fix for potential XSS attacks, along with...

dependencies
java

There are a lot of ``` if(properties.containsKey(IriArgument.tostring)) then extract the value (possibly, interpret the string as integer or boolean) else return a default value ``` This can be implemented as...

I would like to discuss a few design choices related to ondisk feature. This issue relates to the PR #185 issues #280 #295 #296 and #298 (at least). First, why...

These lines: ``` dg.begin(ReadWrite.READ); logger.debug("Size default graph {}", dg.getDefaultGraph().size()); logger.debug("Size of the graph {}: {}", p.getProperty(IRIArgument.LOCATION.toString()), dg.getGraph(NodeFactory.createURI(p.getProperty(IRIArgument.LOCATION.toString()) + "#")).size()); dg.end(); ```

References to "/tmp" should be replaced by `System.getProperty("java.io.tmpdir")`

Enabling slicing with ondisk makes the engine open too many files (a new TDB is created for each slice) and the execution fails. ``` Exception in thread "main" org.apache.jena.dboe.base.file.FileException: Failed...

Bug

in case you want to append to existing file.

When running "mvn install" on the sparql.anything directory the following is obtained: Results: Failed tests: testWithOnDiskGraph1(com.github.sparqlanything.csv.CSVTriplifierTest): expected 21 quads but found 34 testWithOnDiskGraph2(com.github.sparqlanything.csv.CSVTriplifierTest): expected 13 quads but found 34 Attached...

Bug

I'm going to use this comment to collect the general structure of the documentation and general format issues # General structure The plan for improving the documentation is the following....

Documentation