linked_data_sparql/construct_query/
union.rs

1pub trait Union {
2  fn union(self, other: Self) -> Self;
3}