AIDBHCJan 11, 2016

Git4Voc: Git-based Versioning for Collaborative Vocabulary Development

arXiv:1601.02433v112 citations
AI Analysis

This work addresses the challenge of version control in collaborative vocabulary development for data integration experts, but it is incremental as it adapts an existing tool (Git) rather than introducing a fundamentally new approach.

The paper tackles the problem of collaborative vocabulary development for data integration by proposing Git4Voc, a set of guidelines for adapting Git to vocabulary development, and demonstrates the implementation of vocabulary-specific features like syntactic validation and semantic diffs using Git hooks.

Collaborative vocabulary development in the context of data integration is the process of finding consensus between the experts of the different systems and domains. The complexity of this process is increased with the number of involved people, the variety of the systems to be integrated and the dynamics of their domain. In this paper we advocate that the realization of a powerful version control system is the heart of the problem. Driven by this idea and the success of Git in the context of software development, we investigate the applicability of Git for collaborative vocabulary development. Even though vocabulary development and software development have much more similarities than differences there are still important differences. These need to be considered within the development of a successful versioning and collaboration system for vocabulary development. Therefore, this paper starts by presenting the challenges we were faced with during the creation of vocabularies collaboratively and discusses its distinction to software development. Based on these insights we propose Git4Voc which comprises guidelines how Git can be adopted to vocabulary development. Finally, we demonstrate how Git hooks can be implemented to go beyond the plain functionality of Git by realizing vocabulary-specific features like syntactic validation and semantic diffs.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes