Package org.openrdf.model

Interface Summary
BNode A bNode resource (aka blank node, aka anonymous node).
Literal An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource The interface for all RDF resources (URIs and bNodes).
Statement An RDF statement.
URI A URI resource.
Value The interface for all RDF model values (URIs, BNodes and Literals).
ValueFactory A Factory for creating resources, bNodes and literals.
 

Exception Summary
GraphException