query-2cb9ffa245329f94a9fd150b1af44740
number of author (P50) statements
runtime: instantaneous
SELECT (COUNT(*) AS ?count) WHERE { [] p:P50 []. }
Use at
- https://query.wikidata.org/sparql
PREFIX p: <http://www.wikidata.org/prop/>
# number of author (P50) statements
# runtime: instantaneous
SELECT (COUNT(*) AS ?count) WHERE { [] p:P50 []. }
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v1("?count")
a1((" "))
a2((" "))
a1 --"p:P50"--> a2
bind1[/"count(*)"/]
bind1 --as--o v1