query-bb575372839fdb0190a568a95ec51a41

rq turtle/ttl

Map plotted with coords of universities that are members of the W3C

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:Map
SELECT DISTINCT ?item ?itemLabel ?loc ?locLabel ?coord WHERE {
  ?item (wdt:P31/(wdt:P279*)) wd:Q3918;
    wdt:P463 wd:Q37033;
    wdt:P131 ?loc.
  ?loc wdt:P625 ?coord.
  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?coord"):::projected v1("?item"):::projected v2("?loc"):::projected a1((" ")) c9(["bd:serviceParam"]):::iri c5(["wd:Q37033"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal c3(["wd:Q3918"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P463"--> c5 v1 --"wdt:P131"--> v2 v2 --"wdt:P625"--> v3 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end