query-4c67b9a5a1af65954957b5996a7ba66d

rq turtle/ttl

Orte mit 1 Einwohner

Use at

PREFIX wikibase: <http://wikiba.se/ontology#>
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#>
PREFIX bd: <http://www.bigdata.com/rdf#>
#defaultView:Map
SELECT ?place ?placeLabel ?coordinates ?layer WHERE {
  ?place wdt:P1082 1.
  OPTIONAL { ?place wdt:P17 ?country. }
  OPTIONAL { ?place wdt:P625 ?coordinates. }
  SERVICE wikibase:label {
    bd:serviceParam wikibase:language "en", "cs", "be", "lt", "et", "lv", "el", "ru", "be-tarask", "de".
    ?place rdfs:label ?placeLabel.
    ?country rdfs:label ?layer.
  }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coordinates"):::projected v2("?country") v5("?layer"):::projected v1("?place"):::projected v4("?placeLabel"):::projected c16(["be-tarask"]):::literal c17(["de"]):::literal c10(["be"]):::literal c15(["ru"]):::literal c14(["el"]):::literal c11(["lt"]):::literal c8(["en"]):::literal c13(["lv"]):::literal c12(["et"]):::literal c9(["cs"]):::literal c2(["1^^xsd:integer"]):::literal c6(["bd:serviceParam"]):::iri v1 --"wdt:P1082"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P17".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P625".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 c6 --"wikibase:language"--> c9 c6 --"wikibase:language"--> c10 c6 --"wikibase:language"--> c11 c6 --"wikibase:language"--> c12 c6 --"wikibase:language"--> c13 c6 --"wikibase:language"--> c14 c6 --"wikibase:language"--> c15 c6 --"wikibase:language"--> c16 c6 --"wikibase:language"--> c17 v1 --"rdfs:label"--> v4 v2 --"rdfs:label"--> v5 end