query-6c52be277aae22ca73a9f12a2027f923

rq turtle/ttl

Journalists on Twitter, by country

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#>
#  journalists on Twitter / by country
#defaultView:Map{"hide":["?coor"]}
SELECT ?item ?itemLabel ?itemDescription ?coor (URI(REPLACE(?f,"\\$1",?user)) as ?url) ?natLabel
{ 
    ?item wdt:P106 wd:Q1930187 .
    ?item wdt:P2002 ?user . 
    OPTIONAL { ?item wdt:P27 ?nat . ?nat wdt:P625 ?coor }
    ?item wdt:P31 wd:Q5 .
    SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }
    wd:P2002 wdt:P1630 ?f .
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v4("?coor"):::projected v5("?f"):::projected v1("?item"):::projected v3("?nat") v6("?url") v2("?user"):::projected c12(["wd:P2002"]):::iri c2(["wd:Q1930187"]):::iri c9(["bd:serviceParam"]):::iri c7(["wd:Q5"]):::iri c11(["#91;AUTO_LANGUAGE#93;,en"]):::literal v1 --"wdt:P106"--> c2 v1 --"wdt:P2002"--> v2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P27".-> v3 v3 --"wdt:P625"--> v4 end v1 --"wdt:P31"--> c7 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c9 --"wikibase:language"--> c11 end c12 --"wdt:P1630"--> v5 bind0[/"replace(?f,'\$1',?user)"/] v5 --o bind0 v2 --o bind0 bind0 --as--o v6