query-48ec6daabfb914a894138a4d3d52220f

rq turtle/ttl

shipyard indirect location

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 ?organisation ?organisationLabel ?location ?locationLabel ?coordinates WHERE {
  ?organisation wdt:P131 ?location;
    wdt:P31 wd:Q190928.
  ?location wdt:P625 ?coordinates.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "en-gb,en,mul". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coordinates"):::projected v2("?location"):::projected v1("?organisation"):::projected c8(["en-gb,en,mul"]):::literal c6(["bd:serviceParam"]):::iri c3(["wd:Q190928"]):::iri v1 --"wdt:P131"--> v2 v1 --"wdt:P31"--> c3 v2 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c6 --"wikibase:language"--> c8 end