query-51c5a2854743cae7b064c1cb56a4ee83

rq turtle/ttl

TODO

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?value (STRLEN(STR(?value)) AS ?stringLength) WHERE
{
  wd:Q3785162 wdt:P950 ?value
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?stringLength") v1("?value"):::projected c1(["wd:Q3785162"]):::iri c1 --"wdt:P950"--> v1 bind0[/"string-length(str(?value))"/] v1 --o bind0 bind0 --as--o v2