Channel #semsol: Logs

This is a public chat log generated from the #semsol IRC channel.

07:56:37 ^Jenny^: bengee: one question...
07:56:48 ^Jenny^: I have some authorityfiles in SKOS
07:57:30 ^Jenny^: 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 ^Jenny^: 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 bengee: you can try to restrict ?x and ?y somehow, but FILTER(REGEX()) is the only match literals
08:01:11 bengee: s/only/only way to/
08:01:13 fsfsysbot: bengee meant: you can try to restrict ?x and ?y somehow, but FILTER(REGEX()) is the only way to match literals
08:03:53 ^Jenny^: ^^
08:04:11 ^Jenny^: bengee: can I somehow tell him that I don
08:04:15 bengee: 't care about ?x ?
08:04:15 ^Jenny^: 't care about ?x ?
08:04:36 ^Jenny^: hm
08:04:36 ^Jenny^: or is it faster to access it by sql directly?
12:15:42 ^Jenny^: not any other way?
12:16:04 ^Jenny^: the is slower than a direct %Ignacio% I think
12:16:23 bengee: the next sparql may bring more options
12:16:24 ^Jenny^: s/the/the regex