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

Attributes

Datenmodell
data model
modèle de données
modello dei dati
Sammlung von Konzepten, die benutzt werden können, um die Struktur einer Datenbank zu beschreiben.
Collection of concepts that can be used to describe the structure of a database.
Représentation schématique d'un ensemble de données et de leurs relations à l'intérieur d'une base de données.
Rappresentazione astratta e schematica della struttura e dell'organizzazione dei dati contenuta in una base di dati.
2025-06-30T09:29:48.9757460Z
502865
https://www.termdat.bk.admin.ch/entry/502865
Elmasri/Navathe, Grundlagen von Datenbanksystemen, 2009, S. 40
Elmasri/Navathe, Fundamentals of database systems, 2016, p. 32
Zanichelli, Dizionario enciclopedico di informatica, 2009
Le Grand dictionnaire terminologique, "modèle de données" ([Internet, 2024-03-05](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/8869870/modele-de-donnees))
EXP: ein Datemodell bietet die notwendige Grundlage, um eine Abstraktion der Daten zu erreichen; mit Struktur einer Datenbank sind Datentypen, Beziehungen und Einschränkungen gemeint, die für die Daten gelten sollen
EXP: a data model provides the the necessary means for data abstraction; the structure of a database refers to data types, relationships and contstraints that apply to the data
EXP: il modello dei dati più utilizzato è quello relazionale, dove i dati sono contenuti in relazioni o tabelle
Zanichelli, Dizionario enciclopedico di informatica, 2009
after Elmasri/Navathe, Fundamentals of database systems, 2016, p. 32
nach Elmasri/Navathe, Grundlagen von Datenbanksystemen, 2009, S. 40
Le Grand dictionnaire terminologique, "modèle de données" ([Internet, 2024-03-05](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/8869870/modele-de-donnees))
after Elmasri/Navathe, Fundamentals of database systems, 2016, p. 32
secondo Zanichelli, Dizionario enciclopedico di informatica, 2009
nach Elmasri/Navathe, Grundlagen von Datenbanksystemen, 2009, S. 40
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.