Click or drag to resize

GraphExtensions Class

Provides useful Extension Methods for working with Graphs.
Inheritance Hierarchy
SystemObject
  VDS.RDFGraphExtensions

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public static class GraphExtensions
Methods
  NameDescription
Public methodStatic memberExecuteQuery(IGraph, String)
Executes a SPARQL Query on a Graph.
Public methodStatic memberExecuteQuery(IGraph, SparqlParameterizedString)
Executes a SPARQL Query on a Graph.
Public methodStatic memberExecuteQuery(IGraph, SparqlQuery)
Executes a SPARQL Query on a Graph.
Public methodStatic memberExecuteQuery(IGraph, IRdfHandler, ISparqlResultsHandler, String)
Executes a SPARQL Query on a Graph handling the results using the handlers provided.
Public methodStatic memberExecuteQuery(IGraph, IRdfHandler, ISparqlResultsHandler, SparqlParameterizedString)
Executes a SPARQL Query on a Graph handling the results using the handlers provided.
Public methodStatic memberExecuteQuery(IGraph, IRdfHandler, ISparqlResultsHandler, SparqlQuery)
Executes a SPARQL Query on a Graph handling the results using the handlers provided.
Public methodStatic memberLoadFromEmbeddedResource(IGraph, String)
Loads RDF data from an Embedded Resource into a Graph.
Public methodStatic memberLoadFromEmbeddedResource(IGraph, String, IRdfReader)
Loads RDF data from an Embedded Resource into a Graph.
Public methodStatic memberLoadFromFile(IGraph, String)
Loads RDF data from a file into a Graph.
Public methodStatic memberLoadFromFile(IGraph, String, IRdfReader)
Loads RDF data from a file into a Graph.
Public methodStatic memberLoadFromString(IGraph, String)
Loads RDF data from a String into a Graph.
Public methodStatic memberLoadFromString(IGraph, String, IRdfReader)
Loads RDF data from a String into a Graph.
Public methodStatic memberLoadFromUri(IGraph, Uri)
Loads RDF data from a URI into a Graph.
Public methodStatic memberLoadFromUri(IGraph, Uri, IRdfReader)
Loads RDF data from a URI into a Graph.
Public methodStatic memberSaveToFile(IGraph, String)
Saves a Graph to a File.
Public methodStatic memberSaveToFile(IGraph, String, IRdfWriter)
Saves a Graph to a File.
Public methodStatic memberSaveToFile(IGraph, String, IStoreWriter)
Saves a Graph to a File.
Public methodStatic memberSaveToStream(IGraph, TextWriter, IRdfWriter)
Saves a Graph to a stream.
Public methodStatic memberSaveToStream(IGraph, TextWriter, IStoreWriter)
Saves a Graph to a stream.
Public methodStatic memberSaveToStream(IGraph, String, TextWriter)
Save a graph to a stream, determining the type of writer to use by the output file name.
Top
See Also