query-3b478adf127b79bda54d007f1366264b
[Housecleaning] Give me the detailed data of the previous query!Achtung: evtl. Timeout! ggf. Noch mal starten.
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 DISTINCT ?aLabel ?wLabel ?pLabel
WHERE
{
?p wdt:P31 wd:Q98270496 .
?p wdt:P1416 ?w .
OPTIONAL {
?w wdt:P131+ ?a .
?a wdt:P31 wd:Q1221156 .
}
SERVICE wikibase:label { bd:serviceParam wikibase:language "de" . }
} ORDER BY ASC(?aLabel) ASC(?wLabel) ASC(?pLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v6("?a")
v1("?aLabel"):::projected
v4("?p")
v3("?pLabel"):::projected
v5("?w")
v2("?wLabel"):::projected
c9(["de"]):::literal
c7(["bd:serviceParam"]):::iri
c5(["wd:Q1221156"]):::iri
c2(["wd:Q98270496"]):::iri
v4 --"wdt:P31"--> c2
v4 --"wdt:P1416"--> v5
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v5 -."wdt:P131".-> v6
v6 --"wdt:P31"--> c5
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c7 --"wikibase:language"--> c9
end