query-f7e044340a5727a33f4f2ff01f2ae772

rq turtle/ttl

TODO

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#>
#defaultView:Graph
#Locations covered by the line
SELECT ?item ?itemLabel ?loc ?locLabel WHERE {
  ?item wdt:P16 wd:Q271195.
  ?item wdt:P31 wd:Q15079663.
  ?item wdt:P131 ?loc.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?loc"):::projected c7(["bd:serviceParam"]):::iri c9(["en"]):::literal c4(["wd:Q15079663"]):::iri c2(["wd:Q271195"]):::iri v1 --"wdt:P16"--> c2 v1 --"wdt:P31"--> c4 v1 --"wdt:P131"--> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end