Jump to navigation
Jump to search
This page provides a simple browsing interface for finding entities described by a property and a named value. Other available search interfaces include the page property search, and the ask query builder.
List of results
- Gremlin + (will return all results in a set and thus, duplicates removed)
- Gremlin + (will return all results in a weighted set and thus, duplicates preserved via weighting)
- Gremlin + (will return an Optional and thus, is a composite of hasNext()/next())
- Gremlin + (will return the next result.next(n) will return the next n results in a list)