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

Attributes

file
fichier
Datei
file
Menge von logisch zusammengehörenden Daten, die als Einheit auf maschinell lesbaren Speichermedien gespeichert sind.
Collection of related information that is stored on a storage medium such as a disk or a secondary storage.
Sequenza di informazioni strutturate memorizzate su un supporto di memoria come ad esempio un disco rigido.
Ensemble d'éléments d'information physiquement stocké sur un support de mémoire permanent.
2026-01-08T09:06:06.0074460Z
70418
https://www.termdat.bk.admin.ch/entry/70418
CHIP, Was ist eine Datei? 2018-09-06 ([Internet, 2025-03-25](https://praxistipps.chip.de/was-ist-eine-datei_41294))
openstacks, Introduction to Computer Science, File Systems ([Internet, 2025-03-25](https://openstax.org/books/introduction-computer-science/pages/6-5-file-systems))
Techno-Science.net, Fichier informatique - Définition ([Internet, 2025-03-25](https://www.techno-science.net/definition/11478.html))
Zanichelli, Dizionario enciclopedico di Informatica, 2014, p.225
DOM: computer science
DOM: informatique
DOM: informatica
DOM: Datenverarbeitung; EXP: jede Datei liegt in einem bestimmten Format vor
(EXP) CHIP, Was ist eine Datei? 2018-09-06 ([Internet, 2025-03-25](https://praxistipps.chip.de/was-ist-eine-datei_41294))
nach Gabler Wirtschaftslexikon, "Datei" ([Internet, 2025-03-25](https://wirtschaftslexikon.gabler.de/definition/datei-28355))
d'après Techno-Science.net, Fichier informatique - Définition ([Internet, 2025-03-25](https://www.techno-science.net/definition/11478.html))
secondo Zanichelli, Dizionario enciclopedico di Informatica, 2014, p.225
after openstacks, Introduction to Computer Science, File Systems ([Internet, 2025-03-25](https://openstax.org/books/introduction-computer-science/pages/6-5-file-systems))
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 Dateiformat
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.