query-881905eed50eae35453243bab86d6a26
signature with "|"
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?item ?ins WHERE {
?item wdt:P170 wd:Q381238.
?item wdt:P1684 ?ins .
FILTER (contains(str(?ins), "|" ))
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?ins"):::projected
v2("?item"):::projected
c3(["wd:Q381238"]):::iri
f0[["contains(str(?ins),'|')"]]
f0 --> v1
v2 --"wdt:P170"--> c3
v2 --"wdt:P1684"--> v1