Martynas Jusevičius

Results 136 issues of Martynas Jusevičius

When no matching response `Variant` is found, `NotAcceptableExceptionMapper` should be invoked and return a `406 Not Acceptable` response. Instead, the `ClientErrorExceptionMapper` is invoked and causes a `500 Internal Server Error`:...

I'd like to migrate from RDFLib and start using pyoxigraph, but I have multiple issues with the `Triple`/`Quad`/`Store`-based API: * it does not provide representations of [RDF graph](https://www.w3.org/TR/rdf11-concepts/#section-rdf-graph) and [RDF...

enhancement

## URL address of the page where you encountered the problem ## Description of the problem I copy-pasted Skosmos Turtle output into http://ttl.summerofcode.be and it does parse, nor does it...

bug

Just installed `awscurl` on EC2 (Ubuntu) and trying to access the Neptune DB endpoint, but ```bash awscurl 'https://xxxxxxxxxxxcluster.cluster-ro-cnol6sn9sq5j.us-east-1.neptune.amazonaws.com:8182/sparql' \ -X POST \ --data-binary \ -d 'query=ASK {}' \ --region us-east-1...

The project could be refactored into a [multi-module Maven project](https://www.baeldung.com/maven-multi-module). Then LinkedDataHub could include a dependency on the server module but not the processor module.

enhancement

Reading JSONL files (`.ndjson`) would be useful.

Hi, I'm following the [Fuseki HA setup instructions](https://afs.github.io/rdf-delta/ha-fuseki.html#demonstration). I've saved the [example config](https://afs.github.io/rdf-delta/ha-fuseki.html#fuseki-config) as `java -jar delta-fuseki.jar --conf config-1.ttl` and ran the following command: ```bash java -jar delta-fuseki.jar --conf config-1.ttl...

In JAX-RS, `NotAcceptableException` often (usually?) occurs when `request.selectVariant(variants)` returns `null`, i.e. there's no match between requested variants and supported variants. Furthermore, [`Response::notAcceptable`](https://docs.oracle.com/javaee/7/api/javax/ws/rs/core/Response.html#notAcceptable-java.util.List-) accepts a `List` argument. Therefore it would be...

Hi, we have just published a POM2RDF converter that traverses Maven POMs and outputs an RDF graph of project dependencies using DOAP and doap-deps vocabularies: https://hub.docker.com/r/atomgraph/pom2rdf It can be used...

feature-discussion

My understanding was that ChromaDB's [default embeddings](https://docs.trychroma.com/embeddings#default-all-minilm-l6-v2) are running locally and do not require an API key. However I cannot find an example like this in the README, all examples...