I have a question about how graphDB work with multiples graphs in the same repository: If 2 different graphs has the same triples, the graphDB keep the 2 triples (duplicated) or clean?
Asked
Active
Viewed 75 times
1 Answers
2
It will keep both of them, depend on the query it will display what you need. Lets do the following example, first we will add the statements in first graph:
Then add the same triple in new graph in same repo:
If you then query both of them, both will display the statements

Tihomir
- 21
- 2
-
and is there any way for graphDB to automatically clean up duplicate triples from different named graphs? – Gisane Michelon Apr 12 '23 at 17:48