query-bafec48a0675cae8d31e85ffc0874f92
| Query: Recent changes | Find images | TABernacle | PetScan | WDQS . Manual changes to the list will be removed on the next update! a botThis list is periodically updated by Manually update list Sarah Wollaston Article End of automatically generated list.The underlying query for this report is:
Use at
- https://query.wikidata.org/sparql
PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wd: <http://www.wikidata.org/entity/>
PREFIX ps: <http://www.wikidata.org/prop/statement/>
PREFIX pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel {
?item p:P39 ?position .
?position ps:P39 wd:Q30524710 .
FILTER NOT EXISTS { ?position pq:P768 ?constituency }
SERVICE wikibase:label { bd:serviceParam wikibase:language 'en' }
}
ORDER BY ?itemLabel
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?constituency")
v4("?item"):::projected
v1("?itemLabel"):::projected
v2("?position")
c6(["bd:serviceParam"]):::iri
c4(["wd:Q30524710"]):::iri
c8(["en"]):::literal
f0[["not "]]
subgraph f0e0["Exists Clause"]
e0v1 --"p:qualifier/P768"--> e0v2
e0v2("?constituency"):::projected
e0v1("?position"):::projected
end
f0--EXISTS--> f0e0
f0 --> v2
f0 --> c1
f0 --> v3
v2 --"p:qualifier/P768"--> v3
v4 --"p:P39"--> v2
v2 --"p:statement/P39"--> c4
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c6 --"wikibase:language"--> c8
end