LiteralNode Constructor (IGraph, String, Uri, Boolean) |
Internal Only Constructor for Literal Nodes.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected LiteralNode(
IGraph g,
string literal,
Uri datatype,
bool normalize
)
Protected Sub New (
g As IGraph,
literal As String,
datatype As Uri,
normalize As Boolean
)
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. - normalize
- Type: SystemBoolean
Whether to Normalize the Literal Value.
See Also