Christoph Quix

dblp:q/ChristophQuix · also Christoph Josef Quix · DBLP profile ↗
← Back
42ranked-venue papers in the field
3as first author
10since 2021 · last 2026
0000-0002-1698-4345ORCID · verified

Domains — venue-derived; a paper can count in several

Database Systems & Data Management · 26 (2 first)Business Process & Enterprise Data · 9 (1 first)Knowledge Engineering, Semantic Web & Information Systems · 5Information Retrieval & Web Search · 2
YearPublicationVenuePosition
2026 Conceptual modeling of user perspectives - From data warehouses to alliance-driven data ecosystems
Sandra Geisler, Christoph Quix, István Koren, Matthias Jarke
Data Knowl. Eng.2
2025 Toward Advanced Query Processing in Dataspaces
Christoph Quix
DOLAP1
2024 Enhancing Machine Learning Capabilities in Data Lakes with AutoML and LLMs
Sayed Hoseini, Maximilian Ibbels, Christoph Quix
ADBIS3
2024 Knowledge Graph Creation and Management Made Easy with KGraphX
Ahmad Hemid, Abderrahmane Khiat, Megha Jayakumar, Christoph Lange 0002, Christoph Quix, Stefan Decker
DEXA (2)5
2024 OntoEditor: Real-Time Collaboration via Distributed Version Control for Ontology Development
Ahmad Hemid, Waleed Shabbir, Abderrahmane Khiat, Christoph Lange 0002, Christoph Quix, Stefan Decker
ESWC (1)5
2024 Data Lakes: A Survey of Functions and Systems (Extended abstract)
abstract
Data lakes are becoming increasingly prevalent for big data management and data analytics. In contrast to traditional ‘schema-on-write’ approaches such as data warehouses, data lakes are repositories storing raw data in its original formats and providing a common access interface. Despite the strong interest raised from both academia and industry, there is a large body of ambiguity regarding the definition, functions and available technologies for data lakes. A complete, coherent picture of data lake challenges and solutions is still missing. This survey reviews the development, architectures, and systems of data lakes. We provide a comprehensive overview of research questions for designing and building data lakes. We classify the existing approaches and systems based on their provided functions for data lakes, which makes this survey a useful technical reference for designing, implementing and deploying data lakes. We hope that the thorough comparison of existing solutions and the discussion of open research challenges in this survey will motivate the future development of data lake research and practice.
Rihan Hai 0001, Christos Koutras, Christoph Quix, Matthias Jarke
ICDE3
2024 A survey on semantic data management as intersection of ontology-based data access, semantic modeling and data lakes
abstract
In recent years, data lakes emerged as a way to manage large amounts of heterogeneous data for modern data analytics. One way to prevent data lakes from turning into inoperable data swamps is semantic data management. Such approaches propose the linkage of metadata to knowledge graphs based on the Linked Data principles to provide more meaning and semantics to the data in the lake. Such a semantic layer may be utilized not only for data management but also to tackle the problem of data integration from heterogeneous sources, in order to make data access more expressive and interoperable. In this survey, we review recent approaches with a specific focus on the application within data lake systems and scalability to Big Data. We classify the approaches into (i) basic semantic data management, (ii) semantic modeling approaches for enriching metadata in data lakes, and (iii) methods for ontology-based data access. In each category, we cover the main techniques and their background, and compare latest research. Finally, we point out challenges for future work in this research area, which needs a closer integration of Big Data and Semantic Web technologies.
Sayed Hoseini, Johannes Lipp, Christoph Quix
J. Web Semant.3
2023 SEDAR: A Semantic Data Reservoir for Heterogeneous Datasets
abstract
Data lakes have emerged as a solution for managing vast and diverse datasets for modern data analytics. To prevent them from becoming ungoverned, semantic data management techniques are crucial, which involve connecting metadata with knowledge graphs, following the principles of Linked Data. This semantic layer enables more expressive data management, integration from various sources and enhances data access utilizing the concepts and relations to semantically enrich the data. Some frameworks have been proposed, but requirements like data versioning, linking of datasets, managing machine learning projects, automated semantic modeling and ontology-based data access are not supported in one uniform system. We demonstrate SEDAR, a comprehensive semantic data lake that includes support for data ingestion, storage, processing, and governance with a special focus on semantic data management. The demo will showcase how the system allows for various ingestion scenarios, metadata enrichment, data source linking, profiling, semantic modeling, data integration and processing inside a machine learning life cycle.
Sayed Hoseini, Haron Shaker, Christoph Quix
CIKM4
2023 Data Lakes: A Survey of Functions and Systems
abstract
Data lakes are becoming increasingly prevalent for big data management and data analytics. In contrast to traditional ‘schema-on-write’ approaches such as data warehouses, data lakes are repositories storing raw data in its original formats and providing a common access interface. Despite the strong interest raised from both academia and industry, there is a large body of ambiguity regarding the definition, functions and available technologies for data lakes. A complete, coherent picture of data lake challenges and solutions is still missing. This survey reviews the development, architectures, and systems of data lakes. We provide a comprehensive overview of research questions for designing and building data lakes. We classify the existing approaches and systems based on their provided functions for data lakes, which makes this survey a useful technical reference for designing, implementing and deploying data lakes. We hope that the thorough comparison of existing solutions and the discussion of open research challenges in this survey will motivate the future development of data lake research and practice.
Rihan Hai 0001, Christos Koutras, Christoph Quix, Matthias Jarke
IEEE Trans. Knowl. Data Eng.3
2021 Unsupervised Feature Selection for Efficient Exploration of High Dimensional Data
Arnab Chakrabarti, Abhijeet Das, Michael Cochez, Christoph Quix
ADBIS4
2020 The International Data Spaces Information Model - An Ontology for Sovereign Exchange of Digital Content
Sebastian R. Bader, Jaroslav Pullmann, Christian Mader, Sebastian Tramp, Christoph Quix, Andreas W. Müller, Haydar Akyürek, Matthias Böckmann, Benedikt T. Arnold, Johannes Lipp, Sandra Geisler, Christoph Lange 0002
ISWC (2)5
2019 Relaxed Functional Dependency Discovery in Heterogeneous Data Lakes
Rihan Hai 0001, Christoph Quix
ER2
2019 Rewriting of Plain SO Tgds into Nested Tgds
abstract
Schema mappings express the relationships between sources in data interoperability scenarios and can be expressed in various formalisms. Source-to-target tuple-generating dependencies (s-t tgds) can be easily used for data transformation or query rewriting tasks. Second-order tgds (SO tgds) are more expressive as they can also represent the composition and inversion of s-t tgds. Yet, the expressive power of SO tgds comes with the problem of undecidability for some reasoning tasks. Nested tgds and plain SO tgds are mapping languages that are between s-t tgds and SO tgds in terms of expressivity, and their properties have been studied in the recent years. Nested tgds are less expressive than plain SO tgds, but the logical equivalence problem for nested tgds is decidable. However, a detailed characterization of plain SO tgds that have an equivalent nested tgd is missing. In this paper, we present an algorithmic solution for translating plain SO tgds into nested tgds. The algorithm computes one or more nested tgds, if a given plain SO tgd is rewritable. Furthermore, we are able to give a detailed characterization of those plain SO tgds for which an equivalent nested tgd exists, based on the structural properties of the source predicates and Skolem functions in the plain SO tgd. In the evaluation, we show that our algorithm covers a larger subset of plain SO tgds than previous approaches and that a rewriting can be computed efficiently although the algorithm has the exponential complexity.
Rihan Hai 0001, Christoph Quix
Proc. VLDB Endow.2
2018 Query Rewriting for Heterogeneous Data Lakes
Rihan Hai 0001, Christoph Quix
ADBIS2
2018 Nested Schema Mappings for Integrating JSON
Rihan Hai 0001, Christoph Quix, David Kensche
ER2
2016 Data Lakes: A Solution or a new Challenge for Big Data Integration?
Christoph Quix
DATA1
2016 Constance: An Intelligent Data Lake System
abstract
As the challenge of our time, Big Data still has many research hassles, especially the variety of data. The high diversity of data sources often results in information silos, a collection of non-integrated data management systems with heterogeneous schemas, query languages, and APIs. Data Lake systems have been proposed as a solution to this problem, by providing a schema-less repository for raw data with a common access interface. However, just dumping all data into a data lake without any metadata management, would only lead to a 'data swamp'. To avoid this, we propose Constance, a Data Lake system with sophisticated metadata management over raw data extracted from heterogeneous data sources. Constance discovers, extracts, and summarizes the structural metadata from the data sources, and annotates data and metadata with semantic information to avoid ambiguities. With embedded query rewriting engines supporting structured data and semi-structured data, Constance provides users a unified interface for query processing and data exploration. During the demo, we will walk through each functional component of Constance. Constance will be applied to two real-life use cases in order to show attendees the importance and usefulness of our generic and extensible data lake system.
Rihan Hai 0001, Sandra Geisler, Christoph Quix
SIGMOD Conference3
2016 Guest Editorial: Large-scale Data Management for Mobile Applications
Thierry Delot, Sandra Geisler, Sergio Ilarri, Christoph Quix
Distributed Parallel Databases4
2015 An Ontology-based Collaboration Recommender System using Patents
abstract
S.389-394
Sandra Geisler, Rihan Hai 0001, Christoph Quix
KEOD3
2015 Special issue on advanced information systems engineering
Matthias Jarke, John Mylopoulos, Christoph Quix
Inf. Syst.3
2014 Automated Interestingness Measure Selection for Exhibition Recommender Systems
Kok Keong Bong, Matthias Jöst, Christoph Quix, Toni Anwar
ACIIDS (1)3
2014 Entity Recognition in Information Extraction
Novita Hanafiah, Christoph Quix
ACIIDS (1)2
2014 Data-centric intelligent information integration - from concepts to automation
Matthias Jarke, Manfred A. Jeusfeld, Christoph Quix
J. Intell. Inf. Syst.3
2011 Merging Relational Views: A Minimization Approach
Xiang Li 0002, Christoph Quix
ER2
2011 Automatic generation of mediated schemas through reasoning over data dependencies
abstract
Mediated schemas lie at the center of the well recognized data integration architecture. Classical data integration systems rely on a mediated schema created by human experts through an intensive design process. Automatic generation of mediated schemas is still a goal to be achieved. We generate mediated schemas by merging multiple source schemas interrelated by tuple-generating dependencies (tgds). Schema merging is the process to consolidate multiple schemas into a unified view. The task becomes particularly challenging when the schemas are highly heterogeneous and autonomous. Existing approaches fall short in various aspects, such as restricted expressiveness of input mappings, lacking data level interpretation, the output mapping is not in a logical language (or not given at all), and being confined to binary merging. We present here a novel system which is able to perform native n-ary schema merging using P2P style tgds as input. Suited in the scenario of generating mediated schemas for data integration, the system opts for a minimal schema signature retaining all certain answers of conjunctive queries. Logical output mappings are generated to support the mediated schemas, which enable query answering and, in some cases, query rewriting.
Xiang Li 0002, Christoph Quix, David Kensche, Sandra Geisler, Lisong Guo
ICDE2
2011 Enabling Structured Queries over Unstructured Documents
abstract
With the information explosion on the Internet, finding precise answers efficiently is a prevalent requirement by many users. Today, search engines answer keyword queries with a ranked list of documents. Users might not be always willing to read the top ranked documents in order to satisfy their information need. It would save lots of time and efforts if the the answer to a query can be provided directly, instead of a link to a document which might contain the answer. To realize this functionality, users must be able to define their information needs precisely, e.g., by using structured queries, and, on the other hand, the system must be able to extract information from unstructured text documents to answer these queries. To this end, we introduce a system which supports structured queries over unstructured text documents, aiming at finding structured answers to the users' information need. Our goal is to extract answers from unstructured natural text, by applying various efficient techniques that allow fast query processing over text documents from the web or other heterogeneous sources. A key feature of our approach is that it does not require any upfront integration efforts such as the definition of a common data model or ontology.
Fisnik Kastrati, Xiang Li 0002, Christoph Quix, Mohammadreza Khelghati
Mobile Data Management (2)3
2010 Automatic schema merging using mapping constraints among incomplete sources
abstract
Schema merging is the process of consolidating multiple schemas into a unified view. The task becomes particularly challenging when the schemas are highly heterogeneous and autonomous. Classical data integration systems rely on a mediated schema created by human experts through an intensive design process.
Xiang Li 0002, Christoph Quix, David Kensche, Sandra Geisler
CIKM2
2009 Generic schema mappings for composition and query answering
David Kensche, Christoph Quix, Xiang Li 0002, Matthias Jarke
Data Knowl. Eng.2
2008 Mobile Mining and Information Management in HealthNet Scenarios
abstract
Health and mobility of elderly people is gaining importance in aging societies. New communication-based methods to provide health services with personal health care devices are considered promising elements of first-class medical care services for everybody. To achieve this vision, several technological issues have to be solved: (i) body sensors to monitor vital functions have to be developed; (ii) these sensors should be integrated into textile structures to guarantee ease of use and patient acceptance; (iii)the collected sensor data has to be analyzed to detect emergency situations and to reduce the data volume; (iv) relevant data has to be integrated with other information systems in the work environment of medical experts. These challenges are addressed within the HealthNet project at RWTH Aachen University. The goal of the project is to develop a framework in which health professional scan remotely monitor and diagnose mobile patients. The described demonstration presents our results of the first three issues mentioned above while focusing on the employed data mining and management techniques.
Philipp Kranen, David Kensche, Saim Kim, Nadine Zimmermann, Emmanuel Müller, Christoph Quix, Xiang Li 0002, Thomas Gries, Thomas Seidl 0001, Matthias Jarke, Steffen Leonhardt
MDM6
2007 Generic Schema Merging
Christoph Quix, David Kensche, Xiang Li 0002
CAiSE1
2007 Generic Schema Mappings
David Kensche, Christoph Quix, Matthias Jarke
ER2
2007 GeRoMeSuite: A System for Holistic Generic Model Management
David Kensche, Christoph Quix, Xiang Li 0002
VLDB2
2001 Data warehouse process management
Panos Vassiliadis, Christoph Quix, Yannis Vassiliou, Matthias Jarke
Inf. Syst.2
2000 A Model for Data Warehouse Operational Processes
Panos Vassiliadis, Christoph Quix, Yannis Vassiliou, Matthias Jarke
CAiSE2
2000 Concept Based Design of Data Warehouses: The DWQ Demonstrators
abstract
The ESPRIT Project DWQ (Foundations of Data Warehouse Quality) aimed at improving the quality of DW design and operation through systematic enrichment of the semantic foundations of data warehousing. Logic-based knowledge representation and reasoning techniques were developed to control accuracy, consistency, and completeness via advanced conceptual modeling techniques for source integration, data reconciliation, and multi-dimensional aggregation. This is complemented by quantitative optimization techniques for view materialization, optimizing timeliness and responsiveness without losing the semantic advantages from the conceptual approach. At the operational level, query rewriting and materialization refreshment algorithms exploit the knowledge developed at design time. The demonstration shows the interplay of these tools under a shared metadata repository, based on an example extracted from an application at Telecom Italia.
Matthias Jarke, Christoph Quix, Diego Calvanese, Maurizio Lenzerini, Enrico Franconi, Spyros Ligoudistianos, Panos Vassiliadis, Yannis Vassiliou
SIGMOD Conference2
2000 Towards Quality-oriented Data Warehouse Usage and Evolution
Panos Vassiliadis, Mokrane Bouzeghoub, Christoph Quix
Inf. Syst.3
1999 Towards Quality-Oriented Data Warehouse Usage and Evolution
Panos Vassiliadis, Mokrane Bouzeghoub, Christoph Quix
CAiSE3
1999 Improving OLTP Data Quality Using Data Warehouse Mechanisms
abstract
Research and products for the integration of heterogeneous legacy source databases in data warehousing have addressed numerous data quality problems in or between the sources. Such a solution is marketed by Team4 for the decision support of mobile sales representatives, using advanced view maintenance and replication management techniques in an environment based on relational data warehouse technology and Lotus Notes-based client systems. However, considering total information supply chain management, the capture of poor operational data, to be cleaned later in the data warehouse, appears sub-optimal. Based on the observation that decision support clients are often closely linked to operational data entry, we have addressed the problem of mapping the data warehouse data quality techniques back to data quality measures for improving OLTP data. The solution requires a warehouse-to-OLTP workflow which employs a combination of view maintenance and view update techniques.
Matthias Jarke, Christoph Quix, Guido Blees, Dirk Lehmann, Gunter Michalk, Stefan Striel
SIGMOD Conference2
1999 Architecture and Quality in Data Warehouses: An Extended Repository Approach
Matthias Jarke, Manfred A. Jeusfeld, Christoph Quix, Panos Vassiliadis
Inf. Syst.3
1998 Architecture and Quality in Data Warehouses
Matthias Jarke, Manfred A. Jeusfeld, Christoph Quix, Panos Vassiliadis
CAiSE3
1998 Design and Analysis of Quality Information for Data Warehouses
Manfred A. Jeusfeld, Christoph Quix, Matthias Jarke
ER2
1998 Tools for Data Warehouse Quality
abstract
We show three interrelated tools intended to improve different aspects of the quality of data warehouse solutions. Firstly, the deductive object manager ConceptBase is intended to enrich the semantics of data warehouse solutions by including an explicit enterprise-centered concept of quality. The positive impact of precise multidimensional data models on the client interface is demonstrated by CoDecide, an Internet-based toolkit for the flexible visualization of multiple, interrelated data cubes. Finally, MIDAS is a hybrid data mining system which analyses multi-dimensional data to further enrich the semantics of the meta database, using a combination of neural network techniques, fuzzy logic and machine learning.
Michael Gebhardt, Matthias Jarke, Manfred A. Jeusfeld, Christoph Quix, Stefan Sklorz
SSDBM4