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

Attributes

Dateiformat
Spezifische Codierung einer Datei, die verschiedene Informationen enthält, die von einem geeigneten Programm geöffnet und verarbeitet werden kann.
Structure définie de données contenues dans un fichier, établie selon des règles qui régissent notamment leur sauvegarde, leur affichage et leur manipulation par un logiciel compatible.
Convenzione usata per interpretare, leggere e modificare un file.
Standard way of encoding and organising data in a file so that software applications can store, read, and manipulate it.
2025-04-09T08:39:37.3887960Z
502959
https://www.termdat.bk.admin.ch/entry/502959
CHIP, Dateiformat einfach erklärt ([Internet, 2023-10-27](https://praxistipps.chip.de/definition-dateiformat-einfach-erklaert_168395))
EXP: zu den gängigen Dateiformaten gehören Texte, Grafik- und Bildformate, Bewegtbilder (Videos) und Audioformate (a); ein Dateiformat ist auch gleichzeitig ein Datenformat, nicht jedoch umgekehrt (b)
EXP: a file format specifies how data is stored for a particular application
Microsoft, Learn about file formats ([Internet, 2024-02-21](https://support.microsoft.com/en-us/office/learn-about-file-formats-56dc3b55-7681-402e-a727-c59fa0884b30))
(a) nach ETH Zürich, Archivtaugliche Dateiformate für Forschungsdaten ([Internet, 2022-07-07](https://unlimited.ethz.ch/display/DD/Archivtaugliche+Dateiformate)); (b) Wikipedia, Dateiformat ([Internet, 2023-12-28](https://de.wikipedia.org/wiki/Dateiformat))
Agenzia per l'Italia digitale, Supplemento ordinario n. 20 alla Gazzetta Ufficiale ([Internet, 2014-03-12](https://tinyurl.com/muuuymd3))
Le Grand dictionnaire terminologique, "format de fichier" ([Internet, 2024-04-15](https://vitrinelinguistique.oqlf.gouv.qc.ca/fiche-gdt/fiche/8368613/format-de-fichier))
nach CHIP, Dateiformat einfach erklärt ([Internet, 2023-10-27](https://praxistipps.chip.de/definition-dateiformat-einfach-erklaert_168395))
after NordVPN, Cybersecurity Glossary ([Internet, 2024-02-21](https://nordvpn.com/cybersecurity/glossary/))
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 data format
seeAlso file
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.