[−][src]Trait rome::graph::Triple
Triples are fundamental to RDF.
Each triple has a subject, a predicate and an object.
Required Methods
fn subject(&self) -> BlankNodeOrIRI<'g, B, I>
Get the subject of this triple.
fn predicate(&self) -> I
Get the predicate of this triple.
fn object(&self) -> Resource<'g, B, I, L>
Get the object of this triple.