The scope of RDF blank nodes is limited to the document in which they appear
On 19.04.2017 13:05, Laura Morales wrote: > Let's say I have two graphs G1 and G2, both having a blank node called _:b0. > If then I select > > SELECT * > FROM <G1> > FROM <G2> > ... > > is the blank node _:b0 treated as the same node, with properties from both > blank nodes in the two graphs?
