Click or drag to resize

VirtuosoReader Class

Class for reading RDF Graphs from a Virtuoso Native Quad Store into arbitrary Graphs.
Inheritance Hierarchy
SystemObject
  VDS.RDF.ParsingVirtuosoReader

Namespace:  VDS.RDF.Parsing
Assembly:  dotNetRDF.Data.Virtuoso (in dotNetRDF.Data.Virtuoso.dll) Version: 2.0.1+5.Branch.master.Sha.2b2692866fdc3f3bb5bc6f318ab2f93abcc1a689
Syntax
public class VirtuosoReader

The VirtuosoReader type exposes the following members.

Constructors
  NameDescription
Public methodVirtuosoReader(VirtuosoManager)
Creates a new instance of the Virtuoso Reader which connects to a Virtuoso Native Quad Store using the given Manager.
Public methodVirtuosoReader(String, String, String)
Creates a new instance of the Virtuoso Reader which connects to a Virtuoso Native Quad Store using the given Manager.
Public methodVirtuosoReader(String, Int32, String, String, String)
Creates a new instance of the Virtuoso Reader which connects to a Virtuoso Native Quad Store using the given Manager.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad(IGraph, String)
Loads a Graph from the Native Quad Store.
Public methodLoad(IGraph, Uri)
Loads a Graph from the Native Quad Store.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also