query-b2084825a40e79e5c9d0afb322b613f6

rq turtle/ttl

علماء الأحياء بحسابات تويتر Biologists with Twitter accounts Biologists with Twitter accounts Biologové s účty na Twitteru Biologists with Twitter accounts Biologen mit Twitteraccount Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologistes avec des comptes Twitter Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologi con account Twitter Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologen met Twitter-accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Биологами с аккаунтами Twitter Biologists with Twitter accounts Biologer med Twitter-konton Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts Biologists with Twitter accounts 有Twitter帐户的生物学家

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 DISTINCT ?personLabel (CONCAT("https://twitter.com/",?twitterName) AS ?twitterlink) ?pic
WHERE {
  ?person wdt:P2002 ?twitterName ;
    wdt:P106 ?occupation .
  OPTIONAL { ?person wdt:P18 ?pic . }
  ?occupation wdt:P279* wd:Q864503 . # all subclasses of biologists
   SERVICE wikibase:label {
     bd:serviceParam wikibase:language "en"
   }
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?occupation") v1("?person") v4("?pic"):::projected v2("?twitterName"):::projected v5("?twitterlink") c7(["bd:serviceParam"]):::iri c9(["en"]):::literal c5(["wd:Q864503"]):::iri v1 --"wdt:P2002"--> v2 v1 --"wdt:P106"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P18".-> v4 end v3 --"wdt:P279"--> c5 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c7 --"wikibase:language"--> c9 end bind0[/"concat('https://twitter.com/',?twitterName)"/] v2 --o bind0 bind0 --as--o v5