Click or drag to resize

BaseLiteralNode.DataType Property

Gives the Data Type Uri for the Literal (if it exists) or a null.

Namespace:  VDS.RDF
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public Uri DataType { get; }

Property Value

Type: Uri

Implements

ILiteralNode.DataType
See Also