IGraphGetLiteralNode Method (String, String) |
Selects the Literal Node with the given Value and Language if it exists in the Graph, returns null otherwise.
Namespace:
VDS.RDF
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax ILiteralNode GetLiteralNode(
string literal,
string langspec
)
Function GetLiteralNode (
literal As String,
langspec As String
) As ILiteralNode
Parameters
- literal
- Type: SystemString
Value of the Literal. - langspec
- Type: SystemString
Language Specifier of the Literal.
Return Value
Type:
ILiteralNodeThe Node if it exists in the Graph or null.
See Also