Table Constructor
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
Table Constructor has 1 fact recorded in Dontopedia across 1 reference.
1 facts·1 predicates·1 sources
Maturity scale
raw canonical shape-checked rule-derived certifiedFunctionfunction
- Association Table Creation[1]sourceall time · 4fa80504 8ac5 4ef5 A0fb Fe5f8eaf4b92
Inbound mentions (1)
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.
definedUsingDefined Using(1)
- Role Permission Association
ex:role-permission-association
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.
—
functionbeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:AssociationTableCreation
References (1)
1 references
- custom
ctx:claims/beam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92- full textbeam-chunktext/plain1 KB
doc:beam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92Show excerpt
INSERT INTO roles (name) VALUES ('Admin'), ('Manager'), ('User'); INSERT INTO permissions (name) VALUES ('read'), ('write'), ('delete'); INSERT INTO role_permissions (role_id, permission_id) VALUES (1, 1), (1, 2), (1, 3), -- Admin has…