id
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-17.)
id has 71 facts recorded in Dontopedia across 18 references, with 8 live disagreements.
Mostly:rdf:type(11), is primary key(8), has data type(8)
Maturity scale
raw canonical shape-checked rule-derived certifiedRdf:typein disputerdf:type
- Database Column[6]sourceall time · 9f4d3226 C17b 45b8 8fe6 Cf4594441b45
- Column[7]all time · 472
- Table Column[8]all time · 587
- Database Column[9]all time · 688
- Database Column[10]all time · 723
- Database Column[11]all time · 869
- Column[12]all time · 875
- Database Column[13]all time · 878
- Database Column[14]all time · 877
- Data Column[15]all time · D4c82979 1650 4b89 A2fa A0ec5b37bb69
Inbound mentions (18)
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.
hasColumnHas Column(9)
- Complexity Metric Class
ex:complexity-metric-class - Dataframe Variable
ex:dataframe-variable - Decision Logs Table
ex:decision-logs-table - Jewelry Inventory Spreadsheet
ex:jewelry-inventory-spreadsheet - Memories Table
ex:memories-table - User Feelings Table
ex:user-feelings-table - User Profiles
ex:user-profiles - User Profiles Table
ex:user-profiles-table - User Profiles Table
ex:user-profiles-table
definesColumnDefines Column(2)
- Operation Pg Create Table 1 30
ex:operation-pg-create-table-1-30 - Pg Create Table Call 1
ex:pgCreateTable-call-1
composedOfColumnsComposed of Columns(1)
- User Feelings Table
ex:user-feelings-table
hasParameterHas Parameter(1)
- Update Item Column
ex:update_item_column
includesColumnIncludes Column(1)
- Pg Create Table 4 30 Result Columns
ex:pg-create-table-4-30-result-columns
referencesColumnReferences Column(1)
- Python Code Block 1
ex:python-code-block-1
requiresParameterRequires Parameter(1)
- Update Item Column
ex:update_item_column
resultColumnResult Column(1)
- Pg Create Table Result 1
ex:pgCreateTable-result-1
selectsColumnSelects Column(1)
- Sql Select Statement
ex:sql-select-statement
Other facts (49)
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 |
|---|---|---|
| Is Primary Key | true | [4] |
| Is Primary Key | true | [5] |
| Is Primary Key | true | [7] |
| Is Primary Key | true | [10] |
| Is Primary Key | true | [11] |
| Is Primary Key | true | [13] |
| Is Primary Key | true | [14] |
| Is Primary Key | true | [17] |
| Has Data Type | INT | [6] |
| Has Data Type | Integer Type | [6] |
| Has Data Type | SERIAL | [9] |
| Has Data Type | bigserial | [10] |
| Has Data Type | SERIAL | [11] |
| Has Data Type | integer | [12] |
| Has Data Type | Serial Data Type | [13] |
| Has Data Type | INTEGER | [17] |
| Is Nullable | true | [4] |
| Is Nullable | false | [7] |
| Is Nullable | false | [10] |
| Is Nullable | true | [11] |
| Is Nullable | false | [12] |
| Is Nullable | false | [13] |
| Is Nullable | false | [14] |
| Is Unique | false | [4] |
| Is Unique | false | [13] |
| Is Unique | false | [14] |
| Has Name | id | [3] |
| Has Name | id | [4] |
| Column Type | Integer | [5] |
| Column Type | Integer | [5] |
| Part of | Table | [6] |
| Part of | Abc Sheet Music | [12] |
| Data Type | Text | [7] |
| Data Type | Serial | [14] |
| Part of Table | Decision Log Denormalized Table | [10] |
| Part of Table | User Profiles Table | [13] |
| Type | SERIAL | [1] |
| Is Serial Primary Key | Decision Logs Table | [2] |
| Is Nullable Arg | true | [3] |
| Is Primary Key Arg | true | [3] |
| Is Unique Arg | false | [3] |
| Has Type Arg | SERIAL | [3] |
| Has Type | SERIAL | [4] |
| Column Role | primaryKey | [5] |
| Has Default Value | nextval('abc_sheet_music_id_seq'::regclass) | [12] |
| Has Precision | 32 | [12] |
| Has Scale | 0 | [12] |
| Has Column Position | 1 | [14] |
| Column Description | unique identifier for each piece, e.g., J001, J002, etc. | [18] |
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 (18)
ctx:discord/blah/omega/part-592ctx:discord/blah/omega/part-734ctx:discord/blah/omega/part-875ctx:discord/blah/omega/part-877ctx:claims/beam/04436be4-79a9-4090-97e1-a5f55eab0ae6ctx:claims/beam/9f4d3226-c17b-45b8-8fe6-cf4594441b45- full textbeam-chunktext/plain1 KB
doc:beam/9f4d3226-c17b-45b8-8fe6-cf4594441b45Show excerpt
'mysql': ['BTREE', 'HASH'], 'postgresql': ['BTREE', 'HASH'], 'mongodb': ['BTREE', 'HASH'] } # Define the test data test_data = [ {'id': 1, 'name': 'John Doe'}, {'id': 2, 'name': 'Jane Doe'}, {'id': 3, 'name': 'Bob S…
ctx:discord/blah/omega/472- full textomega-472text/plain2 KB
doc:agent/omega-472/b0228c6f-2cca-4f74-aa55-cf3e1fad11cdShow excerpt
[2025-12-02 16:25] omega [bot]: The user_profiles table schema in your PostgreSQL database includes the following main columns: - id (text, primary key, not nullable) - user_id (text, unique, not nullable) - username (text, not nullable) -…
ctx:discord/blah/omega/587- full textomega-587text/plain3 KB
doc:agent/omega-587/bb4c635d-55d9-473f-b32a-dd20cf5cfa57Show excerpt
[2025-12-05 13:43] omega [bot]: 🔧 5/8: pgCreateTable ✅ Success ```json { "success": true, "table": "user_feelings", "columns": [ { "name": "id", "type": "SERIAL" }, { "name": "user_id", "type": "TEX…
ctx:discord/blah/omega/688- full textomega-688text/plain3 KB
doc:agent/omega-688/a2969bd3-16b9-49b2-8b59-158ae812d152Show excerpt
[2025-12-11 07:03] omega [bot]: 🎨 **Comic: PR #849** Store generated comic images in PostgreSQL database 👤 Author: thomasdavis 🔗 Pull Request: https://github.com/thomasdavis/omega/pull/849 _Generated by Gemini API_ (files: pr-849-comic.pn…
ctx:discord/blah/omega/723- full textomega-723text/plain3 KB
doc:agent/omega-723/c7b49ed4-81d5-46d0-a1cb-043592810423Show excerpt
[2025-12-13 13:46] omega [bot]: 🔧 2/2: pgCreateTable ✅ Success **Args:** ```json { "table": "decision_log_denormalized", "columns": [ { "name": "id", "type": "bigserial", "nullable": false, "primaryKey": true…
ctx:discord/blah/omega/869- full textomega-869text/plain2 KB
doc:agent/omega-869/dc84467d-bbf2-49ba-ad98-dee6df5b567bShow excerpt
[2026-01-17 04:26] omega [bot]: 🔧 19/30: pgInsert ❌ Failed **Args:** ```json { "table": "user_profiles", "rows": [], "returning": [ "user_id", "username", "uploaded_photo_url" ] } ``` **Result:** ```json { "success": f…
ctx:discord/blah/omega/875- full textomega-875text/plain2 KB
doc:agent/omega-875/a62b394a-c907-453d-9e28-fae33a81f998Show excerpt
[2026-01-17 04:26] omega [bot]: 🔧 9/30: pgDescribeSchema ✅ Success **Args:** ```json { "includeSystemTables": false } ``` **Result:** ```json { "success": true, "tableCount": 31, "tables": [ { "name": "abc_sheet_music", …
ctx:discord/blah/omega/878- full textomega-878text/plain1 KB
doc:agent/omega-878/26fe673c-ddf0-458b-9657-974df8b95e2aShow excerpt
[2026-01-17 04:26] omega [bot]: 🔧 13/30: pgCreateTable ✅ Success **Args:** ```json { "table": "user_profiles", "columns": [ { "name": "id", "type": "SERIAL", "nullable": false, "primaryKey": true, "uniq…
ctx:discord/blah/omega/877- full textomega-877text/plain2 KB
doc:agent/omega-877/fd354505-0480-4aa8-9043-12d036113933Show excerpt
[2026-01-17 04:26] omega [bot]: 🔧 30/30: pgInsert ❌ Failed **Args:** ```json { "table": "user_profiles", "rows": [], "returning": [ "user_id", "username", "uploaded_photo_url" ] } ``` **Result:** ```json { "success": f…
ctx:claims/beam/d4c82979-1650-4b89-a2fa-a0ec5b37bb69- full textbeam-chunktext/plain1 KB
doc:beam/d4c82979-1650-4b89-a2fa-a0ec5b37bb69Show excerpt
FieldSchema(name="id", dtype=DataType.INT64, is_primary=True), FieldSchema(name="vector", dtype=DataType.FLOAT_VECTOR, dim=3) ] schema = CollectionSchema(fields, "RAG Vector Collection") collection = Collection("rag_vectors", schema…
ctx:discord/blah/omega/965- full textomega-965text/plain2 KB
doc:agent/omega-965/f41d065d-9a3f-4b31-9c5b-005b38fdede9Show excerpt
[2026-01-26 02:38] omega [bot]: 🔧 1/3: postgresQueryExecutor ✅ Success **Args:** ```json { "query": "SELECT id, username, message_content FROM messages WHERE channel_name = 'general' ORDER BY timestamp DESC LIMIT 20" } ``` **Result:** ```…
ctx:discord/blah/unturf/13- full textunturf-13text/plain3 KB
doc:agent/unturf-13/2e1e0b1b-27e2-43f6-95e0-6f37c48da51cShow excerpt
[2025-12-03 10:07] uncloseai [bot]: **📚 Sources:** - [[2511.22074] Real-Time Procedural Learning From Experience for AI Agents](<https://arxiv.org/abs/2511.22074>) - [[2511.22074v1] Real-Time Procedural Learning From Experience for AI Agent…
ctx:claims/lme/d96a361c-c77f-4983-a161-f3af1b8a5dbd- full textbeam-chunktext/plain11 KB
doc:beam/d96a361c-c77f-4983-a161-f3af1b8a5dbdShow excerpt
[Session date: 2023/05/26 (Fri) 08:45] User: I'm trying to organize my jewelry collection and was wondering if you could help me come up with a system to keep track of all the pieces I have. Maybe a spreadsheet or something? Assistant: Orga…
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.