Click or drag to resize

IGraphGetLiteralNode 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:
Syntax
ILiteralNode GetLiteralNode(
	string literal,
	Uri datatype
)

Parameters

literal
Type: SystemString
Value of the Literal.
datatype
Type: SystemUri
Data Type of the Literal.

Return Value

Type: ILiteralNode
The Node if it exists in the Graph or null.
See Also