query-5c14627832cd79f88083cff35c5a19f4
LIH to be fixed containing _ SELECT ?item ?lih WHERE { ?item wdt:P7699 ?lih . filter(contains(str(?lih),"_")) }
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
#LIH to be fixed containing _
SELECT ?item ?lih WHERE {
?item wdt:P7699 ?lih .
filter(contains(str(?lih),"_"))
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v2("?item"):::projected
v1("?lih"):::projected
f0[["contains(str(?lih),'_')"]]
f0 --> v1
v2 --"wdt:P7699"--> v1