Closed JoeyT1994 closed 8 months ago
Quick PR which extends the union function to work on multiple NamedGraphs,
union
NamedGraphs
e.g. union(g1::AbstractNamedGraph, g2::AbstractNamedGraph, g3::AbstractNamedGraph) now works
union(g1::AbstractNamedGraph, g2::AbstractNamedGraph, g3::AbstractNamedGraph)
Thanks! Could you add a short test?
Sure, I added a test to a relevant existing set
Quick PR which extends the
union
function to work on multipleNamedGraphs
,e.g.
union(g1::AbstractNamedGraph, g2::AbstractNamedGraph, g3::AbstractNamedGraph)
now works