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

Attributes

ID
ID
ID
ID
Künstlich zugewiesenes Merkmal zur eindeutigen Identifizierung eines Objektes.
Nome o codice numerico che identifica in modo univoco un'entità qualsiasi.
Set of numbers, letters, or symbols that is used to represent data, processes, people or objects in a computer program or system.
Symbole formé d'une suite de caractères alphanumériques, employé en programmation informatique pour désigner ou utiliser une variable ou une fonction.
IT Administrator, Identifikator ([Internet, 2025-04-28](https://www.it-administrator.de/lexikon/identifikator.html))
NIST, Computer Security Resource Center, Glossary, "identifier" ([Internet, 2025-09-16](https://csrc.nist.gov/glossary/term/identifier))
SAP Help Portal, Données de base ([Internet, 2025-04-28](https://help.sap.com/docs/SAP_SOURCING_AND_SAP_CONTRACT_LIFECYCLE_MANAGEMENT/93d751e10a9042bebb776fc42aba0ea1/df456fbddfd8409f80310a4fe3b46a6d.html?locale=fr-FR))
Zanichelli, Dizionario enciclopedico di Informatica, 2014, p. 288
EXP: ad esempio un utente o un processo
Zanichelli, Dizionario enciclopedico di Informatica, 2014, p 288
nach IT Administrator, Identifikator ([Internet, 2025-04-28](https://www.it-administrator.de/lexikon/identifikator.html))
after Cambridge Dictionary, "identifier" ([Internet, 2025-05-22](https://dictionary.cambridge.org/dictionary/english/identifier))
Larousse, Dictionnaire de français, "identificateur" ([Internet, 2025-04-28](https://www.larousse.fr/dictionnaires/francais/identificateur/41411))
secondo Zanichelli, Dizionario enciclopedico di Informatica, 2014, p 288
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 identifier
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.