Sebastian Faubel

Results 4 issues of Sebastian Faubel

I have a graph in which I created RDF collections using the following function: ``` foreach (var (s, value) in items) { var o = graph.AssertList(value); graph.Assert(s, p, o); }...

### What version of Dgraph are you using? v23.0.1 ### Tell us a little more about your go-environment? I'm using the `dgraph/dgraph:latest` image from dockerhub. ### Have you tried reproducing...

Stale

- Replaced 'yomiko' instance URI to eprints vocabulary URI for transforming eprints_status. - Removed 'ignore' whitelist for more robustness. - Refactored transformations for atom:title and atom:summary. - Added transformations for...

I extended the factory methods `namedNode`, `blankNode`, `literalNode `and `variable `to also accept an optional token as additional parameter and pass it to the created Term instance. Then I changed...

feature-request
input-needed
semver.minor