Java RDF API Framework 0.5.3

Packages
org.jrdf  
org.jrdf.example Examples of using the JRDF APIs.
org.jrdf.graph This package defines a set of APIs required to implement an RDF Graph and it's associated objects.
org.jrdf.graph.datatype  
org.jrdf.graph.global  
org.jrdf.graph.global.factory  
org.jrdf.graph.global.index  
org.jrdf.graph.global.iterator  
org.jrdf.graph.global.molecule  
org.jrdf.graph.local.disk  
org.jrdf.graph.local.disk.iterator  
org.jrdf.graph.local.index This package defines a set of APIs required to implement the indexing scheme of a Graph implmentation.
org.jrdf.graph.local.index.graphhandler  
org.jrdf.graph.local.index.longindex  
org.jrdf.graph.local.index.longindex.bdb  
org.jrdf.graph.local.index.longindex.db4o  
org.jrdf.graph.local.index.longindex.mem This package implements an in memory version of the index interfaces.
org.jrdf.graph.local.index.longindex.sesame  
org.jrdf.graph.local.index.nodepool  
org.jrdf.graph.local.index.nodepool.bdb  
org.jrdf.graph.local.index.nodepool.db4o  
org.jrdf.graph.local.index.nodepool.mem  
org.jrdf.graph.local.index.operation An implementation of the Graph Operations with knowledge of Graph indexes.
org.jrdf.graph.local.index.operation.mem An in memory implementation of the Graph Operations with knowledge of Graph indexes.
org.jrdf.graph.local.iterator  
org.jrdf.graph.local.mem This package is an implementation of the JRDF Graph API.
org.jrdf.graph.local.mem.iterator  
org.jrdf.graph.local.util  
org.jrdf.graph.operation This package defines a set of APIs for performing set based operations upon an RDF graph.
org.jrdf.gui  
org.jrdf.gui.command  
org.jrdf.gui.model  
org.jrdf.gui.view  
org.jrdf.map  
org.jrdf.parser This package is a port of the Sesame RIO Parser.
org.jrdf.parser.bnodefactory An in memory implementation of the parser interfaces.
org.jrdf.parser.ntriples  
org.jrdf.parser.ntriples.parser  
org.jrdf.parser.rdfxml This package is a port of the Sesame RIO RDF/XML Parser.
org.jrdf.query Classes in this package allow queries to be executed against a JRDF graph.
org.jrdf.query.execute  
org.jrdf.query.expression  
org.jrdf.query.relation  
org.jrdf.query.relation.attributename  
org.jrdf.query.relation.constants  
org.jrdf.query.relation.mem  
org.jrdf.query.relation.operation  
org.jrdf.query.relation.operation.mem.common  
org.jrdf.query.relation.operation.mem.join  
org.jrdf.query.relation.operation.mem.join.anti  
org.jrdf.query.relation.operation.mem.join.natural  
org.jrdf.query.relation.operation.mem.join.outer  
org.jrdf.query.relation.operation.mem.join.semi  
org.jrdf.query.relation.operation.mem.project  
org.jrdf.query.relation.operation.mem.restrict  
org.jrdf.query.relation.operation.mem.semidifference  
org.jrdf.query.relation.operation.mem.union  
org.jrdf.query.relation.type  
org.jrdf.set  
org.jrdf.sparql Classes in this package parse SPARQL queries to allow querying of JRDF graphs.
org.jrdf.sparql.analysis  
org.jrdf.sparql.builder  
org.jrdf.sparql.parser  
org.jrdf.util Utility classes - ones that don't belong elsewhere.
org.jrdf.util.bdb  
org.jrdf.util.boundary  
org.jrdf.util.param Utilities for handling parameters to methods, for example null and emtpy string checks.
org.jrdf.vocabulary This package contains a pre-defined set of URIs to be used in constructing URI References that are used in RDF.
org.jrdf.writer  
org.jrdf.writer.bdb  
org.jrdf.writer.mem  
org.jrdf.writer.rdfxml