I have a list of strings (contains name entities, names, verbs, etc.) and for each of them, I want to find out if there is any node equivalent to that string in DBpedia dataset. I am using SPARQL to query DBpedia on my machine. As far as I know, SPARQL is case sensitive and there are different naming standards in DBpedia.
What is the best way to do that? I want to extract all triples that are related to each string in the list.