StringNode Constructor (IGraph, String, Uri) |
Creates a new String Node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax public StringNode(
IGraph g,
string value,
Uri datatype
)
Public Sub New (
g As IGraph,
value As String,
datatype As Uri
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the Node belongs to. - value
- Type: SystemString
String value. - datatype
- Type: SystemUri
Datatype URI.
See Also