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

Attributes

Data Lake
data lake
data lake
data lake
Zentrales Repository zum Speichern, Verarbeiten und Sichern grosser Mengen strukturierter, semistrukturierter oder unstrukturierter Daten.
Centralized repository designed to store, process, and secure large amounts of structured, semistructured, and unstructured data.
Dépôt centralisé conçu pour stocker, traiter et sécuriser de grands volumes de données structurées, semi-structurées et non structurées.
Repository centralizzato progettato per archiviare, elaborare e proteggere grandi quantità di dati strutturati, semistrutturati e non strutturati.
2024-12-20T14:43:36.9101830Z
503054
https://www.termdat.bk.admin.ch/entry/503054
Google Cloud, Was ist ein Data Lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake?hl=de))
Google Cloud, What is a Data Lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake))
Google Cloud, Che cos'è un data lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake?hl=it))
Oracle, Data Lake : Définition ([Internet, 2023-06-21](https://www.oracle.com/fr/database/data-lake-definition/))
EXP: in einem Data Lake können die Daten in ihrem nativen Format gespeichert werden und es können Daten jeder Art verarbeitet werden unabhängig von Grössenbeschränkungen
EXP: a data lake can store data in its native format and process any variety of it, ignoring size limits (a); no assumptions are made about the schema of the data, each data source can use whatever schema it likes; it is up to the consumers of that data to make sense of that data for their own purposes (b)
USG: privilégié; EXP: un data lake peut traiter tout type de données et les stocker dans leur format natif, quelle que soit leur taille
EXP: un data lake è in grado di archiviare i dati nel loro formato nativo e di elaborarne qualsiasi varietà, ignorando i limiti di dimensione
nach Google Cloud, Was ist ein Data Lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake?hl=de))
d'après Google Cloud, Qu'est-ce qu'un lac de données ? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake?hl=fr))
secondo Google Cloud, Che cos'è un data lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake?hl=it))
(a) after Google Cloud, What is a Data Lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake)); (b) after M. Fowler, Data Lake ([Internet, 2015-02-05](https://martinfowler.com/bliki/DataLake.html))
nach Google Cloud, Was ist ein Data Lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake?hl=de))
after Google Cloud, What is a Data Lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake))
d'après Google Cloud, Qu'est-ce qu'un lac de données ? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake?hl=fr))
secondo Google Cloud, Che cos'è un data lake? ([Internet, 2024-05-08](https://cloud.google.com/learn/what-is-a-data-lake?hl=it))
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 warehouse
seeAlso raw data
seeAlso data mesh
seeAlso data fabric
seeAlso data pipeline
seeAlso data lakehouse
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.