query-bf6d19b6fff47c3a8e2714f9ab6c5cf6

rq turtle/ttl

Propertiesinstance of (P31)country (P17)coordinate location (P625)

Use at

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 ?station ?stationLabel ?countryLabel
WHERE {
?station wdt:P31 wd:Q11997323;
 wdt:P17 ?country.
MINUS {?station wdt:P625 ?location}
SERVICE wikibase:label {bd:serviceParam wikibase:language "[AUTO_LANGUAGE],mul,en,no,sv,da,de"}
} ORDER BY ?countryLabel

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?country") v1("?countryLabel"):::projected v4("?location") v2("?station"):::projected c2(["wd:Q11997323"]):::iri c6(["bd:serviceParam"]):::iri c8(["#91;AUTO_LANGUAGE#93;,mul,en,no,sv,da,de"]):::literal v2 --"wdt:P31"--> c2 v2 --"wdt:P17"--> v3 subgraph minus0["MINUS"] style minus0 stroke-width:6px,fill:pink,stroke:red; v2 --"wdt:P625"--> v4 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end