# non-empty shortform submits (funds)

PHOTO EMBED

Sat May 29 2021 22:50:10 GMT+0000 (Coordinated Universal Time)

Saved by @suibhne #sparql #wikidata #query

select *
from shortform.submitted s 
where user_input is not null and user_input != '{}' and "name" is not null and "name" != '{}'
order by random()
limit 10;
content_copyCOPY