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

Develop further the server version to integrate a UI

Documentation
Feature

I think this functionality merits its own issue. > This may not be what you are talking about here but I am still interested specifying multiple queries. I talked about...

Feature

The issue at https://github.com/wanglingsong/JsonSurfer/issues/75 seems solved, now waiting for release.

Bug
dependencies

And remove `printStackTrace()`

Good First Issue

sometimes people put marginal notes in spreadsheets that are not under any column header. if we had an option like `fx:csv.ignore.columns.with.no.header "true"` then we wouldn't get errors.. OR maybe it...

Feature
Good First Issue

sometimes the header is not on the first row. my colleague pointed this out to me.

Feature
Good First Issue

The CLI has some trace log messages to monitor execution time, for example: ``` [main] TRACE com.github.sparqlanything.cli.SPARQLAnything - [time] Before init: 349 [main] TRACE com.github.sparqlanything.cli.SPARQLAnything - [time] After init: 359...

Improvement

`Triplifier.getInputStream` is processed in many ways without appropriate auto-closing syntax

Improvement

Hi all! I was wondering if there is some info on how SPARQL Anything is implemented? I gather it's mostly Jena, but a diagram of all the components would be...

Documentation

Abstract representation meaning (AMR) is a semantic representation of the meaning of a sentence ``` (w / want-01 :arg0 (b / boy) :arg1 (g / go-01 :arg0 b)) ``` It...

Feature