String argument2 = stringFunctionAtom2.toSPARQL().getObject();
argument1 = argument1.toString().replace("http://kres.iks-project.eu/ontology/meta/variables#", "");
argument2 = argument2.toString().replace("http://kres.iks-project.eu/ontology/meta/variables#", "");
return new SPARQLComparison(argument1 + " != " + argument2);
}