Interface to be implemented by RDF Readers which parse Concrete RDF Syntax
For a list of all members of this type, see IRdfReader Members .
| 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 |
Namespace: VDS.RDF
Assembly: dotNetRDF (in dotNetRDF.dll)
IRdfReader Members | VDS.RDF Namespace