query-5572e7f0439174c73348cac8ddb1e378
Synia: Mastodon
Use at
- https://query.wikidata.org/sparql
PREFIX wdt: <http://www.wikidata.org/prop/direct/>
SELECT
?description
?value
WHERE {
{
SELECT
(COUNT(*) AS ?value)
("Number of Mastodon accounts" AS ?description)
WHERE {
[] wdt:P4033 ?mastodon
}
}
}
Query found at
graph TD
classDef projected fill:lightgreen;
classDef literal fill:orange;
classDef iri fill:yellow;
v3("?description"):::projected
v1("?mastodon")
v2("?value"):::projected
a1((" "))
a1 --"wdt:P4033"--> v1
bind1[/"count(*)"/]
bind1 --as--o v2
bind2[/"'Number of Mastodon accounts'"/]
bind2 --as--o v3