Interface RdfDataset

  • All Known Implementing Classes:
    MutableRdfDataset

    @Deprecated
    public interface RdfDataset
    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

      • getDefaultGraph

        RdfGraph getDefaultGraph()
        Deprecated.
      • add

        RdfDataset add​(RdfNQuad nquad)
        Deprecated.
        Add N-Quad to the dataset.
        Parameters:
        nquad - to add
        Returns:
        the same RdfDataset instance
      • add

        RdfDataset add​(RdfTriple triple)
        Deprecated.
        Add a triple to default graph.
        Parameters:
        triple - to add
        Returns:
        the same RdfDataset instance
      • toList

        java.util.List<RdfNQuad> toList()
        Deprecated.
      • getGraphNames

        java.util.Set<RdfResource> getGraphNames()
        Deprecated.
      • size

        int size()
        Deprecated.
        Get the size of the dataset.
        Returns:
        total number of N-Quads in the dataset