Package org.openrdf.model

Interfaces copied from the Sesame 1.2 definition.

See:
          Description

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  
 

Package org.openrdf.model Description

Interfaces copied from the Sesame 1.2 definition.

The AllegroGraph Java API implements some of the interfaces in the Sesame 1.2 definition.

Sesame 1.2 interface AllegroGraph implementation class
org.openrdf.model.BNodeBlankBode
org.openrdf.model.LiteralLiteral
org.openrdf.model.URINode
org.openrdf.model.ValueValueNode
org.openrdf.model.ResourceResourceNode
org.openrdf.model.StatementTriple
org.openrdf.model.ValueFactory AllegroGraph
org.openrdf.sesame.sail.StatementIteratorCursor
org.openrdf.sesame.sail.query.TripleSource AllegroGraph
org.openrdf.sesame.sail.Transaction AllegroGraph
The immediately relevant OpenRDF interfaces are included in the AllegroGraph library (agraph.jar). Java applications that use the full OpenRDF libraries should place them ahead of agraph.jar in the Java classpath.