| Interface | Description |
|---|---|
| BNode |
A blank node (aka bnode, aka anonymous node).
|
| Graph |
An RDF graph, represented as a collection of
Statements. |
| Literal |
An RDF literal consisting of a label (the value) and optionally a language
tag or a datatype (but not both).
|
| Model | |
| Namespace |
A namespace, consisting of a namespace name and a prefix that has been
assigned to it.
|
| Resource |
The supertype of all RDF resources (URIs and blank nodes).
|
| Statement |
An RDF statement, with optional associated context.
|
| URI |
A URI.
|
| Value |
The supertype of all RDF model objects (URIs, blank nodes and literals).
|
| ValueFactory |
A factory for creating URIs, blank nodes, literals and statements.
|
The RDF model interfaces are organized in the following hierarchy:
Value Statement
/ \
/ \
Resource Literal
/ \
/ \
URI BNode
Copyright © 2001-2014 Aduna. All Rights Reserved.