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
With graphs and triples, one can simply do graph1 + graph2 or graph1 - graph2. I assume this is because Graph.__add__. There are also more operators implemented for Graph.
But that does not seem to be the case for the Dataset and quads? I don't see a reason why it shouldn't work the same way.
The text was updated successfully, but these errors were encountered:
With graphs and triples, one can simply do
graph1 + graph2
orgraph1 - graph2
. I assume this is becauseGraph.__add__
. There are also more operators implemented forGraph
.But that does not seem to be the case for the
Dataset
and quads? I don't see a reason why it shouldn't work the same way.The text was updated successfully, but these errors were encountered: