query-67dacb5cb1eecb99882a972a2825e1c1
SPARQL - Wartung Wikidata, Landkreis LudwigsburgDies entspricht der Arbeitsliste Benutzer:Holger1959/BW-LB
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 schema: <http://schema.org/>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT ?item ?itemLabel ?article ?typLabel ?ortLabel ?commonskat ?bild ?coordinate WHERE {
?item (wdt:P131 | wdt:1001) ?sub0 .
?tree0 (wdt:P150)* ?sub0 .
?tree0 (wdt:P131)* wd:Q8541 . # Q8541 = Landkreis LB
OPTIONAL { ?article schema:about ?item . ?article schema:inLanguage 'de' } . # deutschsprachige Wikipediaseite
OPTIONAL {?item wdt:P373 ?commonskat } . # item hat commons-kategorie
OPTIONAL {?item wdt:P18 ?bild } .
?item wdt:P31 ?typ .
OPTIONAL { ?item wdt:P131 ?ort } .
OPTIONAL { ?item wdt:P625 ?coordinate } .
MINUS{ ?item wdt:P31 wd:Q21573182} # Ohne (Naturdenkmal in Deutschland)
# dieser SERVICE erzeugt die Ausgabe von ?itemLabel (also dem Namen vom item),
SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],de". }
} ORDER BY DESC(?typLabel)
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v5("?article"):::projected
v7("?bild"):::projected
v6("?commonskat"):::projected
v10("?coordinate"):::projected
v2("?item"):::projected
v9("?ort")
v3("?sub0")
v4("?tree0")
v8("?typ")
v1("?typLabel"):::projected
c7(["de"]):::literal
c16(["#91;AUTO_LANGUAGE#93;,de"]):::literal
c4(["wd:Q8541"]):::iri
c14(["bd:serviceParam"]):::iri
c12(["wd:Q21573182"]):::iri
subgraph union0[" Union "]
subgraph union0l[" "]
style union0l fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:1001"--> v3
end
subgraph union0r[" "]
style union0r fill:#abf,stroke-dasharray: 3 3;
v2 --"wdt:P131"--> v3
end
union0r <== or ==> union0l
end
v4 --"wdt:P150"--> v3
v4 --"wdt:P131"--> c4
subgraph optional0["(optional)"]
style optional0 fill:#bbf,stroke-dasharray: 5 5;
v5 -."schema:about".-> v2
v5 --"schema:inLanguage"--> c7
end
subgraph optional1["(optional)"]
style optional1 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P373".-> v6
end
subgraph optional2["(optional)"]
style optional2 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P18".-> v7
end
v2 --"wdt:P31"--> v8
subgraph optional3["(optional)"]
style optional3 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P131".-> v9
end
subgraph optional4["(optional)"]
style optional4 fill:#bbf,stroke-dasharray: 5 5;
v2 -."wdt:P625".-> v10
end
subgraph minus0["MINUS"]
style minus0 stroke-width:6px,fill:pink,stroke:red;
v2 --"wdt:P31"--> c12
end
subgraph s1["http://wikiba.se/ontology#label"]
style s1 stroke-width:4px;
c14 --"wikibase:language"--> c16
end