This is my Jena query

"SELECT * " + "WHERE {"  ?x tre:has_boss tre:Good." + "}" ;

IT gives me correct answer but in URI form

www.semanticweb/myontology/IT_Manager

*I want just IT_Manager. I tried rdfs:label but does not work.*

(IT_Manager is a resource object in my ontology)

Reply via email to