query-32b9688c4745bf68176db44d2379da23

rq turtle/ttl

mit Den und Dde, ohne koords

Use at

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 rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
SELECT DISTINCT ?item ?item_label ?range_label ?desc_label_en ?desc_label_de ?elev ?iso ?prom
WHERE 
{

  ?item wdt:P131+ wd:Q1205.
  ?item wdt:P31/wdt:P279* wd:Q106589819.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en".
                         ?item rdfs:label ?item_label.
                         ?range rdfs:label ?range_label.
                         ?item schema:description ?desc_label_en .
                         }
  SERVICE wikibase:label { bd:serviceParam wikibase:language "de".
                         ?item schema:description ?desc_label_de .
                         }
  OPTIONAL { ?item wdt:P4552 ?range . }
  OPTIONAL { ?item wdt:P2044 ?elev . }
  OPTIONAL { ?item wdt:P2659 ?iso . }
  OPTIONAL { ?item wdt:P2660 ?prom . }
}
ORDER BY DESC(?prom)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v7("?desc_label_de"):::projected v6("?desc_label_en"):::projected v8("?elev"):::projected v9("?iso"):::projected v2("?item"):::projected v3("?item_label"):::projected v1("?prom"):::projected v4("?range") v5("?range_label"):::projected a1((" ")) c2(["wd:Q1205"]):::iri c12(["de"]):::literal c9(["en"]):::literal c7(["bd:serviceParam"]):::iri c5(["wd:Q106589819"]):::iri v2 --"wdt:P131"--> c2 v2 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 v2 --"rdfs:label"--> v3 v4 --"rdfs:label"--> v5 v2 --"schema:description"--> v6 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c12 v2 --"schema:description"--> v7 end subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P4552".-> v4 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P2044".-> v8 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P2659".-> v9 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v2 -."wdt:P2660".-> v1 end