rdf_to_paired_graph(+GraphIn, -PairedGraph) is det[private]
Arguments:
GraphIn- Graph as list(rdf(S,P,O))
PairedGraph- Graph as list(S-list(O-P)), where the pair lists are key-sorted,