Hello. How can I use a Java variable in the SPARQL query. ?emp rdf:type ?SomeVariable
I want rdf:type of Managers and Technicals while these two values(Managers and Technicals) are in my Java variable: employee. So I need something like: ?emp rdf:type "employee" Regards
