items
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)
items has 12 facts recorded in Dontopedia across 1 reference, with 2 live disagreements.
Mostly:used by(5), supports(3), rdf:type(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (6)
Other subjects in dontopedia point AT this entity as a value. These are inverse relationships — e.g. "X motherOf this subject" — and answer questions the forward facts can't. Grouped by predicate.
inverseOfInverse of(5)
- Create Item Function
ex:create-item-function - Delete Item Function
ex:delete-item-function - Read Item Function
ex:read-item-function - Read Items Function
ex:read-items-function - Update Item Function
ex:update-item-function
calledOnCalled on(1)
- Append Method
ex:append-method
Other facts (11)
The long tail: predicates that appear too rarely to warrant their own section. Filter or scroll to find a specific one. Each row links to its source.
| Predicate | Value | Ref |
|---|---|---|
| Used by | Read Items Function | [1] |
| Used by | Read Item Function | [1] |
| Used by | Create Item Function | [1] |
| Used by | Update Item Function | [1] |
| Used by | Delete Item Function | [1] |
| Supports | Append Method | [1] |
| Supports | Delete Operator | [1] |
| Supports | Enumeration | [1] |
| Rdf:type | Data Structure | [1] |
| Data Structure Type | list | [1] |
| Located in | Application Scope | [1] |
Timeline
Timeline axis is valid_time — when each source says the fact was true in the world, not when Dontopedia learned about it. Retracted rows are kept for provenance; coloured stripes indicate the context kind.
References (1)
ctx:claims/beam/34391a5a-80c4-4124-bcc6-cd42b20b9d20- full textbeam-chunktext/plain1012 B
doc:beam/34391a5a-80c4-4124-bcc6-cd42b20b9d20Show excerpt
@app.get("/items/") def read_items(): return items @app.get("/items/{item_id}") def read_item(item_id: int): for item in items: if item["id"] == item_id: return item return {"error": "Item not found"} @app.…
See also
Keep researching
Missing something or suspicious of what's here? Kick off a research session — a Claude agent will investigate, cite its sources, and file new facts into a dedicated context you can review before accepting into the shared view.