Selecting from different csv in SPARQL

79 Views Asked by At

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)

0

There are 0 best solutions below