|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
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 | |
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.BNode | BlankBode |
| org.openrdf.model.Literal | Literal |
| org.openrdf.model.URI | Node |
| org.openrdf.model.Value | ValueNode |
| org.openrdf.model.Resource | ResourceNode |
| org.openrdf.model.Statement | Triple |
| org.openrdf.model.ValueFactory | AllegroGraph |
| org.openrdf.sesame.sail.StatementIterator | Cursor |
| org.openrdf.sesame.sail.query.TripleSource | AllegroGraph |
| org.openrdf.sesame.sail.Transaction | AllegroGraph |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||