User Role Assignment Class
From Dontopedia, the open, paraconsistent wiki. (Last updated 2026-06-05.)
User Role Assignment Class has 19 facts recorded in Dontopedia across 1 reference, with 4 live disagreements.
Mostly:has column(4), has relationship(2), association attribute(2)
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.
roleAssignmentNavigationRole Assignment Navigation(2)
- Role Class
ex:role-class - User Class
ex:user-class
definedBeforeDefined Before(1)
- User Class
ex:user-class
relationshipTargetRelationship Target(1)
- User Role Assignments Column
ex:user-role-assignments-column
Other facts (19)
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 |
|---|---|---|
| Has Column | Ura Id Column | [1] |
| Has Column | Ura Role Id Column | [1] |
| Has Column | Ura Start Time Column | [1] |
| Has Column | Ura End Time Column | [1] |
| Has Relationship | Ura User Relationship | [1] |
| Has Relationship | Ura Role Relationship | [1] |
| Association Attribute | start_time | [1] |
| Association Attribute | end_time | [1] |
| Links Entity | User Class | [1] |
| Links Entity | Role Class | [1] |
| Rdf:type | Sql Alchemy Model | [1] |
| Class Name | UserRoleAssignment | [1] |
| Inherits From | Base | [1] |
| Has Table | User Role Assignment Table | [1] |
| Foreign Keys | ["ex:users.id","ex:roles.id"] | [1] |
| Defined Before | Role Class | [1] |
| Acts As | Association Table | [1] |
| Is Association Class | true | [1] |
| Stores Temporal Metadata | true | [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/776c6eaa-08ff-4e23-a61e-6b53284756d4- full textbeam-chunktext/plain1 KB
doc:beam/776c6eaa-08ff-4e23-a61e-6b53284756d4Show excerpt
from sqlalchemy.ext.declarative import declarative_base from sqlalchemy.orm import relationship, sessionmaker from sqlalchemy.sql import func Base = declarative_base() class User(Base): __tablename__ = 'users' id = Column(Integer,…
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.