-
## Describe the issue/bug
502 Proxy error, probably because the backend is down.
## Expected behavior
Access to a sparql endpoint available at https://rdf.geneontology.org/blazegraph/sparql
…
-
https://github.com/eclipse/rdf4j-doc/tree/master/site
Would be also good to secure lyo.eclipse.org
-
Xml Schema Datatypes specifices that the `xsd:float` and `xsd:double` canonical serialization [should be in scientific notation](https://www.w3.org/TR/xmlschema11-2/#f-floatCanmap) like `1.23E4`. Oxig…
-
### Current Behavior
Consider following usecase:
public static void main(final String[] args) throws Exception {
String source = """
PREFIX :
:s :p :o {| :rp "val1" |…
-
This happens when parsing RDF4J and allowing duplicated declarations:
```
java.lang.NullPointerException
at spoon.support.compiler.jdt.JDTTreeBuilderQuery.searchTypeBinding(JDTTreeBuilderQuery.j…
-
Global prefixes defined in a site's `.rdfpub` config are currently not applied to SPARQL queries that are sent to a site's SPARQL endpoint. There doesn't seem to be a way to apply prefixes to SPARQL q…
-
### Current Behavior
If running a docker container with non-default host port, e.g. - 8787:
```
docker run -d -p 8787:8080 -e JAVA_OPTS="-Xms1g -Xmx4g" \
-v data:/var/rdf4j -v logs:/usr/local/tom…
-
The documentation I have read so far does advise creating RDF4j repos with no reasoning, but I don't think I saw any guidance about enabling a context index. I have generally been enabling that index.…
-
While using `rdf4j`, I encountered this error, which I reported on [their repo](https://github.com/eclipse/rdf4j/issues/4473).
It only happens on Virtuoso 7.2.8 and above.
I came across [this fo…
-
Currently the format-specific (RDF/XML, JSON-LD... ) are all part of the org.eclipse.rdf4j.rio.helpers package, which means that format-specific (extra) dependencies are sometimes required in the pom.…