See: Description
Class | Description |
---|---|
DatasetGraphView | |
SimpleRDF |
Simple RDF implementation.
|
SimpleRDFTermFactory | Deprecated |
Types |
Types from the RDF and XML Schema vocabularies.
|
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.
Copyright © 2015–2018 The Apache Software Foundation. All rights reserved.