Permission
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-07.)
Permission has 14 facts recorded in Dontopedia across 1 reference.
Mostly:rdf:type(1), has table name(1), has attribute id(1)
Maturity scale
raw canonical shape-checked rule-derived certifiedInbound mentions (4)
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.
connectsEntitiesConnects Entities(1)
- Role Permission Association
ex:role-permission-association
hasPermissionRelationshipHas Permission Relationship(1)
- Role Model
ex:role-model
inverseRelationshipInverse Relationship(1)
- Role Model
ex:role-model
usedByUsed by(1)
- Role Permission Association
ex:role_permission_association
Other facts (13)
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 |
|---|---|---|
| Rdf:type | Database Model | [1] |
| Has Table Name | permissions | [1] |
| Has Attribute Id | true | [1] |
| Has Primary Key Attribute | id | [1] |
| Has Attribute Name | name | [1] |
| Has Attribute Type | String | [1] |
| Has Attribute Constraint | unique | [1] |
| Has Role Relationship | Role Model | [1] |
| Uses Secondary Table | Role Permission Association | [1] |
| Inverse Relationship | Role Model | [1] |
| Has Relationship Type | many-to-many | [1] |
| Inherits From | Base Class | [1] |
| Has Attribute | Id Attribute Permission | [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.
References (1)
ctx:claims/beam/b8efab21-52e4-4ea5-b081-381758463c20- full textbeam-chunktext/plain1 KB
doc:beam/b8efab21-52e4-4ea5-b081-381758463c20Show excerpt
name = Column(String, unique=True) permissions = relationship('Permission', secondary=role_permission_association, back_populates='roles') class Permission(Base): __tablename__ = 'permissions' id = Column(Integer, primary_k…
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.