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

Attributes

record
enregistrement
record
Datenbankdatensatz
Gruppe von Datenelementen, die als Felder oder Attribute bezeichnet werden und zu einem Objekt gehören.
Set of related fields of information about the same item or object treated as a unit in a database.
Ensemble d'éléments de données considéré comme un tout.
Insieme di elementi in una struttura ordinata di dati che si riferisce a uno stesso oggetto.
2025-12-03T12:27:38.1950500Z
96419
https://www.termdat.bk.admin.ch/entry/96419
Microsoft Language Portal (2022-06-23, Internet)
Microsoft Language Portal (2022-06-23, Internet)
Microsoft Language Portal (2022-06-23, Internet)
Oracle Cloud Infrastructure, Was ist eine Datenbank? ([Internet, 2017-07-31](https://www.oracle.com/it/database/what-is-database/))
DOM: relational database management systems
DOM: systèmes de gestion de bases de données relationnelles
DOM: sistemi di gestione di database relazionali; EXP: l’insieme di più record forma una tabella, che costituisce la principale struttura dei dati su cui opera il database
(EXP) Treccani, Enciclopedia della Matematica (2013), "record" ([Internet, 2024-02-08](https://www.treccani.it/enciclopedia/record_%28Enciclopedia-della-Matematica%29/))
nach Gabler Wirtschaftslexikon, "Datensatz" ([Internet, 2018-02-19](https://wirtschaftslexikon.gabler.de/definition/datensatz-28503)) und IBM, Rational Business Developer > Datensätze ([Internet, 2011-05-21](https://www.ibm.com/docs/de/rbd/9.5.1?topic=variables-records))
after ISO/IEC 2382:2015, Information technology — Vocabulary ([Internet, 2024-02-08](https://www.iso.org/obp/ui/en/#iso:std:iso-iec:2382:ed-1:v2:en)) and after Microsoft Language Portal (2022-06-23, Internet)
ISO/IEC 2382:2015, Technologies de l'information — Vocabulaire ([Internet, 2024-02-08](https://www.iso.org/obp/ui/en/#iso:std:iso-iec:2382:ed-1:v2:fr))
secondo Treccani, Enciclopedia della Matematica (2013), "record" ([Internet, 2024-02-08](https://www.treccani.it/enciclopedia/record_%28Enciclopedia-della-Matematica%29/))
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
hyponym dataset
seeAlso relational database
seeAlso data element
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.