Package no.hasmac.rdf
Interface RdfGraph
-
- All Known Implementing Classes:
RdfGraphImpl
public interface RdfGraph
TheRdfGraph
interface describes operations on an RDF graph used by the @linkJsonLd.fromRdf(java.lang.String)
andJsonLd.toRdf(java.net.URI)
methods in theJsonLd
interface. The interface may be used for constructing a newRdfGraph
, which is composed of zero or moreRdfTriple
instances.- See Also:
- RdfGraph IDL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
contains(RdfTriple triple)
java.util.List<RdfTriple>
toList()
-