This chapter briefly explains the purpose and the scope of this document, its place in the OWLIM user documentation set, and provides some suggestions for efficient use. It starts with an introduction on the differences between the two editions of OWLIM, which facilitates the understanding of the OWLIM product family, the design objectives behind each of the versions and the rationale behind the structuring of the documentation.
OWLIM comes in two major editions: SwiftOWLIM and BigOWLIM. OWLIM Replication Cluster is a component that can manage and synchronise multiple BigOWLIM instances.
These versions are identical in terms of usage and integration. Apart from a few differences in the configuration parameters, the two editions have the same functionality and implement the same Sesame APIs. The editions differ in the respective version of the TRREE engine they are based upon, but share the same inference mechanisms and semantics (rule-compiler, etc). The different versions of the TRREE engine use different indexing, inference and query evaluation implementations, which results in different performance, memory requirements, and scalability.
SwiftOWLIM is designed for medium data volumes (below 100 million statements) and for prototyping. Its key characteristics are as follows:
reasoning and query evaluation are performed in main memory;
it employs a persistence strategy that ensures data preservation and consistency;
the loading of data, including reasoning, is extremely fast;
easy configuration.
BigOWLIM is suitable for handling massive volumes of data and very intensive querying activities. It is designed as an enterprise-grade database management system. This has been made possible through:
file-based indices, which enable it to scale to billions of statements even on desktop machines;
special-purpose index and query optimization techniques, ensuring fast query evaluation against very large volumes of data;
optimized handling of owl:sameAs (identifier equality) to boost efficiency for data integration tasks;
efficient retraction of explicit statements and their inferences, which allows for efficient delete operations.
Purpose, Intended Readership and Overview of this Document
This document is designed for software engineers, system integrators and system administrators who wish to integrate the SwiftOWLIM semantic repository in to their applications or who wish to use SwiftOWLIM and Sesame as a stand-alone server for storing and processing structured data. It is also useful for system administrators who need to support and maintain a SwiftOWLIM repository.
The reader is assumed to be familiar with databases, but not an expert in semantic database systems, semantic information retrieval, Semantic Web, or OWLIM itself. Less experienced readers are recommended to read the OWLIM Primer where the required minimum of Semantic Web and related concepts is covered, as well as OWLIM basics.
This document has multiple uses:
To provide the information necessary to use SwiftOWLIM repositories via the Sesame APIs;
To give instructions on managing repositories through the Sesame web front-end;
For familiarisation with SwiftOWLIM's reasoning capabilities and rule language;
To enable the creation of custom installations and configurations of SwiftOWLIM;
To introduce the most important factors that affect the efficiency of SwiftOWLIM and to provide some productivity tips.
How to Use This Document
Readers new to OWLIM should read the OWLIM Primer first and then this document in its entirety. This will guarantee that the necessary basic information has been covered in sufficient depth. After some experience using OWLIM, this guide can be used as a reference for carrying out specific tasks.
The following conventions are used in this document:
Code examples are listed in a typewriter-like font
Other important terms, when first introduced, will be written in italics
Formulas are always in italics
References are given in square brackets, e.g. [3] means "Refer to publication #3 in the References section"
SwiftOWLIM and BigOWLIM are referred to collectively as "OWLIM" in those cases where it is not necessary to distinguish between the two editions, i.e. the specifications, features, and/or settings described are common for both BigOWLIM and SwiftOWLIM
Copyrights and Licensing
This document and the products discussed in it are copyrighted and subject to licensing as follows:
All other trademarks mentioned in this document, belong to their respective owners.
Full licensing information is available at http://www.ontotext.com/owlim/, as well as in the licence files located in the main folder of the distribution package.