> What is more, it gets bNode labels across files right (so using _:a in > two files is two bNodes).
Thinking about this... - if the files contain anonymous blank nodes (for example in Turtle), each node (converted with RIOT) should be assigned a random name (this is where rapper fails, and RIOT works) - if the files already contain named blank nodes (eg _:node1 <predicate> <object>) then I guess these nodes should probably keep their names and not be reassigned a random ID, because they are probably intended to mean the same blank node
