Interface RdfGraph

  • All Known Implementing Classes:
    MutableRdfGraph

    @Deprecated
    public interface RdfGraph
    Deprecated.
    since 1.7.0 - use an alternative RDF primitives library.
    This class is deprecated as of version 1.7.0.

    Please use Titanium RDF Primitives or any other third-party library to materialize RDF primitives.

    See Also:
    Titanium RDF Primitives
    • Method Detail

      • contains

        boolean contains​(RdfTriple triple)
        Deprecated.
      • toList

        java.util.List<RdfTriple> toList()
        Deprecated.