You will use these queries within the Neo4j query dashboard and not from the Bloodhound interface. There are so many different ways to examine the data. The queries below are designed to help myself and others find unique things in the gathered Bloodhound data and make it useful.
MATCH (u:User)
WHERE u.description IS NOT NULL AND u.description <> "" AND u.description <> " "
return u.name, u.description