SELECT ?property ?value WHERE { BIND (?? AS ?s) ?s ?property ?value . FILTER (isLiteral(?value)) } LIMIT 1000

Attributes

RBAC
RBAC
RBAC
RBAC
Model for authorizing end-user access to systems, applications and data based on a user’s predefined role.
Modèle d'autorisation permettant de contrôler l'accès des utilisateurs finaux aux systèmes, applications et données en fonction de leur rôle prédéfini.
Modell zur Autorisierung des Zugriffs von Endbenutzern auf Systeme, Anwendungen und Daten basierend auf einer vordefinierten Rolle eines Benutzers.
Modello per autorizzare l'accesso dell'utente finale a sistemi, applicazioni e dati in base al ruolo predefinito dell'utente.
IBM, Was ist rollenbasierte Zugriffskontrolle (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/de-de/think/topics/rbac))
IBM, Cos'è il controllo degli accessi basato sui ruoli (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/it-it/think/topics/rbac))
IBM, Qu’est-ce que le contrôle d’accès basé sur les rôles (RBAC) ? ([Internet, 2025-11-12](https://www.ibm.com/fr-fr/think/topics/rbac))
IBM, What is role-based access control (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/think/topics/rbac))
EXP: dans un système RBAC, les organisations doivent d’abord créer des rôles spécifiques, puis définir les permissions et privilèges associés à ces rôles
EXP: in an RBAC system, organizations must first create specific roles and then define which permissions and privileges those roles will be granted
EXP: in einem RBAC-System müssen Unternehmen zunächst bestimmte Rollen erstellen und dann definieren, welche Berechtigungen und Privilegien diesen Rollen gewährt werden
EXP: in un sistema RBAC, le organizzazioni devono prima creare ruoli specifici e quindi definire quali autorizzazioni e privilegi assegnare tali ruoli
IBM, Was ist rollenbasierte Zugriffskontrolle (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/de-de/think/topics/rbac))
IBM, Qu’est-ce que le contrôle d’accès basé sur les rôles (RBAC) ? ([Internet, 2025-11-12](https://www.ibm.com/fr-fr/think/topics/rbac))
IBM, What is role-based access control (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/think/topics/rbac))
secondo IBM, Cos'è il controllo degli accessi basato sui ruoli (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/it-it/think/topics/rbac))
IBM, Was ist rollenbasierte Zugriffskontrolle (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/de-de/think/topics/rbac))
after IBM, What is role-based access control (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/think/topics/rbac))
IBM, Cos'è il controllo degli accessi basato sui ruoli (RBAC)? ([Internet, 2025-11-12](https://www.ibm.com/it-it/think/topics/rbac))
IBM, Qu’est-ce que le contrôle d’accès basé sur les rôles (RBAC) ? ([Internet, 2025-11-12](https://www.ibm.com/fr-fr/think/topics/rbac))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Outgoing Relationships: No results found.
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000

Incoming Relationships

property subject
has part rollenbasierte Zugriffskontrolle
SELECT ?instance ?description WHERE { BIND (?? AS ?class) ?instance (rdf:type|owl:type) ?class . OPTIONAL { ?instance schema:description ?description . } } LIMIT 5000
Instances of this Class: No results found.
SELECT ?superclass ?description WHERE { ?? rdfs:subClassOf ?superclass . OPTIONAL { ?superclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Superclasses of this Class: No results found.
SELECT ?subclass ?description WHERE { ?subclass rdfs:subClassOf ?? . OPTIONAL { ?subclass (rdfs:comment|schema:description) ?description . } } LIMIT 5000
Subclasses of this Class: No results found.