Represents an RDF plain literal consisting of a string value and a language tag
Namespace: BrightstarDB.RdfAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public class PlainLiteral |
| Visual Basic |
|---|
Public Class PlainLiteral |
| Visual C++ |
|---|
public ref class PlainLiteral |
| F# |
|---|
type PlainLiteral = class end |
Remarks
PlainLiteral instances are immutable - once created you can access the
Value and Language properties only for read. To update the value or language
of a PlainLiteral property you must create a new PlainLiteral instance
and assign it to that property.