if(argument.startsWith("http://kres.iks-project.eu/ontology/meta/variables#")){
argument = "?"+argument.replace("http://kres.iks-project.eu/ontology/meta/variables#", "");
}
String sparql = "<http://jena.hpl.hp.com/ARQ/function#namespace>(" + argument + ")";
return new SPARQLFunction(sparql);
}