query-31408393bbe956954d46de0f0b97be65

rq turtle/ttl

PropertiesPMC publication ID (P932)

Use at

PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT DISTINCT ?pmcid
  WHERE {
    ?article wdt:P932 ?pmcid .
  } LIMIT 500000 OFFSET 3000000

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?article") v2("?pmcid"):::projected v1 --"wdt:P932"--> v2