| RdfDataset |
Represents an RDF Dataset.
|
| RdfGraph |
Represents an RDF graph, a collection of RDF triples.
|
| RdfLiteral |
The RdfLiteral interface represents an immutable RDF literal.
|
| RdfQuad |
Represents an immutable N-Quad statement in the RDF data model.
|
| RdfQuadSet |
Represents a collection of RDF Quad statements.
|
| RdfResource |
Represents an RDF resource, which can either be an absolute IRI or a blank
node identifier.
|
| RdfTerm |
Represents the value of an RDF statement.
|
| RdfTermFactory |
A factory interface for creating RDF terms such as resources, literals,
triples, and quads.
|
| RdfTriple |
Represents an immutable RDF triple, consisting of a subject, predicate, and
object.
|