query-3679040ec564144de880451e94c5f20d
PMA Gees Bend quilters with no date of death
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?itemDescription ?movementLabel ?movement WHERE {
?item wdt:P31 wd:Q5;
wdt:P172 wd:Q49085;
wdt:P6379 wd:Q510324;
wdt:P135 wd:Q7759116.
FILTER(NOT EXISTS { ?item wdt:P570 _:b4. })
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
OPTIONAL { ?item wdt:P135 ?movement. }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?item"):::projected
v2("?movement"):::projected
a1((" "))
c7(["wd:Q510324"]):::iri
c9(["wd:Q7759116"]):::iri
c11(["bd:serviceParam"]):::iri
c3(["wd:Q5"]):::iri
c5(["wd:Q49085"]):::iri
c13(["#91;AUTO_LANGUAGE#93;,en"]):::literal
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"wdt:P570"--> e0a1
e0v1("?item"):::projected
e0a1((" ")):::projected
end
f0--EXISTS--> f0e0
f0 --> v1
f0 --> c1
f0 --> a1
v1 --"wdt:P570"--> a1
v1 --"wdt:P31"--> c3
v1 --"wdt:P172"--> c5
v1 --"wdt:P6379"--> c7
v1 --"wdt:P135"--> c9
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."wdt:P135".-> v2
end