IGraph.GetLiteralNode Method (String, Uri) |
Selects the Literal Node with the given Value and DataType if it exists in the Graph, returns otherwise.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
SyntaxILiteralNode GetLiteralNode(
string literal,
Uri datatype
)
Function GetLiteralNode (
literal As String,
datatype As Uri
) As ILiteralNode
Parameters
- literal
- Type: System.String
Value of the Literal. - datatype
- Type: System.Uri
Data Type of the Literal.
Return Value
Type:
ILiteralNodeThe Node if it exists in the Graph or null.
See Also