scispace - formally typeset
Journal ArticleDOI

The Lorel Query Language for Semistructured Data

Reads0
Chats0
TLDR
The main novelties of the Lorel language are the extensive use of coercion to relieve the user from the strict typing of OQL, which is inappropriate for semistructured data; and powerful path expressions, which permit a flexible form of declarative navigational access and are particularly suitable when the details of the structure are not known to the user.
Abstract
language, designed for querying semistructured data. Semistructured data is becoming more and more prevalent, e.g., in structured documents such as HTML and when performing simple integration of data from multiple sources. Traditional data models and query languages are inappropriate, since semistructured data often is irregular: some data is missing, similar concepts are represented using different types, heterogeneous sets are present, or object structure is not fully known. Lorel is a user-friendly language in the SQL/OQL style for querying such data effectively. For wide applicability, the simple object model underlying Lorel can be viewed as an extension of the ODMG data model and the Lorel language as an extension of OQL. The main novelties of the Lorel language are: (i) the extensive use of coercion to relieve the user from the strict typing of OQL, which is inappropriate for semistructured data; and (ii) powerful path expressions, which permit a flexible form of declarative navigational access and are particularly suitable when the details of the structure are not known to the user. Lorel also includes a declarative update language. Lorel is implemented as the query language of the Lore prototype database management system at Stanford. Information about Lore can be found at http://www-db.stanford.edu/lore. In addition to presenting the Lorel language in full, this paper briefly describes the Lore system and query processor. We also briefly discuss a second implementation of Lorel on top of a conventional object-oriented database management system, the O2 system.

read more

Citations
More filters
Journal Article

An efficient Path Query Processing support for Parent-Child Relationship in Native XML Databases

TL;DR: The decomposition-matching-merging approach is adopted and INLAB, a novel hybrid query processing merging both indexing and labeling technologies is proposed, which can process XML path queries by up to an order of magnitude faster than conventional top-down approach.
Book

Data Integration on the (Semantic) Web with Rules and Rich Unification

TL;DR: This thesis shows that Xcerpt simulation unification is decidable, and gives complexity bounds for subsumption in several fragments of Xcerpt query terms, and describes use-cases for the combined querying and integration of RDF and XML data.
Journal ArticleDOI

Querying Documents using Content, Structure and Properties

TL;DR: This paper proposes a query language that allows for querying documents using content information, information about the logical structure of the documents as well as information about properties of the Documents, and presents an architecture for a system supporting such a language.

XStorM: A Scalable Storage Mapping Scheme for XML Data.

TL;DR: In this paper, the authors examined how large amounts of XML data can be stored in a relational database, considering the unique irregular features of XML, including missing elements or multiple occurrences of the same element, and elements which may have atomic values in some data items and structured values in others.
Book ChapterDOI

SQL4X: A Flexible Query Language for XML and Relational Databases

TL;DR: In this paper, the authors present SQL4X, a powerful language for simultaneously querying both relational and XML databases, which can express quantification, negation, aggregation, grouping and path expressions.
References
More filters
Journal ArticleDOI

Query evaluation techniques for large databases

TL;DR: This survey describes a wide array of practical query evaluation techniques for both relational and postrelational database systems, including iterative execution of complex query evaluation plans, the duality of sort- and hash-based set-matching algorithms, types of parallel query execution and their implementation, and special operators for emerging database application domains.
Book

The object database standard: ODMG 2.0

TL;DR: With this book, standards are defined for object management systems and this will be the foundational book for object-oriented database product.
Proceedings ArticleDOI

Object exchange across heterogeneous information sources

TL;DR: An object-based information exchange model and a corresponding query language are defined that are well suited for integration of diverse information sources and used to integrate heterogeneous bibliographic information sources.
Book ChapterDOI

Querying Semi-Structured Data

TL;DR: The main purpose of the paper is to isolate the essential aspects of semistructured data, and survey some proposals of models and query languages for semi-structured data.
Related Papers (5)