Package org.apache.commons.rdf.simple
package org.apache.commons.rdf.simple
A simple in-memory implementation of the Commons RDF API.
This package contains a simple (if not naive) implementation of
org.apache.commons.rdf.api
using in-memory POJO objects.
Note that although this module fully implements the commons-rdf API, it should not be considered a reference implementation. It is not thread-safe nor scalable, but may be useful for testing and simple usage (e.g. prototyping).
To use this implementation, create an instance of
SimpleRDF
and use methods like
SimpleRDF.createGraph()
and
SimpleRDF.createIRI(String)
.
The Types
class provide constant
IRI
s of the common RDF XML datatypes.
-
ClassDescriptionA simple implementation of BlankNode.A simple, memory-based implementation of Dataset.A simple, memory-based implementation of Graph.A simple implementation of IRI.A simple implementation of Literal.A simple implementation of Quad.Simple RDF implementation.Marker interface to say that this RDFTerm is part of the Simple implementation.Deprecated.A simple implementation of Triple.Types from the RDF and XML Schema vocabularies.