Package com.apicatalog.rdf.io.nquad
Class NQuadsReader
- java.lang.Object
-
- com.apicatalog.rdf.io.nquad.NQuadsReader
-
- All Implemented Interfaces:
RdfReader
@Deprecated public class NQuadsReader extends java.lang.Object implements RdfReader
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, Titanium RDF N-QUADS
-
-
Field Summary
Fields Modifier and Type Field Description protected com.apicatalog.rdf.nquads.NQuadsReaderreaderDeprecated.
-
Constructor Summary
Constructors Constructor Description NQuadsReader(java.io.Reader reader)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description RdfDatasetreadDataset()Deprecated.
-
-
-
Method Detail
-
readDataset
public RdfDataset readDataset() throws RdfReaderException
Deprecated.- Specified by:
readDatasetin interfaceRdfReader- Throws:
RdfReaderException
-
-