Enum ntriple::Object
[−]
[src]
pub enum Object {
IriRef(String),
BNode(String),
Lit(Literal),
}Represents the object part of a triple.
Variants
IriRef(String)The unescaped lexical form of the IRI.
BNode(String)Lit(Literal)The unescaped lexial form of the literal.