Creates a plain literal with the specified string value and langauge tag

Namespace: BrightstarDB.Rdf
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public PlainLiteral(
	string value,
	string languageTag
)
Visual Basic
Public Sub New ( 
	value As String,
	languageTag As String
)
Visual C++
public:
PlainLiteral(
	String^ value, 
	String^ languageTag
)
F#
new : 
        value : string * 
        languageTag : string -> PlainLiteral

Parameters

value
Type: System..::..String
The string value of the literal
languageTag
Type: System..::..String
The language tag of the literal

Remarks

Language tags are normalized to lower-case

See Also