Package no.hasmac.rdf

Interface RdfGraph

All Known Implementing Classes:
RdfGraphImpl

public interface RdfGraph
The RdfGraph interface describes operations on an RDF graph used by the @link JsonLd.fromRdf(java.lang.String) and JsonLd.toRdf(java.net.URI) methods in the JsonLd interface. The interface may be used for constructing a new RdfGraph, which is composed of zero or more RdfTriple instances.
See Also: