Search Mock Elements

We search through the raw mock data to show the simplest thing that looked query-like. We hope this can be useful as a ground-truth when we search for more interesting structures. github

Start simple: find all people named Flores.

http://ward.dojo.fed.wiki/assets/pages/mock-graph-data/search.html HEIGHT 300

Tip: Use jq to find the most frequent last names.

jq -r '.organization[].name|split(" ")|.[2]'