Dontopedia

Permissions Table

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

Permissions Table has 28 facts recorded in Dontopedia across 4 references, with 7 live disagreements.

28 facts·12 predicates·4 sources·7 in dispute

Mostly:has column(6), rdf:type(4), contains value(3)

Maturity scale raw canonical shape-checked rule-derived certified

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.

hasTableHas Table(2)

referencesTableReferences Table(2)

belongsToBelongs to(1)

connectsConnects(1)

containsContains(1)

containsTableContains Table(1)

creates-tablesCreates Tables(1)

describesDescribes(1)

enablesManyToManyRelationshipEnables Many to Many Relationship(1)

enforcesReferentialIntegrityEnforces Referential Integrity(1)

insertsIntoInserts Into(1)

linksEntityLinks Entity(1)

mentionsMentions(1)

referencesReferences(1)

referencesEntityReferences Entity(1)

source-tableSource Table(1)

Other facts (26)

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.

26 facts
PredicateValueRef
Has ColumnId Column[1]
Has ColumnName Column[1]
Has ColumnName Column[2]
Has ColumnName Column[3]
Has ColumnId Column[4]
Has ColumnName Column[4]
Rdf:typeDatabase Table[1]
Rdf:typeDatabase Table[2]
Rdf:typeTable[3]
Rdf:typeDatabase Table[4]
Contains ValueRead Permission[2]
Contains ValueWrite Permission[2]
Contains ValueDelete Permission[2]
Inverse RelationDelete Permission[2]
Inverse RelationRead Permission[2]
Inverse RelationWrite Permission[2]
StoresPermission Entities[1]
StoresPermission[3]
Has Primary KeyId Column[1]
Has Primary KeyId Column[2]
Table Namepermissions[1]
Enforces UniquenessName Column[1]
Contains EntityRead Permission[3]
Has Foreign KeyRole Permission Mapping Table[3]
Is Referenced byRole Permissions Table[4]
Has Unique Nametrue[4]

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.

tableNamebeam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
permissions
hasColumnbeam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
ex:id-column
hasColumnbeam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
ex:name-column
typebeam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
ex:DatabaseTable
labelbeam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
Permissions Table
enforcesUniquenessbeam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
ex:name-column
storesbeam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
ex:PermissionEntities
hasPrimaryKeybeam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
ex:id-column
typebeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:DatabaseTable
hasColumnbeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:name-column
containsValuebeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:read-permission
containsValuebeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:write-permission
containsValuebeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:delete-permission
inverseRelationbeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:delete-permission
inverseRelationbeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:read-permission
inverseRelationbeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:write-permission
hasPrimaryKeybeam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
ex:id-column
typebeam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
ex:Table
labelbeam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
permissions table
containsEntitybeam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
ex:read-permission
storesbeam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
ex:Permission
hasForeignKeybeam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
ex:role-permission-mapping-table
hasColumnbeam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
ex:name-column
typebeam/3180697c-8a63-4814-9850-61444491602a
ex:DatabaseTable
hasColumnbeam/3180697c-8a63-4814-9850-61444491602a
ex:id-column
hasColumnbeam/3180697c-8a63-4814-9850-61444491602a
ex:name-column
isReferencedBybeam/3180697c-8a63-4814-9850-61444491602a
ex:role-permissions-table
hasUniqueNamebeam/3180697c-8a63-4814-9850-61444491602a
true

References (4)

4 references
  1. ctx:claims/beam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
    • full textbeam-chunk
      text/plain1 KBdoc:beam/7f1bf55c-af4e-4c06-9bda-d1d5f04a1682
      Show excerpt
      ### Step 3: Implement RBAC in Your System 1. **Database Schema**: Create tables to store roles, permissions, and role-permission mappings. 2. **User Role Assignment**: Implement logic to assign roles to users. 3. **Permission Checking**: I
  2. ctx:claims/beam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
    • full textbeam-chunk
      text/plain1 KBdoc:beam/4fa80504-8ac5-4ef5-a0fb-fe5f8eaf4b92
      Show 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
  3. ctx:claims/beam/3b3ce4f4-a1ef-42dc-9a58-b0cd3173579d
  4. ctx:claims/beam/3180697c-8a63-4814-9850-61444491602a
    • full textbeam-chunk
      text/plain1 KBdoc:beam/3180697c-8a63-4814-9850-61444491602a
      Show excerpt
      name TEXT NOT NULL UNIQUE ); CREATE TABLE permissions ( id INTEGER PRIMARY KEY, name TEXT NOT NULL UNIQUE ); CREATE TABLE role_permissions ( role_id INTEGER, permission_id INTEGER, PRIMARY KEY (role_id, permission_

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.