Lookup

Enter a lookup expression above and press ⏎ Enter to see the result.

Examples:

  • allEntries() - See a list of all entries.
  • allEntries().count() - See how many entries exist on this site.
  • allEntries().filter(entryType=Species).graph() - A graph of all "Species" entries (hypothetical example)
  • entry("lion").andRelated(depth=2).graph() - A graph of animals related to lions (hypothetical example)

Tip: in the box above, press @ and start typing to see available entries, entry types, and properties.