Dontopedia
Explore

Item Db

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

Item Db has 23 facts recorded in Dontopedia across 2 references, with 7 live disagreements.

23 facts·13 predicates·2 sources·7 in dispute

Mostly:inverse has column(3), has column(3), has primary key(2)

Maturity scale raw canonical shape-checked rule-derived certified

Has Primary Keyin disputehasPrimaryKey

  • Id[1]sourceall time · A36facb2 8746 4feb 96f9 Bb45a10df50a
  • Id Column[2]sourceall time · 89b30e3f 97a9 4edb B64d Ae1125922714

Inherits Fromin disputeinheritsFrom

Purposein disputepurpose

Rdf:typein disputerdf:type

Used byin disputeusedBy

Inverse Has Columnin disputeinverseHasColumn

Has Columnin disputehasColumn

Rdfs:labelrdfs:label

  • ItemDB[1]sourceall time · A36facb2 8746 4feb 96f9 Bb45a10df50a
  • ItemDB[2]sourceall time · 89b30e3f 97a9 4edb B64d Ae1125922714

Mapped to TablemappedToTable

  • Items[1]all time · A36facb2 8746 4feb 96f9 Bb45a10df50a

Has Attribute CounthasAttributeCount

  • 3[1]all time · A36facb2 8746 4feb 96f9 Bb45a10df50a

Database TypedatabaseType

  • Sq Lite[1]sourceall time · A36facb2 8746 4feb 96f9 Bb45a10df50a

Defined BeforedefinedBefore

Inbound mentions (8)

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.

belongsToBelongs to(3)

databaseQueryDatabase Query(2)

calledAfterCalled After(1)

correspondsToCorresponds to(1)

queriesQueries(1)

Other facts (1)

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.

1 facts
PredicateValueRef
Has Tablenameitems[2]

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.

databaseTypebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:SQLite
definedBeforebeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:create_all
hasAttributeCountbeam/a36facb2-8746-4feb-96f9-bb45a10df50a
3
hasColumnbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:description-column
hasColumnbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:id-column
hasColumnbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:name-column
hasPrimaryKeybeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:id
hasPrimaryKeybeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:id-column
hasTablenamebeam/89b30e3f-97a9-4edb-b64d-ae1125922714
items
inheritsFrombeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:Base
inheritsFrombeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:SQLAlchemyModel
inverseHasColumnbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:description-column
inverseHasColumnbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:id-column
inverseHasColumnbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:name-column
mappedToTablebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:items
purposebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:TableSchemaForStoringItems
purposebeam/89b30e3f-97a9-4edb-b64d-ae1125922714
database-model
labelbeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ItemDB
labelbeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ItemDB
typebeam/89b30e3f-97a9-4edb-b64d-ae1125922714
ex:Class
typebeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:SQLAlchemyModel
usedBybeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:delete_item
usedBybeam/a36facb2-8746-4feb-96f9-bb45a10df50a
ex:update_item

References (2)

2 references
  1. [1]beam-chunk10 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_
  2. [2]beam-chunk13 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

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.