query-9111375c79a46ef711b4ce4c5dac00ae
Identifier with 11 digits 15:07, 6 August 2018 (UTC)) talk with a 11-digit-length. How can I query that? Thanks in advance! strakhov ((P772)INE municipality code Hi! I want a query listing uses of
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT ?item ?id WHERE {
?item wdt:P772 ?id .
FILTER(STRLEN(?id) = 11) .
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?id"):::projected
v2("?item"):::projected
f0[["string-length(?id) = '11^^xsd:integer'"]]
f0 --> v1
v2 --"wdt:P772"--> v1