query-53190668638176b1841f5b6c6b6133f0

rq turtle/ttl

أعمال فنية قد يكون الاسم فيها قافية Works of art where the name might be a rhyme Works of art where the name might be a rhyme Umělecká díla, jejichž název může být rýmem Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Œuvres d’art dont le titre peut-être une rime Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme === Kelahiran: 28 Februari 2006 ( usia 15 tahun ), Seoul, Korea Selatan Nama: Rima Rahmadani === Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Kunstwerken waarbij de naam een rijm zou kunnen zijn Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Konstverk där namnet kan rimma Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme Works of art where the name might be a rhyme 名称可能押韵的艺术品

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?work ?title
WHERE
{
  ?work wdt:P31/wdt:P279* wd:Q838948;
        wdt:P1476 ?title.
  FILTER(REGEX(?title, "^\\w*(\\w{3})(\\W+\\w*\\1)+$", "i") && !REGEX(?title, "^(\\w+)(\\W+\\1)+$", "i")).
}
ORDER BY STR(?title)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?title"):::projected v2("?work"):::projected a1((" ")) c6(["wd:Q838948"]):::iri f0[["regex(?title,'^\w*(\w{3})(\W+\w*\1)+$','i')not regex(?title,'^(\w+)(\W+\1)+$','i')"]] f0 --> v1 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c6 v2 --"wdt:P1476"--> v1