Type Definition rdf_types::TripleRef

source · []
pub type TripleRef<'a> = Triple<SubjectRef<'a>, Iri<'a>, ObjectRef<'a>>;
Expand description

RDF triple reference.