Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

eagle-i is a distributed system for creating and sharing semantically rich data. It is built around semantic web technologies and follows linked open data principles. eagle-i focuses on biomedical research resources. However, thanks to its ontology-centric architecture, the platform can be adapted to other domains.

The An eagle-i network consists of a software stack comprises eagle-i nodes installed at a participating institution (an eagle-i node) and , and a central search application. eagle-i nodes are independent of each other. The central search application provides a unified view of the data across nodes.

 

Figure 1 provides a high-level overview of the eagle-i network.

 

Image Removed

Figure 1. Overview of the eagle-i software stack

eagle eagle-i resources are captured and stored as as RDF data  data that conforms to a resource resource ontology. At the core of the eagle-i node software stack is an RDF repository that provides services to institutional data collection applications, to an institutional search application and to the central search application. Data collection applications exist for both manual annotation and bulk data processing.

The The eagle-i ontology drives  drives the data collection and search user interfaces and internal mechanisms, and is used for structuring and validating data in the repository and for indexing resources. This design choice allows applications to seamlessly adapt to ontology evolution, and provides ontology developers with a mechanism to rapidly test and refine their models. Figure 1 depicts an eagle-i network at a high level.

eagle-i networkImage Added

Figure 1. Architecture of an eagle-i network

 

The eagle-i software stack

Figure 2 shows a more detailed view of the software stack componentsat an eagle-i node.

Image Modified

Figure 2. Details of the eagle-i stack

...

The SWEET (for Semantic Web Entry and Editing Tool) is a web application for manual data entry and curation developed using the GWT (Google Web Toolkit). Its core component is a dynamic forms generation module that translates ontology axioms into UI data entry widgets. The SWEET generates a form per ontology class and thusly allows users to create instances of an ontology class. Navigational elements of the SWEET include workflow controls and instance listing and filtering.

An The SWIFT ETL (Extract Transform and Load) toolkit provides command line tools for transforming Excel and XML tabular data into eagle-i linked instances, and for loading them into an eagle-i repository. The data mappings necessary for performing the transformations are captured in an RDF map, in an approach heavily influenced by the RDF123 tool

...

The search application backend is a semantic search framework, where pluggable search providers perform searches against different types of indices and public services. A Solr search provider, the core backend component of the search application, builds a collection of Lucene/Solr indices that enable search and autocomplete functionality across the eagle-i dataset and ontology. The search backend also includes providers for a variety of external sources such as NCBI and NIF. 

The search application front-end is a web application developed using the GWT (Google Web Toolkit). The search UI includes features such as faceted search, synonym expansion, autocomplete based on instance data and ontology terms.

...

The search application and the different data tools use a data model component, the EIOntModel, to obtain information about ontology classes and properties. The data model is optimized to be used by client-side applications.

Figure 3 illustrates our ontology-driven approach.

Image Added

Figure 3. Ontology-driven approachIn March 2012, the eagle-i ontology was officially released. For more in-depth information about it, see the google code project site.


 

The eagle-i network

In the eagle-i network, institutional servers are independent of each other. A central search application provides a unified view across the institutional servers.

...