BlankNode Constructor (IGraph, String) |
Internal Only constructor for Blank Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxprotected BlankNode(
IGraph g,
string id
)
Protected Sub New (
g As IGraph,
id As String
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph this Node belongs to. - id
- Type: System.String
Custom Node ID to use.
See Also