query-b83d5c2a0f93da2384586c287227aced

rq turtle/ttl

: [A-Za-z][-.0-9A-Za-z]{1,}إذا كان قيد تنسيق المعرف هو : [A-Za-z][-.0-9A-Za-z]{1,}Si la restricció de format d'una ID és : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is ist: [A-Za-z][-.0-9A-Za-z]{1,}Wenn die Formateinschränkung für eine ID : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is : [A-Za-z][-.0-9A-Za-z]{1,}Si la restricción de formato para una ID es : [A-Za-z][-.0-9A-Za-z]{1,}Kui formaadi kitsendus ID jaoks on : [A-Za-z][-.0-9A-Za-z]{1,}Si la contrainte de format pour un identifiant est : [A-Za-z][-.0-9A-Za-z]{1,}אם אילוץ התסדיר למזהה הוא ‎ : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is : [A-Za-z][-.0-9A-Za-z]{1,}Jika pewatas format suatu ID adalah : [A-Za-z][-.0-9A-Za-z]{1,}Se il vincolo di formato per un ID è の場合: [A-Za-z][-.0-9A-Za-z]{1,}IDのフォーマット制約が : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is is: [A-Za-z][-.0-9A-Za-z]{1,}Als de formaatbeperking voor een ID : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is TODO : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is : [A-Za-z][-.0-9A-Za-z]{1,}If the format constraint for an ID is

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?bblid
WHERE {  
    ?item wdt:P2580 ?bblid .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en" }  
    FILTER(!REGEX(STR(?bblid), "^[A-Za-z][-.0-9A-Za-z]{1,}$"))
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?bblid"):::projected v2("?item"):::projected c4(["bd:serviceParam"]):::iri c6(["#91;AUTO_LANGUAGE#93;,en"]):::literal f0[["not regex(str(?bblid),'^#91;A-Za-z#93;#91;-.0-9A-Za-z#93;{1,}$')"]] f0 --> v1 v2 --"wdt:P2580"--> v1 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c4 --"wikibase:language"--> c6 end