query-c30dd57ac08464d8863397c978004aec

rq turtle/ttl

Item with a property who have only one specific valueHi, ) : Q276#P407 ? The query below give me all items with Q1860, but I also got items with other values for P407 (example : (P407)language of work or name for (Q1860)English What kind of query can guet the items with only

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?item WHERE {?item wdt:P407 wd:Q1860 .}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected c2(["wd:Q1860"]):::iri v1 --"wdt:P407"--> c2