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

Attributes

temporale Daten
temporal data
données temporelles
dati temporali
Sequence of data points indexed in time order.
Daten, die sich im Laufe der Zeit ändern und in temporalen Datenbanken gespeichert werden.
2025-10-23T14:25:09.4415780Z
516028
https://www.termdat.bk.admin.ch/entry/516028
Ch. Schmidt-Casdorff, Temporale Datenhaltung in relationalen Datenbanken, 2012, S. 66 ([Internet, 2012-06-02](https://www.sigs-datacom.de/uploads/tx_dmjournals/schmidt_casdorff_OS_02_12.pdf))
Timescale, What Is Temporal Data? ([Internet, 2025-01-16](https://www.timescale.com/learn/what-is-temporal-data))
IBM, Interrogazione dei dati temporali di sistema ([Internet, 2025-10-23](https://www.ibm.com/docs/it/i/7.6.0?topic=tables-querying-system-period-temporal-data))
IBM, Modélisation de données temporelles ([Internet, 2025-10-23](https://www.ibm.com/docs/fr/rational-soft-arch/10.0?topic=SS8PJ7_10.0/com.ibm.datatools.core.ui.doc/topics/ctemptablescont.htm))
EXP: temporal data provides a historical perspective, helping developers understand trends, patterns, and anomalies over time
EXP: Änderungen, die im Laufe der Zeit an den Daten vorgenommen wurden ändern den den Zustand der Daten zu verschiedenen Zeitpunkten
Timescale, What Is Temporal Data? ([Internet, 2025-01-16](https://www.timescale.com/learn/what-is-temporal-data))
nach Datei.wiki, Zeitliche Datenbank: Ein umfassender Überblick ([Internet, 2025-10-23](https://datei.wiki/definition/zeitliche-datenbank-ein-umfassender-ueberblick/))
after Timescale, What Is Temporal Data? ([Internet, 2025-01-16](https://www.timescale.com/learn/what-is-temporal-data))
nach Datei.wiki, Zeitliche Datenbank: Ein umfassender Überblick ([Internet, 2025-10-23](https://datei.wiki/definition/zeitliche-datenbank-ein-umfassender-ueberblick/))
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.