Do you care about which one? If not, just use the LIMIT keyword to get only one. Otherwise, it's going to depend on which one you want and how you want to distinguish them.
ajs6f > On Apr 24, 2018, at 5:54 AM, Laura Morales <[email protected]> wrote: > > 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)
