C# Class RDFSharp.Model.RDFPlainLiteral

RDFPlainLiteral represents a RDFLiteral which can be denoted by a Language.
Inheritance: RDFSharp.Model.RDFLiteral
Mostrar archivo Open project: mdesalvo/RDFSharp Class Usage Examples

Public Methods

Method Description
RDFPlainLiteral ( String value ) : System

Default-ctor to build a plain literal without language

RDFPlainLiteral ( String value, String language ) : System

Default-ctor to build a plain literal with language

ToString ( ) : String

Gives the string representation of the plain literal

Method Details

RDFPlainLiteral() public method

Default-ctor to build a plain literal without language
public RDFPlainLiteral ( String value ) : System
value String
return System

RDFPlainLiteral() public method

Default-ctor to build a plain literal with language
public RDFPlainLiteral ( String value, String language ) : System
value String
language String
return System

ToString() public method

Gives the string representation of the plain literal
public ToString ( ) : String
return String