Enum ntriple::Predicate
[−]
[src]
pub enum Predicate {
IriRef(String),
}Represents the predicate part of a triple.
Variants
IriRef(String)The unescaped lexical form of the IRI.