Show / Hide Table of Contents

Class EmbeddedResourceLoader

Static Helper Class for loading Graphs and Triple Stores from Embedded Resources.

Inheritance
System.Object
EmbeddedResourceLoader
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Parsing
Assembly: dotNetRdf.dll
Syntax
public static class EmbeddedResourceLoader

Methods

| Improve this Doc View Source

Load(IGraph, string, IRdfReader)

Loads a Graph from an Embedded Resource.

Declaration
public static void Load(IGraph g, string resource, IRdfReader parser)
Parameters
Type Name Description
IGraph g

Graph to load into.

string resource

Assembly Qualified Name of the Resource to load.

IRdfReader parser

Parser to use (leave null for auto-selection).

| Improve this Doc View Source

Load(IGraph, string)

Loads a Graph from an Embedded Resource.

Declaration
public static void Load(IGraph g, string resource)
Parameters
Type Name Description
IGraph g

Graph to load into.

string resource

Assembly Qualified Name of the Resource to load.

Remarks

Parser will be auto-selected.

| Improve this Doc View Source

Load(IRdfHandler, string, IRdfReader)

Loads a Graph from an Embedded Resource.

Declaration
public static void Load(IRdfHandler handler, string resource, IRdfReader parser)
Parameters
Type Name Description
IRdfHandler handler

RDF Handler to use.

string resource

Assembly Qualified Name of the Resource to load.

IRdfReader parser

Parser to use (leave null for auto-selection).

| Improve this Doc View Source

Load(IRdfHandler, string, IStoreReader)

Loads a RDF Dataset from an Embedded Resource.

Declaration
public static void Load(IRdfHandler handler, string resource, IStoreReader parser)
Parameters
Type Name Description
IRdfHandler handler

RDF Handler to use.

string resource

Assembly Qualified Name of the Resource to load.

IStoreReader parser

Parser to use (leave null for auto-selection).

| Improve this Doc View Source

Load(IRdfHandler, string)

Loads a Graph from an Embedded Resource.

Declaration
public static void Load(IRdfHandler handler, string resource)
Parameters
Type Name Description
IRdfHandler handler

RDF Handler to use.

string resource

Assembly Qualified Name of the Resource to load.

| Improve this Doc View Source

Load(ITripleStore, string, IStoreReader)

Loads a RDF Dataset from an Embedded Resource.

Declaration
public static void Load(ITripleStore store, string resource, IStoreReader parser)
Parameters
Type Name Description
ITripleStore store

Store to load into.

string resource

Assembly Qualified Name of the Resource to load.

IStoreReader parser

Parser to use (leave null for auto-selection).

| Improve this Doc View Source

Load(ITripleStore, string)

Loads a RDF Dataset from an Embedded Resource.

Declaration
public static void Load(ITripleStore store, string resource)
Parameters
Type Name Description
ITripleStore store

Store to load into.

string resource

Assembly Qualified Name of the Resource to load.

Remarks

Parser will be auto-selected.

| Improve this Doc View Source

LoadDataset(IRdfHandler, string)

Loads a RDF Dataset from an Embedded Resource.

Declaration
public static void LoadDataset(IRdfHandler handler, string resource)
Parameters
Type Name Description
IRdfHandler handler

RDF Handler to use.

string resource

Assembly Qualified Name of the Resource to load.

  • Improve this Doc
  • View Source
In This Article
  • Methods
    • Load(IGraph, string, IRdfReader)
    • Load(IGraph, string)
    • Load(IRdfHandler, string, IRdfReader)
    • Load(IRdfHandler, string, IStoreReader)
    • Load(IRdfHandler, string)
    • Load(ITripleStore, string, IStoreReader)
    • Load(ITripleStore, string)
    • LoadDataset(IRdfHandler, string)
Back to top Generated by DocFX