D2RQ

Packages
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.fastpath D2RQ's Fastpath query implementation is able to translate a basic graph pattern (a set of triples that may contain variables) into a single SQL expression.
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.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.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.rdql Implementation of Jena's Graph query handler.
de.fuberlin.wiwiss.d2rq.sesame Sesame wrapper for D2RQ.
de.fuberlin.wiwiss.d2rq.sql SQL query and result processing code.
de.fuberlin.wiwiss.d2rq.types Code for dealing with XSD data types.
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.