Package com.apicatalog.rdf
Interface RdfGraph
-
public interface RdfGraphTheRdfGraphinterface describes operations on an RDF graph used by the @linkJsonLd.fromRdf(java.lang.String)andJsonLd.toRdf(java.net.URI)methods in theJsonLdinterface. The interface may be used for constructing a newRdfGraph, which is composed of zero or moreRdfTripleinstances.- See Also:
- RdfGraph IDL
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(RdfTriple triple)List<RdfTriple>toList()
-