Package org.openrdf.model

RDF model interfaces.

See:
          Description

Interface Summary
BNode A blank node (aka bnode, aka anonymous node).
Graph Graph is an interface for fast manipulation of collections of RDF statements in code.
Literal An RDF literal consisting of a label (the value) and optionally a language tag or a datatype (but not both).
Resource The supertype of all RDF resources (URIs and blank nodes).
Statement An RDF statement.
URI A URI.
Value The supertype of all RDF model objects (URIs, blank nodes and literals).
ValueFactory A Factory for creating resources, bNodes and literals.
 

Exception Summary
GraphException  
 

Package org.openrdf.model Description

RDF model interfaces.

The RDF model interfaces are organized in the following hierarchy:

       Value          Statement
      /     \
     /       \
 Resource  Literal
   /  \
  /    \
URI   BNode



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.