usesDataStructure
P32204
predicate
Indicates that one entity employs or relies on a particular data structure in its operation or implementation.
All labels observed (11)
| Label | Occurrences |
|---|---|
| usesDataStructure canonical | 33 |
| supportsDataStructure | 20 |
| dataStructureOption | 5 |
| hasDataStructure | 5 |
| defaultDataStructures | 4 |
| dataStructureSorted | 2 |
| supportsDataStructures | 2 |
| usesHeapProperty | 2 |
| masterDataStructure | 1 |
| relatedDataStructure | 1 |
| stackImplementation | 1 |
Description generation (PDg)
The one-sentence description above was generated by prompting gpt-5.1 with the predicate name and this instruction.
Instruction
Given a predicate that represents a relationship or action between entities, generate a one-sentence description explaining its meaning. # Instructions Focus on describing the relationship, not the entities themselves. # Response Format Begin the description with \' Indicates...\'
Input
Predicate: usesDataStructure
Generated description
Indicates that one entity employs or relies on a particular data structure in its operation or implementation.
Sample triples (76)
| Subject | Object |
|---|---|
| HPACK | static table ⓘ |
| HPACK | dynamic table ⓘ |
| JSON | objects via predicate surface "supportsDataStructures" ⓘ |
| JSON | arrays via predicate surface "supportsDataStructures" ⓘ |
| shunting-yard algorithm | stack ⓘ |
| shunting-yard algorithm | queue ⓘ |
| R | tibble via predicate surface "hasDataStructure" ⓘ |
| Theano | multi-dimensional arrays via predicate surface "supportsDataStructure" ⓘ |
| Theano | tensors via predicate surface "supportsDataStructure" ⓘ |
| Intel 8008 | internal fixed-depth stack via predicate surface "stackImplementation" ⓘ |
| Redis | string via predicate surface "supportsDataStructure" ⓘ |
| Redis | list via predicate surface "supportsDataStructure" ⓘ |
| Redis | set via predicate surface "supportsDataStructure" ⓘ |
| Redis | sorted set via predicate surface "supportsDataStructure" ⓘ |
| Redis | hash via predicate surface "supportsDataStructure" ⓘ |
| Redis | bitmap via predicate surface "supportsDataStructure" ⓘ |
| Redis | hyperloglog via predicate surface "supportsDataStructure" ⓘ |
| Redis | geospatial index via predicate surface "supportsDataStructure" ⓘ |
| Redis | stream via predicate surface "supportsDataStructure" ⓘ |
| Redis | JSON document via predicate surface "supportsDataStructure" ⓘ |
| Google File System | in-memory metadata via predicate surface "masterDataStructure" ⓘ |
| HJSON | objects via predicate surface "supportsDataStructure" ⓘ |
| HJSON | arrays via predicate surface "supportsDataStructure" ⓘ |
| Symbolic Model Checking | ordered binary decision diagrams ⓘ |
| Symbolic Model Checking | OBDDs ⓘ |
| ranlib | symbol table ⓘ |
| Clojure | lists via predicate surface "defaultDataStructures" ⓘ |
| Clojure | vectors via predicate surface "defaultDataStructures" ⓘ |
| Clojure | maps via predicate surface "defaultDataStructures" ⓘ |
| Clojure | sets via predicate surface "defaultDataStructures" ⓘ |
| Tarjan's strongly connected components algorithm | stack ⓘ |
| Tarjan's strongly connected components algorithm | arrays for indices and low-link values ⓘ |
| BitTorrent | .torrent metadata file ⓘ |
| BitTorrent | infohash ⓘ |
| dplyr | data frame via predicate surface "supportsDataStructure" ⓘ |
| dplyr | tibble via predicate surface "supportsDataStructure" ⓘ |
| Heapsort | binary heap ⓘ |
| Heapsort | max-heap via predicate surface "usesHeapProperty" ⓘ |
| Heapsort | min-heap via predicate surface "usesHeapProperty" ⓘ |
| Heapsort | binary heap via predicate surface "relatedDataStructure" ⓘ |
| Insertion sort | array via predicate surface "dataStructureSorted" ⓘ |
| Insertion sort | list via predicate surface "dataStructureSorted" ⓘ |
| xarray | DataArray via predicate surface "supportsDataStructure" NERFINISHED ⓘ |
| xarray | Dataset via predicate surface "supportsDataStructure" ⓘ |
| xarray | Variable via predicate surface "supportsDataStructure" ⓘ |
| xarray | Coordinates via predicate surface "supportsDataStructure" ⓘ |
| Landin’s SECD machine | stack for intermediate values ⓘ |
| Landin’s SECD machine | environment for variable bindings ⓘ |
| Landin’s SECD machine | control list for program code ⓘ |
| Landin’s SECD machine | dump for saved machine states ⓘ |