Catálogo de publicaciones - libros

Compartir en
redes sociales


Advances in Conceptual Modeling: Theory and Practice: ER 2006 Workshops BP-UML, CoMoGIS, COSS, ECDM, OIS, QoIS, SemWAT, Tucson, AZ, USA, November 6-9, 2006, Proceedings

John F. Roddick ; V. Richard Benjamins ; Samira Si-said Cherfi ; Roger Chiang ; Christophe Claramunt ; Ramez A. Elmasri ; Fabio Grandi ; Hyoil Han ; Martin Hepp ; Miltiadis D. Lytras ; Vojislav B. Mišić ; Geert Poels ; Il-Yeol Song ; Juan Trujillo ; Christelle Vangenot (eds.)

En conferencia: 25º International Conference on Conceptual Modeling (ER) . Tucson, AZ, USA . November 6, 2006 - November 9, 2006

Resumen/Descripción – provisto por la editorial

No disponible.

Palabras clave – provistas por la editorial

No disponibles.

Disponibilidad
Institución detectada Año de publicación Navegá Descargá Solicitá
No detectada 2006 SpringerLink

Información

Tipo de recurso:

libros

ISBN impreso

978-3-540-47703-7

ISBN electrónico

978-3-540-47704-4

Editor responsable

Springer Nature

País de edición

Reino Unido

Fecha de publicación

Información sobre derechos de publicación

© Springer-Verlag Berlin Heidelberg 2006

Tabla de contenidos

Preface for CoMoGIS 2006

Christelle Vangenot; Christophe Claramunt

These proceedings contain the papers selected for presentation at the third edition of the International Workshop on Conceptual Modeling in GIS, CoMoGIS 2006, held in November 2006, in Tucson, Arizona, USA, in conjunction with the annual International Conference on Conceptual Modeling (ER 2006). Following the success of CoMoGIS 2005 (held in Klagenfurt, Austria) and CoMoGIS 2004 (held in Shanghai, China), its aim was to bring together researchers investigating issues related to conceptual modeling for geographic and spatial information handling systems, and to encourage interdisciplinary discussions including the identification of emerging and future issues. The call for papers attracted 19 papers, many of them of excellent quality and most of them very related to the topics of the workshop. Each paper received three reviews. Based on these reviews, eight papers were selected for presentation and inclusion in the proceedings. The accepted papers cover a wide range of topics from spatial and spatio-temporal data representation, to indexing methods for moving objects, to optimization of spatial queries and to spatio-temporal data on the Web. Our keynote presentation, given by Peter Baumann, discussed large-scale raster services.

- CoMoGIS 2006 - 3rd International Workshop on Conceptual Modeling for Geographic Information Systems | Pp. 73-73

Access Control in Geographic Databases

Liliana Kasumi Sasaoka; Claudia Bauzer Medeiros

The problem of access control in databases consists of determining when (and if) users or applications can access stored data, and what kind of access they are allowed. This paper discusses this problem for geographic databases, where constraints imposed on access control management must consider the spatial location context. The model and solution provided are motivated by problems found in AM/FM applications developed in the management of telephone infrastructure in Brazil, in a real life situation.

- Spatial and Spatio-temporal Data Representation | Pp. 110-119

VTPR-Tree: An Efficient Indexing Method for Moving Objects with Frequent Updates

Wei Liao; Guifen Tang; Ning Jing; Zhinong Zhong

Moving object databases are required to support queries on a large number of continuous moving objects. Indexes for moving objects must support both query and update operations efficiently. In previous work TPR-tree is the most popular indexing method for the future predicted position, but its frequent updates performance is very poor. In this paper we propose a novel indexing method, called VTPR-tree, for predicted trajectory of moving objects. VTPR-tree takes into account both the velocity and space distribution of moving objects. First the velocity domain is split, and moving objects are classified into different velocity buckets by their velocities, thus objects in one bucket have similar velocities. Then we use an improved TPR-tree structure to index objects in each bucket. VTPR-tree is supplemented by a hash index on IDs of moving objects to support frequent updates. Also an extended bottom-up update algorithm is developed for VTPR-tree, thus having a good dynamic update performance and concurrency. Experimental results show that the update and query performance of VTPR-tree outperforms the TPR*-tree.

- Optimizing Representation and Access to Spatial Data | Pp. 120-129

A Progressive Transmission Scheme for Vector Maps in Low-Bandwidth Environments Based on Device Rendering

