|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||
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 | |
RDF model interfaces.
The RDF model interfaces are organized in the following hierarchy:
Value Statement
/ \
/ \
Resource Literal
/ \
/ \
URI BNode
|
|||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||||