LongNode Constructor (IGraph, Int64, String, Uri) |
Creates a new long valued node.
Namespace:
VDS.RDF.Nodes
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntaxpublic LongNode(
IGraph g,
long value,
string lexicalValue,
Uri datatype
)
Public Sub New (
g As IGraph,
value As Long,
lexicalValue As String,
datatype As Uri
)
Parameters
- g
- Type: VDS.RDF.IGraph
Graph the node belongs to. - value
- Type: System.Int64
Long value. - lexicalValue
- Type: System.String
Lexical Value. - datatype
- Type: System.Uri
Datatype URI.
See Also