query-792e5707ee040e27be82f77cb417307d

rq turtle/ttl

Locations of universities in Cameroon Locations of universities in Cameroon Emplacement des universités du Cameroun Locations of universities in Cameroon Locations of universities in Cameroon Locaties van universiteiten in Kameroen Platser med universitet i Kamerun Locations of universities in Cameroon Locations of universities in Cameroon Locations of universities in Cameroon

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#>
#added before 2016-10
#defaultView:Map
SELECT ?universityLabel ?universityDescription ?website ?coord
WHERE {
    ?university wdt:P31/wdt:P279* wd:Q3918 ;
        wdt:P17 wd:Q1009 ;
        wdt:P625 ?coord .
    OPTIONAL {
        ?university wdt:P856 ?website
    }
    SERVICE wikibase:label {
        bd:serviceParam wikibase:language "en,de" .
    }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v2("?coord"):::projected v1("?university") v3("?website"):::projected a1((" ")) c5(["wd:Q1009"]):::iri c9(["bd:serviceParam"]):::iri c11(["en,de"]):::literal c3(["wd:Q3918"]):::iri v1 --"wdt:P31"--> a1 a1 --"wdt:P279"--> c3 v1 --"wdt:P17"--> c5 v1 --"wdt:P625"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P856".-> v3 end subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end