pub fn container_to_nquins(
c: &HypermediaContainer,
) -> (Vec<NQuin>, HashMap<u64, String>)Expand description
Emit the whole relationship edge-graph of a container as NQuins (+ a lexicon of the string values),
in the HYPERMEDIA_CONTEXT named graph. This is the semantic library’s core: the edges are the
container. Every emitted quin carries valid field parity.