dotNetRDF API Documentation

IRdfReader Interface

Interface to be implemented by RDF Readers which parse Concrete RDF Syntax

For a list of all members of this type, see IRdfReader Members .

public interface IRdfReader

Types that implement IRdfReader

Type Description
BaseGZipParser Abstract Base class for RDF parsers which can read GZipped input
GZippedNotation3Parser Parser for loading GZipped Notation 3
GZippedNTriplesParser Parser for loading GZipped NTriples
GZippedRdfAParser Parser for loading GZipped RDFa
GZippedRdfJsonParser Parser for loading GZipped RDF/JSON
GZippedRdfXmlParser Parser for loading GZipped RDF/XML
GZippedTurtleParser Parser for loading GZipped Turtle
Notation3Parser Parser for Notation 3 syntax
NTriplesParser Parser for NTriples syntax which is designed specifically for NTriples
RdfAParser Class for reading RDF embedded as RDFa from within HTML web pages
RdfJsonParser Parser for RDF/JSON Syntax
RdfXmlParser Parser for RDF/XML syntax
TurtleParser Parser for Turtle syntax

Requirements

Namespace: VDS.RDF

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

IRdfReader Members | VDS.RDF Namespace