Interface | Description |
---|---|
BNode |
A blank node (aka bnode, aka anonymous node).
|
Graph |
An RDF graph, represented as a collection of
Statement s. |
Literal |
An RDF literal consisting of a label (the value) and optionally a language
tag or a datatype (but not both).
|
Model | |
ModelFactory |
Factory to create empty
Model implementations. |
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.
|
Class | Description |
---|---|
ModelEqualityTest | |
ModelNamespacesTest |
An abstract test class to test the handling of namespaces by
Model
implementations. |
ModelTest |
The RDF model interfaces are organized in the following hierarchy:
Value Statement / \ / \ Resource Literal / \ / \ URI BNode
Copyright © 2001–2016 Aduna. All rights reserved.