-
This is a proposal for an overhaul of current Scribble implementation.
_The goal of the project is for every document generated by Scribble to be semantically annotated with RDFa + JSON-LD and sea…
-
The code below runs fine in dgraph 23.10:
```rs
let mut mu = Mutation::new();
mu.set_cond(format!("@if(eq(len(system), 0) AND eq(len(envs), 2))"));
mu.set_set_nquads(format!(
r#"_:s…
-
Hextuples is an RDF format used where highly performant and parallel parsing is required at the expense of verbosity and filesize.
It is considered to be even faster to parse than NQuads due to its u…
-
Houcemeddin Turki might be able to work on this.
-
**Describe the bug**
Parsing a large RDF file into an in-memory PyOxigraph store, then using `dump()` to serialize it back out again, causes a segfault to be thrown from module `pyoxigraph.cpython-31…
-
@josd showed me the following code to translate n4 code (NQuads with prefixes and relative URLs to translate it to n3.
```turtle
@prefix log: .
@prefix graph: .
@prefix : .
:a :b :c :g1.
:d …
-
### Current Behavior
When I do:
`curl "http://localhost:8080/rdf4j-workbench/repositories/repositoryName/export?Accept=application%2Ftrig" --compressed -o ./repositoryName.trig`
I get only 15k f…
-
```
REPOSITORY TAG IMAGE ID CREATED SIZE
adfreiburg/qlever latest …
-
rdf-shell should have parameters to defined the input and output media type.
-
Possible solution:
* Converter generates a SPARQL query with instructions to delete the data
* Webhook executes the SPARQL query before uploading the new data