query-996ea8fa98af557acf612740cc3a16d7
| 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 End of automatically generated list.The underlying query behind this report is:
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 pq: <http://www.wikidata.org/prop/qualifier/>
PREFIX p: <http://www.wikidata.org/prop/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?position ?positionLabel ?inception ?abolished ?jurisdictionLabel ?countryLabel ?replacesLabel ?replacedbyLabel WHERE {
wd:Q27957660 p:P527 [ pq:P39 ?position ]
OPTIONAL { ?position wdt:P1001 ?jurisdiction }
OPTIONAL { ?position wdt:P17 ?country }
OPTIONAL { ?position wdt:P571 ?inception }
OPTIONAL { ?position wdt:P576 ?abolished }
OPTIONAL { ?position wdt:P1365 ?replaces }
OPTIONAL { ?position wdt:P1366 ?replacedby }
SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?abolished"):::projected
v3("?country")
v4("?inception"):::projected
v2("?jurisdiction")
v1("?position"):::projected
v7("?replacedby")
v6("?replaces")
a1((" "))
c13(["en"]):::literal
c11(["bd:serviceParam"]):::iri
c2(["wd:Q27957660"]):::iri
a1 --"p:qualifier/P39"--> v1
c2 --"p:P527"--> a1
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P1001".-> v2
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P17".-> v3
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P571".-> v4
end
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P576".-> v5
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P1365".-> v6
end
subgraph optional5["(optional)"]
style optional5 fill:#bbf,stroke-dasharray: 5 5;
v1 -."p:direct/P1366".-> v7
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c11 --"wikibase:language"--> c13
end