RdfAndSql - W3C Wiki (original) (raw)

While SQL databases are sometimes used for StoringRDF (a la Large Triple Stores) it's also quite interesting to take SQL stores that were not designed with RDF in mind and export/expose them as RDF. With SPARQL, the connection becomes even more interesting.

Some implementations map the database contents to an RDF vocabulary that is created automatically from the database schema. Others require a manual mapping of tables and columns to RDF properties and classes, but support use of existing vocabularies without an external rules engine.

SPARQL-based

SPARQL Across Federated Sources

The Semantic Discovery System: Provides the functionality to rapidly build solutions for non technical Users to create and execute Ad Hoc queries using the network Graph User Interface (SPARQL to SQL is auto generated). Integrates and interconnects ALL data silo types - providing a virtual Semantic Web interface to all RDBMS's, Web Services, Excel Spreadsheets, and any Hybrid File Systems.

RDF/XML-based

Proprietary APIs and query languages

Benchmarking RDB-to-RDF Tools

Some History


RdfRdbMappingExamples