Server.Java icon indicating copy to clipboard operation
Server.Java copied to clipboard

A Triple Pattern Fragments server for Java

Results 21 Server.Java issues
Sort by recently updated
recently updated
newest added

When fragments are retrieved in JSON-LD, it looks like the `hydra:totalItems` values are being returned as strings, instead of a number such as `xsd:integer`. This _does_ work properly when serialized...

bug

I discovered this on the [Wikidata TPF endpoint](https://query.wikidata.org/bigdata/ldf): Accept header containing `application/ld+json`: ``` $ curl -H 'Accept: application/trig;q=1.0,application/ld+json;q=0.9,application/n-quads;q=0.7,text/turtle;q=0.6,application/rdf+xml;q=0.5' https://query.wikidata.org/bigdata/ldf ``` -> Returns 500 Accept header containing `application/json`: ``` $ curl...

I tried to upgrade this package to Jena 3.10.0 (since 3.1.0 has dependencies which have some security issues) and I get `Not in a transaction` exceptions in tests, e.g.: ```...

HDT files with blank nodes generate invalid turtle because of blank nodes. Can we create a skolemized Model somehow?

bug
enhancement

Maven build fails with ``` [ERROR] Failed to execute goal on project ldfserver: Could not resolve dependencies for project org.linkeddatafragments:ldfserver:war:0.2.1: Could not find artifact org.rdfhdt:hdt-jena:jar:2.0 in central (https://repo.maven.apache.org/maven2) -> [Help...

The algorithm that generates TPF responses for the index data source is incorrect for cases in which the requested triple pattern contains a specific variable multiple times. For instance, suppose...

bug

Hello, trying to compile the latest version of the library (in order to have it on my local maven), I had the following errors: ``` ~/dev_src/LDF/Server.Java (master) $ mvn clean...

Using Service Provider Interface for datasources could be useful for allowing users to support their own stores/libraries (e.g. Sesame or a plain-old RDBMS, deprecated as triple store by Jena and...

The algorithm that generates TPF responses using the Jena TDB backend is incorrect for cases in which the requested triple pattern contains a specific variable multiple times. For instance, suppose...

The algorithm that generates TPF responses using the HDT backend is incorrect for cases in which the requested triple pattern contains a specific variable multiple times. For instance, suppose the...