Package de.hedenus.rdf

This package contains the basic RDF implementation.

See:
          Description

Interface Summary
GraphListener Callback when graph changed.
Statement A RDF statement (subject, predicate, object).
 

Class Summary
BasicStatement A basic (un-reified) statement.
BlankNode A RDF a blank node.
Literal A RDF literal.
RDFConstants A collection of constants.
RDFGraph A RDF graph.
RDFNode Base type for resources, literals and blank nodes.
SPIndex A special (fast) index for accessing statements by their subject and predicate.
SPKey Subject-predicate key to quickly answer query (subject, predicate, *).
StringUtil  
URIRefNode A RDF URI-reference node.
 

Exception Summary
RDFException An exception thrown when something is wrong with the RDF data model.
 

Package de.hedenus.rdf Description

This package contains the basic RDF implementation.