Re: [Virtuoso-users] quick exact label search through all languages

2015-10-08 Thread Patrick van Kleef
Hi Jörn, > > I know i can do something like the following, but it's terribly slow > (timeout, no result): > > select * where { > ?s rdfs:label ?l . > FILTER(str(?l) = "贝拉克·奥巴马"). > } > > e.g. >

[Virtuoso-users] quick exact label search through all languages

2015-10-08 Thread Jörn Hees
Hi, i'm trying to do simple entity lookup by label (exact match), but i don't know the language of the label. I know i can do something like the following, but it's terribly slow (timeout, no result): select * where { ?s rdfs:label ?l . FILTER(str(?l) = "贝拉克·奥巴马"). } e.g.

Re: [Virtuoso-users] quick exact label search through all languages

2015-10-08 Thread Jörn Hees
Hi Patrick, > On 8 Oct 2015, at 13:33, Patrick van Kleef wrote: > >> I know i can do something like the following, but it's terribly slow >> (timeout, no result): >> >> select * where { >> ?s rdfs:label ?l . >> FILTER(str(?l) = "贝拉克·奥巴马"). >> } >> >> [...] > > This of