D2RQ

Packages 
Package Description
d2rq
D2RQ Command line tools.
de.fuberlin.wiwiss.d2rq
D2RQ's public API, including the Jena-compatible Model implementation.
de.fuberlin.wiwiss.d2rq.algebra
Implementation of an RDF-based relational algebra.
de.fuberlin.wiwiss.d2rq.assembler
A Jena assembler for setting up D2RQ models.
de.fuberlin.wiwiss.d2rq.csv
Parsers for Comma Seperated Value (CSV) files for use with translation tables.
de.fuberlin.wiwiss.d2rq.dbschema
JDBC-based database schema inspection code.
de.fuberlin.wiwiss.d2rq.download  
de.fuberlin.wiwiss.d2rq.engine  
de.fuberlin.wiwiss.d2rq.expr  
de.fuberlin.wiwiss.d2rq.find
The find query implementation can answer simple queries for triple patterns (RDF triples that may contain wildcards in the subject, predicate, and/or object positions).
de.fuberlin.wiwiss.d2rq.jena  
de.fuberlin.wiwiss.d2rq.map
Classes that represent the components of a mapping file.
de.fuberlin.wiwiss.d2rq.mapgen
The mapping generator introspects a database schema and generates a simple default D2RQ mapping that matches the DB schema.
de.fuberlin.wiwiss.d2rq.nodes
Code that maps a set of database values into a set of RDF nodes.
de.fuberlin.wiwiss.d2rq.optimizer.expr  
de.fuberlin.wiwiss.d2rq.parser
Code that converts a D2RQ mapping file from its RDF representation into corresponding Java objects.
de.fuberlin.wiwiss.d2rq.pp
Generates human-readable representations of various objects for use in error messages, logging and debugging.
de.fuberlin.wiwiss.d2rq.server  
de.fuberlin.wiwiss.d2rq.sql
SQL query and result processing code.
de.fuberlin.wiwiss.d2rq.sql.types  
de.fuberlin.wiwiss.d2rq.sql.vendor  
de.fuberlin.wiwiss.d2rq.values
Code for expressing a rule that generates a set of values from some data in the database.
de.fuberlin.wiwiss.d2rq.vocab
Convenient Java representations of RDF vocabularies.
de.fuberlin.wiwiss.pubby.negotiation