Creates a new numeric valued node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax protected NumericNode(
IGraph g,
string value,
Uri datatype,
SparqlNumericType numType
)
Protected Sub New (
g As IGraph,
value As String,
datatype As Uri,
numType As SparqlNumericType
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph the node belongs to. - value
- Type: SystemString
Lexical Value. - datatype
- Type: SystemUri
Datatype URI. - numType
- Type: VDS.RDF.Query.ExpressionsSparqlNumericType
SPARQL Numeric Type.
See Also