query-40f7ed075ea5c132ea6fb3bc055db708

rq turtle/ttl

Liczba polskich naukowców wg Polish scientist ID (P3124)

Use at

PREFIX p: <http://www.wikidata.org/prop/>
SELECT (COUNT(*) AS ?cnt) WHERE {
  ?scientist p:P3124 ?pl_id.
}

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v3("?cnt") v2("?pl_id") v1("?scientist") v1 --"p:P3124"--> v2 bind1[/"count(*)"/] bind1 --as--o v3