This is a public chat log generated from the #semsol IRC channel.
07:56:37
bengee: one question...
07:56:48
I have some authorityfiles in SKOS
07:57:30
and I need to export a value tagged by "label" - and I want to export all labels and search some labels containing eg. "Hamburg"
07:58:36
can I somehow do this with a better performance than $q = 'SELECT ?lit WHERE { ?x ?y ?lit FILTER regex(?lit, "' . $regex . '", "i") }'; ?
08:00:57
you can try to restrict ?x and ?y somehow, but FILTER(REGEX()) is the only match literals
08:01:11
s/only/only way to/
08:01:13
bengee meant: you can try to restrict ?x and ?y somehow, but FILTER(REGEX()) is the only way to match literals
08:03:53
^^
08:04:11
bengee: can I somehow tell him that I don
08:04:15
't care about ?x ?
08:04:15
't care about ?x ?
08:04:36
hm
08:04:36
or is it faster to access it by sql directly?
12:15:42
not any other way?
12:16:04
the is slower than a direct %Ignacio% I think
12:16:23
the next sparql may bring more options
12:16:24
s/the/the regex
