<div dir="ltr"><div class="gmail_default" style="font-size:small">Nicolas,</div><div class="gmail_default" style="font-size:small"><br></div><div class="gmail_default" style="font-size:small">This is close to what I am needing and wanting.</div><div class="gmail_default" style="font-size:small">But how to get record rows for each word within a label ?</div><div class="gmail_default" style="font-size:small">It would be amazing if the Wikidata Label service already had the wiring to perform that and we could ask for "words" from each label.</div><div class="gmail_default" style="font-size:small"><br>Thoughts on how to do with without the enhancement request for the Label service ?</div><div class="gmail_default" style="font-size:small"><br clear="all"></div><div class="gmail_extra"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr">Thad<div><a href="https://www.google.com/+ThadGuidry" target="_blank">+ThadGuidry</a><br></div></div></div></div></div></div>
<br><div class="gmail_quote">On Mon, Sep 18, 2017 at 12:49 PM, Nicolas VIGNERON <span dir="ltr"><<a href="mailto:vigneron.nicolas@gmail.com" target="_blank">vigneron.nicolas@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi<br><br>[snip]<span><br> <br>><br>> I did not see any special syntax or FILTER or Label service commands to help with splitting apart a Label by whitespace and then applying a filter on each string.<br>><br>> How would I accomplish this ? <br><br></span>Maybe with the function STRAFTER <a href="https://www.w3.org/TR/sparql11-query/#func-strafter" target="_blank">https://www.w3.org/TR/<wbr>sparql11-query/#func-strafter</a><br><br>Example of use:<br><br>SELECT ?item ?itemLabel ?itemLabelafter WHERE {<br>    ?item  wdt:P19 wd:Q647 ; rdfs:label ?itemLabel.<br>    FILTER (lang(?itemLabel) = "fr").<br>    BIND ( STRAFTER(?itemLabel, " ") AS ?itemLabelafter )<br>}<br>LIMIT 10<br><br>Cdlt, ~nicolas</div>
<br>______________________________<wbr>_________________<br>
Wikidata mailing list<br>
<a href="mailto:Wikidata@lists.wikimedia.org">Wikidata@lists.wikimedia.org</a><br>
<a href="https://lists.wikimedia.org/mailman/listinfo/wikidata" target="_blank" rel="noreferrer">https://lists.wikimedia.org/<wbr>mailman/listinfo/wikidata</a><br>
<br></blockquote></div><br></div></div>