This is the final recommendation from the RDB2RDF XG. The XG recommends that the W3C initiate a WG to standardize a language for mapping Relational Database schemas into RDF and OWL.
This section describes the status of this document at the time of its publication. Other documents may supersede this document. A list of current W3C publications can be found in the W3C technical reports index at http://www.w3.org/TR/.
This is the final recommendation from the RDB2RDF XG.
1 Recommendation
1.1 Usecases
1.1.1 Integrating Databases to Research Nicotine Dependency
1.1.2 Triplify: Exposing Relational Data on the Web
1.2 Liaisons
1.3 Starting Points
2 References
The RDB2RDF XG recommends that the W3C initiate a WG to standardize a language for mapping Relational Database schemas into RDF and OWL. Such a standard will enable the vast amounts of data stored in Relational databases to be published easily and conveniently on the Web. It will also facilitate integrating data from separate Relational databases and adding semantics to Relational data.
This recommendation is based on the a survey of the State Of the Art conducted by the XG [StateOfArt] as well as the usecases discussed below.
The mapping language should be complete regarding when compared to to the relational algebra. It should have a human-readable syntax as well as XML and RDF representations of the syntax for purposes of discovery and machine generation.
There is a strong suggestion that the mapping language be expressed in rules as defined by the W3C [RIF] WG. The syntax does not have to follow the [RIF] syntax but should be isomorphic to it. The output of the mapping should be defined in terms of an RDFS/OWL schema.
It should be possible to subset the language for simple applications such as Web 2.0. This feature of the language will be validated by creating a library of mappings for widely used apps such as Drupal, Wordpress, phpBB.
[Michael Haussenblas will help with creating test cases].
The mapping language will allow customization with regard to names and data transformation. In addition, the language must be able to expose vendor specific SQL features such as full-text and spatial support and vendor-defined datatypes.
The final language specification should include guidance with regard to mapping Relational data to a subset of OWL such as OQL/QL or OWL/RL.
The language must allow for a mechanism to create identifiers for database entities. The generation of identifiers should be designed to support the implementation of the linked data principles [LinkedData]. Where possible, the language will encourage the reuse of public identifiers for long-lived entities such as persons, corporations, goe-locations, etc. See below.
To bootstrap exploitation of the Web as a globally accessible linked database, we need a few essentials:
Complex biological queries generally require the integration of information from several sources. To understand the genetic basis of nicotine dependence, we needed to integrate gene and pathway information and answer three complex biological queries using the integrated knowledge base. The gene information source NCBI Entrez Gene, which has gene-related records of ~2 million genes needed to be integrated with pathway information sources, such as KEGG (Kyoto Encyclopedia for Genes and Genomics). Comparing results across model organisms requires homology information provided by the NCBI HomoloGene, containing homology data for several completely sequenced eukaryotic organisms).
We used an ontology-driven approach to integrate the two gene resources Entrez Gene and HomoloGene) and three pathway resources KEGG, Reactome and BioCyc. We created the Entrez Knowledge Model (EKoM), an information model in OWL for the gene resources, and integrated it with the extant BioPAX ontology designed for pathway resources. The integrated schema was populated with data from the pathway resources, publicly available in BioPAX-compatible format, and gene resources for which a population procedure was created.
SPARQL was used to formulate queries to investigate the genetic basis of nicotine dependence over the integrated knowledge base:
We found that the queries could easily identify hub genes, i.e., those genes whose gene products participate in many pathways or interact with many other gene products. See [NicotineDependence] for details.
In order to make the Semantic Web useful to ordinary Web users, RDF and OWL have to be deployed on the Web on a much larger scale. Web applications such as Content Management Systems, online shops or community applications (e.g. Wikis, Blogs, Fora) already store their data in relational databases [triplify]. Providing a standardized way to map the relational data structures behind these Web applications into RDF, RDF-Schema and OWL will facilitate broad penetration and enrich the Web with RDF data and ontologies and facilitate novel semantic browsing and search applications.
By supporting the long tail of Web applications and thus counteracting the centralization of the Web 2.0 applications the planned RDB2RDF standardization will help to give control over data back to end-users and thus promote a democratization of the Web.
To support this usecase scenario, the mapping language should be easily implementable for lightweight Web applications and have a shallow learning curve to foster early adoption by Web developers.
The WG must track the evolution of SPARQL and liaise with the DAWG WG as well as the OWL WG. The proposed WG will also keep track of work on assigning unique identifiers to well-known entities such as the ENS system associated with the OKKAM project [OKKAM] and the Common Naming Project started by Neuro Commons [Common Naming Project]
The WG will take as its starting point the mapping languages developed by the [D2RQ] and [Virtuoso] efforts.