query-9cbfaa520ad304e3e30c9838bafda8a7
User_talk:Ivan_A._Krestinin#Edits_with_no_change
9 latin chars according to http://www.ccli.gov.hk/iicore/iicore.html
SELECT ?value (STRLEN(?value) AS ?stringLength) (STRLEN("XX3386112"^^xsd:string) AS ?goal) WHERE { wd:Q3785162 wdt:P950 ?value }
Use at
- https://query.wikidata.org/sparql
PREFIX xsd: <http://www.w3.org/2001/XMLSchema#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
# User_talk:Ivan_A._Krestinin#Edits_with_no_change
# 9 latin chars according to http://www.ccli.gov.hk/iicore/iicore.html
SELECT ?value
(STRLEN(?value) AS ?stringLength)
(STRLEN("XX3386112"^^xsd:string) AS ?goal)
WHERE
{
wd:Q3785162 wdt:P950 ?value
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?goal")
v2("?stringLength")
v1("?value"):::projected
c1(["wd:Q3785162"]):::iri
c1 --"wdt:P950"--> v1
bind0[/"string-length(?value)"/]
v1 --o bind0
bind0 --as--o v2
bind1[/"string-length('XX3386112')"/]
bind1 --as--o v3