If I have this node

    :Alice :name "Alice", "Alice Smith" ;
           :age 25 .

how can I return *only one* of the ":name" properties with SPARQL? For example 
return ("Alice", 25)

Reply via email to