Struct ntriple::Literal
[−]
[src]
pub struct Literal {
pub data: String,
pub data_type: TypeLang,
}Represents an RDF literal.
Fields
data: String
The literal part (e.g. This is a literal).
data_type: TypeLang
The type or language of the literal.