Click or drag to resize

FileLoader Class

Static Helper Class for loading RDF Files into Graphs/Triple Stores.
Inheritance Hierarchy
SystemObject
  VDS.RDF.ParsingFileLoader

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static class FileLoader

The FileLoader type exposes the following members.

Methods
  NameDescription
Public methodStatic memberLoad(IGraph, String)
Loads the contents of the given File into a Graph providing the RDF format can be determined.
Public methodStatic memberLoad(IRdfHandler, String)
Loads the contents of the given File using a RDF Handler providing the RDF format can be determined.
Public methodStatic memberLoad(ITripleStore, String)
Loads the contents of the given File into a Triple Store providing the RDF dataset format can be determined.
Public methodStatic memberLoad(IGraph, String, IRdfReader)
Loads the contents of the given File into a Graph using the given RDF Parser.
Public methodStatic memberLoad(IRdfHandler, String, IRdfReader)
Loads the contents of the given File using a RDF Handler using the given RDF Parser.
Public methodStatic memberLoad(IRdfHandler, String, IStoreReader)
Loads the contents of the given File using a RDF Handler providing the RDF dataset format can be determined.
Public methodStatic memberLoad(ITripleStore, String, IStoreReader)
Loads the contents of the given File into a Triple Store providing the RDF dataset format can be determined.
Public methodStatic memberLoadDataset
Loads the contents of the given File using a RDF Handler providing the RDF dataset format can be determined.
Top
Events
  NameDescription
Public eventStatic memberStoreWarning
Event which is raised when the Store parser invoked by the FileLoader detects a non-fatal issue with the RDF syntax
Public eventStatic memberWarning
Event which is raised when the parser invoked by the FileLoader detects a non-fatal issue with the RDF syntax
Top
See Also