Click or drag to resize

NumericNode Constructor

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
)

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