query-508144ce045ecdf4704cf5209d482656
Identifying the items we want to check with a query
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
select ?item where {
?item wdt:P4293 ?pm20Id .
filter(regex(?pm20Id, '^co/'))
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?pm20Id")
f0[["regex(?pm20Id,'^co/')"]]
f0 --> v1
v2 --"wdt:P4293"--> v1