-
```
Please store the data from the HTTP request for the CSV file as meta-data
in the RDF graph for each store using
http://www.w3.org/TR/HTTP-in-RDF/
e.g. status code, size, media type, cache info, …
-
### Current Behavior
In versions 3.7.4 and 4.1.0, iterating over a TupleQueryResult with large results is extremely slow when compared to older RDF4j versions (2.5.5).
With newer RDF4j versions, r…
-
I'm proposing to consider a new type of SHACL Shape (e.g. 'RepositoryShape') to enforce a vendor-neutral constaints on RDF graphs on a repository level (or triplestore-level in case if there is to 're…
-
## Why?
SPARQL 1.1 Graph Store HTTP Protocol only provisions for operations on a single graph per request (be it the default graph or a named graph). In many situations it is useful to operate on t…
-
```
import owlrl
rdfs = owlrl.RDFSClosure.RDFS_Semantics(g, False, False, False)
rdfs.closure()
result = g.query("""
PREFIX s:
SELECT ?x
WHERE{
?x rdf:type s:Example .
}
""")
pr…
-
The [RDF Dataset Canonicalization specification](https://www.w3.org/TR/rdf-canon/) (currently a Candidate Rec) is based on the abstract syntax of RDF 1.1.
What consequences do the additions in RDF …
-
## Why?
SPARQL 1.1 Graph Store HTTP Protocol does not mandate a minimal set of formats to support. Given RDF 1.1 work, it should now be possible to mandate a minimal set of supported serial…
-
Can rdf-ext make distinction between a Dataset and a Graph?
https://github.com/rdf-ext/rdf-ext-spec/blob/gh-pages/API.md#graphoptional-arraygraph-other
Graph could represent a simple named or default…
-
We need to enhance our monorepo to include provenance tracking using a provonance ontology. This involves creating a Prov class that can track the provenance of function calls and class operations wit…
-
#### Issue type:
- :bug: Bug
____
#### Description:
It looks like blank nodes are not deskolemized after they were skolemized. While debugging why the INSERT-DELETE-WHERE was not working, we…