Martynas Jusevičius

Results 136 issues of Martynas Jusevičius

# Issue validity Live data on dbpedia.org. # Error Description There is a `http://`/`https://` mismatch between requested URIs and the URIs in the data. # Details Originally reported here: https://sourceforge.net/p/dbpedia/mailman/message/37362683/...

type: hosting
status: triage-discussion-needed

I'm scratching my head about this because the build works in MacOS 12.6.1 terminal but fails in NetBeans as well as GH action: ``` [INFO] Running 'npx @rmlio/yarrrml-parser -i /home/runner/work/bkg-streaming/bkg-streaming/beam/target/test-classes/mapping/./beamery/smth/smth/Something.yml...

Hi, I have been trying out the `RDFReader` and noticed a few shortcomings. It fails with an exception on arbitrary RDF files where entities cannot be expected to have `rdfs:label`...

enhancement

Now there are * `nquads` and `ntriples` parsers * `nt` and `nquads` serializers I think these should be aligned across the board * `nt` as an alias for `ntriples` *...

enhancement
parsing
serialization
accepting PR

[This logic](https://github.com/RDFLib/sparqlwrapper/blob/master/SPARQLWrapper/Wrapper.py#L1134) returns different representations based on the return format. I think this breaks the abstraction. The reasonable return type in this case would be rdflib's [`Result`](https://rdflib.readthedocs.io/en/stable/apidocs/rdflib.html#rdflib.query.Result). I think the...

Code in `GraphStoreImpl` that is using `DatasetAccessor` as the backend client swallows exceptions. For example, if the backend Fuseki goes down, the exception would swallowed.

This would involve: * allowing `PUT` requests to non-existing URIs if the agent has access to the parent URI * getting rid of the custom [server-side URI building convention](https://atomgraph.github.io/LinkedDataHub/linkeddatahub/docs/reference/http-api/#graph-names)

enhancement
UI

LinkedDataHub's Docker images are auto-built on Docker Hub and only support the `linux/amd64` architecture. Issues like #149 highlight the need for multi-arch images, however Docker Hub does not support that....

enhancement
docker

`docker-compose up --build` fails on M1 Mac because startup takes too long (the healthcheck grace period is 80s): ``` dependency failed to start: container linkeddatahub-linkeddatahub-1 is unhealthy ``` RDF parsing...

docker

``` [INFO] [WARNING] [INFO] [WARNING] Some problems were encountered while building the effective model for com.atomgraph:linkeddatahub:war:4.0.8 [INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-deploy-plugin is missing. @ org.apache.maven:maven-model-builder:3.8.5:super-pom, jar:file:/mnt/c/ProgramData/chocolatey/lib/maven/apache-maven-3.8.5/lib/maven-model-builder-3.8.5.jar!/org/apache/maven/model/pom-4.0.0.xml, line 137, column 19...