query-bf48d9632b00e4be44b5f9fd01f49a06

rq turtle/ttl

Get count of statements for specified propertyHello. Please modify this query.

Use at

PREFIX wd: <http://www.wikidata.org/entity/>
SELECT DISTINCT ?p
WHERE  {  VALUES ?p { # in fact there can be more than 30,000 items
   wd:Q30385394 wd:Q30359318 # two statements P577 (now)
   wd:Q21030593 wd:Q21045381 # exact one statement P577
   wd:Q1305037               # without statement P577
 } }

Query found at

graph TD classDef projected fill:lightgreen; classDef literal fill:orange; classDef iri fill:yellow; v1("?p"):::projected bind0[/VALUES ?p/] bind0-->v1 bind00(["wd:Q30385394"]) bind00 --> bind0 bind01(["wd:Q30359318"]) bind01 --> bind0 bind02(["wd:Q21030593"]) bind02 --> bind0 bind03(["wd:Q21045381"]) bind03 --> bind0 bind04(["wd:Q1305037"]) bind04 --> bind0