= OpenDFKI RDFBroker = Many approaches for RDF stores exist, most of them using very straight-forward techniques to store triples in or mapping RDF Schema classes to database tables. RDFBroker is an RDF store that uses a natural mapping of RDF resources to database tables that does not rely on RDF Schema, but constructs a schema based on the occurring signatures, where a signature is the set of properties used on a resource. This technique can therefore be used for arbitrary RDF data (i.e., RDF Schema or any other schema/ontology language on top of RDF is not required). Our approach can be used for both in-memory and normal (on-disk) relational database-based RDF store implementations, and also distributed RDF stores (with distributed query handling) benefit from it. == Publications == Michael Sintek, Malte Kiesel: "RDFBroker - A Signature-Based, High-Performance RDF Store", presented at [http://www.eswc2006.org ESWC 2006]. [http://rdfbroker.opendfki.de/repos/papers/RDFBroker-ESWC2006.pdf PDF], [http://rdfbroker.opendfki.de/repos/papers/RDFBroker-ESWC2006-slides.pdf presentation slides]. == Source == See [source:trunk SVN webfrontend]. The repository can be checked out using {{{ svn co https://rdfbroker.opendfki.de/repos rdfbroker }}} == License == RDFBroker source code is subject to the [http://www.gnu.org/licenses/gpl.html GNU General Public License]. == Contact == sintek at dfki.uni-kl.de