Dontopedia
Explore

Db Item

From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-08.)

Db Item has 8 facts recorded in Dontopedia across 2 references, with 3 live disagreements.

8 facts·3 predicates·2 sources·3 in dispute
Maturity scale raw canonical shape-checked rule-derived certified

Rdf:typein disputerdf:type

Has Attributein disputehasAttribute

  • Description[2]sourceall time · A36facb2 8746 4feb 96f9 Bb45a10df50a
  • Id[2]sourceall time · A36facb2 8746 4feb 96f9 Bb45a10df50a
  • Name[2]sourceall time · A36facb2 8746 4feb 96f9 Bb45a10df50a

Constructed Within disputeconstructedWith

Inbound mentions (5)

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.

addsToDBAdds to Db(1)

createsCreates(1)

refreshesRefreshes(1)

returnsReturns(1)

returnStatementReturn Statement(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.

constructedWithbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:description-param
constructedWithbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:id-param
constructedWithbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:name-param
hasAttributebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:description
hasAttributebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:id
hasAttributebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:name
typebeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:DatabaseItem
typebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:DatabaseRecord

References (2)

2 references
  1. [1]beam-chunk4 facts
    customctx:claims/beam/89b30e3f-97a9-4edb-b64d-ae1125922714
    • full textbeam-chunk
      text/plain1 KBdoc:beam/89b30e3f-97a9-4edb-b64d-ae1125922714
      Show excerpt
      # Define the Item model for the database class ItemDB(Base): __tablename__ = "items" id = Column(Integer, primary_key=True, index=True) name = Column(String, index=True) description = Column(String, index=True) Base.metadat
  2. [2]beam-chunk4 facts
    customctx:claims/beam/a36facb2-8746-4feb-96f9-bb45a10df50a
    • full textbeam-chunk
      text/plain1 KBdoc:beam/a36facb2-8746-4feb-96f9-bb45a10df50a
      Show excerpt
      @app.put("/items/{item_id}", response_model=Item) def update_item(item_id: int, item: Item, db=Depends(get_db)): db_item = db.query(ItemDB).filter(ItemDB.id == item_id).first() if db_item is None: raise HTTPException(status_

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.