RDF Wrapping utilities for the Apache Commons RDF API.
-
Interface Summary
Interface |
Description |
TermMapping<T> |
Represents a function that converts a value to a term in a graph.
|
ValueMapping<T> |
Represents a function that converts a term in a graph to another value.
|
-
Class Summary
Class |
Description |
ObjectSet<T> |
This class implements the Set interface as a dynamic, mutable view over an RDF predicate-object list
(statements that share a subject and a predicate).
|
RDFFactory |
Provider for Commons RDF implementation s.
|
TermMappings |
Common mappings from various values to RDF terms.
|
ValueMappings |
Common mappings from RDF terms to other values.
|
WrapperBlankNode |
A wrapper for Blank Node terms which contains methods that aid authoring wrapping classes.
|
WrapperBlankNodeOrIRI |
A wrapper for IRI and blank node terms which contains methods that aid authoring wrapping classes.
|
WrapperDataset |
A wrapper class for Dataset objects.
|
WrapperGraph |
A wrapper class for Graph objects.
|
WrapperIRI |
A wrapper for IRI terms which contains methods that aid authoring wrapping classes.
|