David Cavassana Costa; Anselmo Cardoso de Paiva; Mario Meireles Teixeira; Cláudio de Souza Baptista; Elvis Rodrigues da Silva

The Internet has created an interesting environment for geospatial data sharing, so that users may transfer, visualize, manipulate and interact the data sets. This environment not only provides new opportunities to geospatial data usage, but also introduces new problems that should be addressed in order to provide an efficient and effective use of these datasets. One of such problems is related to the use of these spatial datasets in a low-bandwidth environment, such as those involving mobile computing. This paper presents a progressive transmission method for vector maps on the Web. The proposed method anticipates the map rasterization process to be performed at the server side, so that the amount of information transmitted may be reduced. We combine scale-dependent transmission techniques with simplification and progressive ones, in order to maximize the overall performance of a Web GIS environment.

- Spatio-temporal Data on the Web | Pp. 150-159

Designing Web Services for Supporting User Tasks: A Model Driven Approach

Marta Ruiz; Vicente Pelechano; Óscar Pastor

Web Service (WS) developers must take several decisions to design Service Oriented Architectures. Some of these decisions are: which operations should provide the involved Web Service, how we can detect these operations, in which way this can be automated and which is the right granularity of the operations. To address some of these questions, we present in this paper a methodological approach that extends the OOWS web engineering method. Following a model-driven approach, we systematically identify and design the operations of a Web service, taking as the source: (1) the tasks that the user must be able to achieve and (2) the OOWS conceptual models.

- CoSS 2006 - International Workshop on Conceptual Modeling of Service-Oriented Software Systems | Pp. 193-202

Reduce, Reuse, Recycle : Practical Approaches to Schema Integration, Evolution and Versioning

John F. Roddick; Denise de Vries

Three themes are apparent in recent schema integration, evolution and versioning research. First, the need to reduce the number of schema changes that are necessary. The approach here has been to build into the conceptual and data models the scope to accommodate modest changes to definition. Second, research that aims to reuse the current schema definition through procedures that mask the changes through sophisticated wrappers or techniques for multiple extensional data. Finally, techniques that enable schema change to be accommodated as seamlessly and as painlessly as possible. All these approaches have their limitations and strengths. This paper investigates each of these approaches and outlines the current research directions in schema integration, evolution and versioning.

- Keynote | Pp. 209-216

A DAG Comparison Algorithm and Its Application to Temporal Data Warehousing

Johann Eder; Karl Wiggisser

We present a new technique for discovering and representing structural changes between two versions of a directed acyclic graph (DAG). Motivated by the necessity of change detection in temporal data warehouses and inspired by a well known tree comparison algorithm, we developed a heuristic method to calculate an edit script transforming an old version of a graph to the new one. This edit script is composed of operations for inserting and deleting nodes and changing labels and values of nodes as well as for inserting and deleting edges to cover rearrangements of nodes (moves). We present the prerequisites of our approach, the different phases of the algorithm and discuss some evaluation results gained from a prototypic implementation. Our approach is applicable to arbitrary labeled DAGs in any context, but optimized for rooted, ordered and labeled acyclic digraphs with a small rate of changes between the DAGs to be compared.

- Accepted Papers | Pp. 217-226

Modeling Considerations for Product Ontology

Hyunja Lee; Junho Shim; Suekyung Lee; Sang-goo Lee

An issue in utilizing ontology in product information domain is how to make it operational. This requires considering the features to be included in a pragmatic product information database which should contain the key concepts and the relationships in the domain. Ontological modeling of product information is a starting as well as a most important point for practical deployment. It often involves problems such as the choice and representation of the proper semantic relationships, handling of product properties, and product descriptions associated with their units of measure. In this paper, we introduce an approach to those problems. We recently engaged in a project to build an operational product ontology system. The directions to problems, which are presented in this paper, were obtained from this project, and may serve a role as a reference model for similar projects in future.

- Accepted Papers | Pp. 291-300

Preface for QoIS 2006

Samira Si-Saïd Cherfi; Geert Poels

These proceedings contain the papers of the second edition of the QoIS workshop held in conjunction with the 25th International Conference on Conceptual Modeling (ER2006).

- QoIS 2006 - 2nd International Workshop on Quality of Information Systems | Pp. 323-323

Information Quality, System Quality and Information System Effectiveness: Introduction to QoIS’06

Geert Poels; Samira Si-Saïd Cherfi

This paper is an introduction to the 2nd International Workshop on Quality of Information Systems. It introduces the 6 papers accepted to the workshop via a well-known model of information system success.

- Introduction to QoIS06 | Pp. 325-328