RDF Wrapping utilities for the Apache Jena RDF Library.
-
Interface Summary
| Interface |
Description |
| NodeMapping<T> |
|
| ValueMapping<T> |
Represents a function that converts a node in a graph to another value.
|
-
Class Summary
| Class |
Description |
| NodeMappings |
Common mappings from various values to RDF terms.
|
| 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).
|
| UriOrBlankFactory |
A factory for generating facets from blank and IRI nodes in enhanced graphs.
|
| ValueMappings |
Common mappings from RDF terms to other values.
|
| WrapperResource |
A wrapper for resources which contains methods that aid authoring wrapping classes.
|