IVirtualRdfProvider<TNodeID, TGraphID> Methods |
The IVirtualRdfProvider<TNodeID, TGraphID> generic type exposes the following members.
Name | Description | |
---|---|---|
![]() | GetBlankNodeID(IBlankNode) |
Given a Blank Node returns a Graph scoped Node ID.
|
![]() | GetBlankNodeID(IBlankNode, Boolean) |
Given a Blank Node returns a Graph scoped Node ID.
|
![]() | GetGraphID(Uri) |
Gets the Graph ID for a Graph URI.
|
![]() | GetGraphID(IGraph) |
Gets the Graph ID for a Graph.
|
![]() | GetGraphID(Uri, Boolean) |
Gets the Graph ID for a Graph URI.
|
![]() | GetGraphID(IGraph, Boolean) |
Gets the Graph ID for a Graph creating it if necessary.
|
![]() | GetGraphUri |
Given a Graph ID returns the value of the Graph URI.
|
![]() | GetID(INode) |
Given a non-blank Node returns the Node ID.
|
![]() | GetID(INode, Boolean) |
Given a non-blank Node returns the Node ID.
|
![]() | GetValue |
Given a Node ID returns the materialised value in the given Graph.
|
![]() | LoadGraphVirtual |
Loads a Graph creating all the Triples with virtual node values.
|