You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the rdf4j repository materialiser to write to a named graph, it writes to this named graph but removes members over the entire repository.
To Reproduce
Use the following config for the output component: outputs: - name: be.vlaanderen.informatievlaanderen.ldes.ldi.RepositoryMaterialiser config: sparql-host: http://rdf4j-server:8080/rdf4j-server repository-id: test named-graph: http://named
And have another named graph in the same repository containing triples with the same subject.
Expected behavior
Only triples in the chosen named graph are removed.
The text was updated successfully, but these errors were encountered:
Describe the bug
When using the rdf4j repository materialiser to write to a named graph, it writes to this named graph but removes members over the entire repository.
To Reproduce
Use the following config for the output component:
outputs: - name: be.vlaanderen.informatievlaanderen.ldes.ldi.RepositoryMaterialiser config: sparql-host: http://rdf4j-server:8080/rdf4j-server repository-id: test named-graph: http://named
And have another named graph in the same repository containing triples with the same subject.
Expected behavior
Only triples in the chosen named graph are removed.
The text was updated successfully, but these errors were encountered: