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

Attributes

Datentyp
data type
type de données
tipo di dati
Eigenschaft einer Variable oder eines Attributs, die bestimmt, welche Art von Daten die Variable oder das Attribut enthält.
Property of a variable or attribute that determines what kind of data a variable or an attribute can hold.
Caractéristique d'une variable ou d'un attribut qui détermine la sorte de données que la variable ou l'attribut peut contenir.
Proprietà di una variabile o di un attributo che determina il genere di dati che una variabile o un attributo può contenere.
2025-12-03T12:24:04.6647370Z
516244
https://www.termdat.bk.admin.ch/entry/516244
Microsoft, Zusammenfassung der Datentypen ([Internet, 2025-04-02](https://learn.microsoft.com/de-de/office/vba/language/reference/user-interface-help/data-type-summary))
Microsoft, Data type summary ([Internet, 2025-04-02](https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/data-type-summary))
Microsoft, Synthèse des types de données ([Internet, 2025-04-02](https://learn.microsoft.com/fr-fr/office/vba/language/reference/user-interface-help/data-type-summary))
Microsoft, Tipo di dati ([Internet, 2025-04-02](https://learn.microsoft.com/it-it/power-platform/power-fx/data-types))
EXP: physical data structures or the set of distinct values with operations on those values sharing common physical properties, such as numeric, alphanumeric, packed decimal, floating point, datetime, etc.
EXP: Text, Zahlenwerte, Datum, Ja/Nein etc.
EXP: texte, valeurs numériques, date, oui/non, etc.
EXP: testo, valori numerici, data, sì/no ecc.
nach IBM, Einfache Datentypen ([Internet, 2025-05-26](https://www.ibm.com/docs/de/tivoli-netcoolimpact/7.1.0?topic=types-simple-data))
after DAMA Dictionary of Data Management 2nd Edition, 2011
d'après nach IBM, Types de données simples ([Internet, 2025-05-26](https://www.ibm.com/docs/fr/tivoli-netcoolimpact/7.1.0?topic=types-simple-data))
secondo IBM, Tipi di dati semplici ([Internet, 2025-05-26](https://www.ibm.com/docs/it/tivoli-netcoolimpact/7.1.0?topic=types-simple-data))
nach Microsoft, Zusammenfassung der Datentypen ([Internet, 2025-04-02](https://learn.microsoft.com/de-de/office/vba/language/reference/user-interface-help/data-type-summary)) und BAV, Glossar Datenmanagement, 2024
d'après Microsoft, Synthèse des types de données ([Internet, 2025-04-02](https://learn.microsoft.com/fr-fr/office/vba/language/reference/user-interface-help/data-type-summary)) et BAV, Glossar Datenmanagement, 2024
secondo Microsoft, Data type summary ([Internet, 2025-04-02](https://learn.microsoft.com/it-it/office/vba/language/reference/user-interface-help/data-type-summary)) e BAV, Glossar Datenmanagement, 2024
after Microsoft, Data type summary ([Internet, 2025-04-02](https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/data-type-summary)) and BAV, Glossar Datenmanagement, 2024
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

property subject
seeAlso types of data
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.