anusii / rdflib

A pure Dart package for working with RDF (resource description framework).
https://pub.dev/packages/rdflib
GNU General Public License v3.0
13 stars 3 forks source link

RDFLib: support `Graph` operations like merging, intersection of different `Graph`s #17

Open tian3rd opened 1 year ago

tian3rd commented 1 year ago

When we want to merge two graphs together, or find out the differences between two graphs, it's useful to do that using set operations. We can add some basic methods in the Graph class to achieve similar results.