query-35d3a26299b95d358313344aec771e50
11:03, 24 May 2020 (UTC) dosisEpì--14:15, 24 May 2020 (UTC)) talk (MrProperLawAndOrder: How can you know, especially if so many other items are shown in your query, demonstrating that GND-DtBio items without P669 and P570 exist since long ago? Epìdosis@ 11:50, 24 May 2020 (UTC) JuraCan we flag them somehow, similar to ORCID ones. --- : (Q5)human (P31)instance of Query limited to
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT ?person ?gnd
WHERE {
?person wdt:P227 ?gnd .
?person wdt:P7902 ?gnd .
MINUS { ?person wdt:P569 ?b . }
MINUS { ?person wdt:P570 ?d . }
?person wdt:P31 wd:Q5 .
}
ORDER BY DESC(?item)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v4("?b")
v5("?d")
v3("?gnd"):::projected
v1("?item")
v2("?person"):::projected
c6(["wd:Q5"]):::iri
v2 --"wdt:P227"--> v3
v2 --"wdt:P7902"--> v3
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P569"--> v4
end
subgraph minus1["MINUS"]
style minus1 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P570"--> v5
end
v2 --"wdt:P31"--> c6