query-c30681d8cf5110148ef5e740eda60cb5

rq turtle/ttl

Chercheurs utilisant la BLSHTous les chercheurs affiliés à un département de l'UdeM dont les disciplines sont servies par la Bibliothèque des lettres et sciences humaines.

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 ?_udem ?_udemLabel ?positionLabel ?deptLabel ?orcid ?gs_id WHERE {

  SERVICE wikibase:label { bd:serviceParam wikibase:language "[AUTO_LANGUAGE],en". }

  VALUES ?BLSH {  wd:Q111451581 wd:Q111512221 wd:Q111534412 wd:Q112917814 wd:Q112918207 wd:Q112918616 wd:Q112918626 wd:Q112918632
 wd:Q112918638 wd:Q112918650  wd:Q112918660 wd:Q112918669 wd:Q112918679 wd:Q112918688 wd:Q112918697 wd:Q23817644 }  
   ?_udem wdt:P1416 ?BLSH.             # affiliation départements FAS-BLSH
  OPTIONAL { ?_udem wdt:P106 ?position.     }
  OPTIONAL { ?_udem wdt:P1416 ?dept.     } # discipline
  OPTIONAL { ?_udem wdt:P101 ?field_of_work.     } # discipline
  OPTIONAL { ?_udem wdt:P496 ?orcid.             } # ORCID 
  OPTIONAL { ?_udem wdt:P1960 ?gs_id.            } # Google Scholar ID
  OPTIONAL { ?_udem wdt:P2038 ?researchgate_id.  } # ResearchGate ID
  OPTIONAL { ?_udem wdt:P5715 ?academia_id.      } # Academia.edu URL              
  FILTER ( ?position in (wd:Q25339110,wd:Q9344260,wd:Q5669847,wd:Q211830,wd:Q338337,wd:Q1266283,wd:Q357813,wd:Q5133792 ) ) # juste le rang de prof 
}
ORDER BY DESC(?_udem)

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?BLSH") v1("?_udem"):::projected v9("?academia_id") v4("?dept") v5("?field_of_work") v7("?gs_id"):::projected v6("?orcid"):::projected v2("?position") v8("?researchgate_id") c10(["bd:serviceParam"]):::iri c12(["#91;AUTO_LANGUAGE#93;,en"]):::literal list0c4(["wd:Q211830"]):::iri list0c2(["wd:Q9344260"]):::iri list0c3(["wd:Q5669847"]):::iri list0c1(["wd:Q25339110"]):::iri list0c5(["wd:Q338337"]):::iri list0c6(["wd:Q1266283"]):::iri list0c8(["wd:Q5133792"]):::iri list0c7(["wd:Q357813"]):::iri list0c1 --o f0 list0c2 --o f0 list0c3 --o f0 list0c4 --o f0 list0c5 --o f0 list0c6 --o f0 list0c7 --o f0 list0c8 --o f0 f0[[" in "]] f0 --> v2 subgraph s1["http://wikiba.se/ontology#label"] style s1 stroke-width:4px; c10 --"wikibase:language"--> c12 end bind1[/VALUES ?BLSH/] bind1-->v3 bind10(["wd:Q111451581"]) bind10 --> bind1 bind11(["wd:Q111512221"]) bind11 --> bind1 bind12(["wd:Q111534412"]) bind12 --> bind1 bind13(["wd:Q112917814"]) bind13 --> bind1 bind14(["wd:Q112918207"]) bind14 --> bind1 bind15(["wd:Q112918616"]) bind15 --> bind1 bind16(["wd:Q112918626"]) bind16 --> bind1 bind17(["wd:Q112918632"]) bind17 --> bind1 bind18(["wd:Q112918638"]) bind18 --> bind1 bind19(["wd:Q112918650"]) bind19 --> bind1 bind110(["wd:Q112918660"]) bind110 --> bind1 bind111(["wd:Q112918669"]) bind111 --> bind1 bind112(["wd:Q112918679"]) bind112 --> bind1 bind113(["wd:Q112918688"]) bind113 --> bind1 bind114(["wd:Q112918697"]) bind114 --> bind1 bind115(["wd:Q23817644"]) bind115 --> bind1 v1 --"wdt:P1416"--> v3 subgraph optional0["(optional)"] style optional0 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P106".-> v2 end subgraph optional1["(optional)"] style optional1 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1416".-> v4 end subgraph optional2["(optional)"] style optional2 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P101".-> v5 end subgraph optional3["(optional)"] style optional3 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P496".-> v6 end subgraph optional4["(optional)"] style optional4 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P1960".-> v7 end subgraph optional5["(optional)"] style optional5 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P2038".-> v8 end subgraph optional6["(optional)"] style optional6 fill:#bbf,stroke-dasharray: 5 5; v1 -."wdt:P5715".-> v9 end