query-2a1cf629dea0694ffd9557a7cfe318a2

rq turtle/ttl

Mahir256(P2559)Wikidata usage instructions

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?itemLabel ?valueLabel (strlen(?valueLabel) as ?nbChar)
WHERE
{
    ?item wdt:P2559 ?value .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "en,en"  }    
}
order by desc (?nbChar)
LIMIT 3

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?item"):::projected v4("?nbChar") v3("?value") c3(["bd:serviceParam"]):::iri c5(["en,en"]):::literal v2 --"wdt:P2559"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c3 --"wikibase:language"--> c5 end bind0[/"string-length(?valueLabel)"/] null --o bind0 bind0 --as--o v4