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