Package com.apicatalog.rdf.io
Interface RdfReader
-
- All Known Implementing Classes:
NQuadsReader
@Deprecated public interface RdfReaderDeprecated.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, Titanium RDF N-QUADS
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description RdfDatasetreadDataset()Deprecated.
-
-
-
Method Detail
-
readDataset
RdfDataset readDataset() throws java.io.IOException, RdfReaderException
Deprecated.- Throws:
java.io.IOExceptionRdfReaderException
-
-