Skip navigation links

Package org.apache.commons.rdf.simple

A simple in-memory implementation of the Commons RDF API.

See: Description

Package org.apache.commons.rdf.simple Description

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 IRIs of the common RDF XML datatypes.

Skip navigation links

Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.