Hi I have two csv data sources. The csv contains name of employees.
csv1 with heading: Name
Contents: Jack, Tom, Andy, Jim, Stella.
csv2 with heading: EmployeeName
Contents: Bella, Stefan, Jim, Cathy, Jack
Now I need a SPARQL query, where I can search the two csv, and have a variable where both the data can be combined avoiding duplicates(for ex: avoiding Jim and Jack in this instance, but getting data of these names only once)