query-dfd33a613f010fd7503093286e159841

rq turtle/ttl

SPARQL query

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT (STRAFTER(STR(?item), STR(wd:)) AS ?wikidata) ?twitter WHERE {
    ?item wdt:P39 wd:Q33129158 .
    OPTIONAL { ?item wdt:P2002 ?twitter }
  }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?item"):::projected v2("?twitter"):::projected v3("?wikidata") c2(["wd:Q33129158"]):::iri v1 --"wdt:P39"--> c2 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P2002".-> v2 end bind0[/"substring-after(str(?item),str('wd:'))"/] v1 --o bind0 bind0 --as--o v3