BaseLiteralNode Constructor (IGraph, String, Uri) |
Internal Only Constructor for Literal Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected BaseLiteralNode(
IGraph g,
string literal,
Uri datatype
)
Protected Sub New (
g As IGraph,
literal As String,
datatype As Uri
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph this Node is in. - literal
- Type: SystemString
String value of the Literal. - datatype
- Type: SystemUri
Uri for the Literals Data Type.
See Also