use *;
/// A [`GraphName`] is an optional [`Term`](super::Term),
/// used to name a graph in an [RDF dataset](https://www.w3.org/TR/rdf11-concepts/#section-dataset).
///
/// By convention, `None` is the "name" of the default graph.
pub type GraphName<T> = ;
/// Determines if two [`GraphName`]s represent the same RDF term.