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

Attributes

Profildaten
profile data
données de profil
dati del profilo
All data contained in a user profile such as username, password, including personal data and other registration information.
Menge von Daten, die Benutzer eines Computersystems oder einer Webanwendung beschreiben.
2025-09-25T09:46:34.1108700Z
515998
https://www.termdat.bk.admin.ch/entry/515998
Microsoft Learn Challenge, Abrufen von Profildaten ([Internet, 2023-09-14](https://learn.microsoft.com/de-de/microsoft-identity-manager/reference/get-profile-data))
Microsoft Learn Challenge, Get profile data ([Internet, 2023-09-14](https://learn.microsoft.com/en-us/microsoft-identity-manager/reference/get-profile-data))
Microsoft Learn Challenge, Obtenir des données de profil ([Internet, 2023-09-14](https://learn.microsoft.com/fr-fr/microsoft-identity-manager/reference/get-profile-data))
Microsoft Learn Challenge, Ottenere i dati del profilo ([Internet, 2023-09-14](https://learn.microsoft.com/it-it/microsoft-identity-manager/reference/get-profile-data))
Law Insider, Profile Data definition ([Internet, 2024-12-19](https://www.lawinsider.com/dictionary/profile-data))
nach DWDS, "Profil" ([Internet, 2025-09-25](https://www.dwds.de/wb/Profil?o=profil))
SELECT ?property ?object WHERE { BIND (?? AS ?s) ?s ?property ?object . FILTER (isIRI(?object)) FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
SELECT ?property ?subject WHERE { BIND (?? AS ?o) ?subject ?property ?o . FILTER (?property != rdf:type) FILTER (?property != rdfs:subClassOf) } LIMIT 1000
Incoming Relationships: No results found.
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.