query-867338ecae749fdac33011d1738cca81

rq turtle/ttl

07:45, 4 July 2021 (UTC)) talk (Shisma suffix, won't yield any results. --@en. But I don't care for the language. I want to find any identical string. Just removing the "Tomorrow Is Yesterday" title English has the (Q5252917)Tomorrow Is Yesterday This tells me if I've found the answer myself:

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX p: <http://www.wikidata.org/prop/>
SELECT ?stmt WHERE {
  wd:Q5252917 p:P1476 ?stmt.
  ?stmt ps:P1476 ?vl.
  FILTER (str(?vl) = "Tomorrow Is Yesterday")
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?stmt"):::projected v1("?vl") c2(["wd:Q5252917"]):::iri f0[["str(?vl) = 'Tomorrow Is Yesterday'"]] f0 --> v1 c2 --"p:P1476"--> v2 v2 --"p:statement/P1476"--> v1