For a given triple (s,p,o) it returns (o,(p,s))
For a given triple (s,p,o) it returns (o,(p,s))
the triples (s,p,o)
tuples (o,(p,s))
For a given triple (s,p,o) it returns (o,(s,p))
For a given triple (s,p,o) it returns (o,(s,p))
the triples (s,p,o)
tuples (o,(s,p))
For a given triple (s,p,o) it returns ((o,p),s)
For a given triple (s,p,o) it returns ((o,p),s)
the triples (s,p,o)
tuples ((o,p),s)
For a given triple (s,p,o) it returns (o,s)
For a given triple (s,p,o) it returns (o,s)
the triples (s,p,o)
tuples (o,s)
For a given triple (s,p,o) it returns (p,(o,s))
For a given triple (s,p,o) it returns (p,(o,s))
the triples (s,p,o)
tuples (p,(o,s))
For a given triple (s,p,o) it returns (p,(s,o))
For a given triple (s,p,o) it returns (p,(s,o))
the triples (s,p,o)
tuples (p,(s,o))
For a given triple (s,p,o) it returns (s,(o,p))
For a given triple (s,p,o) it returns (s,(o,p))
the triples (s,p,o)
tuples (s,(o,p))
For a given triple (s,p,o) it returns (s,(p,o))
For a given triple (s,p,o) it returns (s,(p,o))
the triples (s,p,o)
tuples (s,(p,o))
For a given triple (s,p,o) it returns (s,o)
For a given triple (s,p,o) it returns (s,o)
the triples (s,p,o)
tuples (s,o)
For a given triple (s,p,o) it returns ((s,o),p)
For a given triple (s,p,o) it returns ((s,o),p)
the triples (s,p,o)
tuples ((s,o),p)
For a given triple (s,p,o) it returns ((s,p),o)
For a given triple (s,p,o) it returns ((s,p),o)
the triples (s,p,o)
tuples ((s,p),o)
For a given tuple (x,y) it returns (y,x)
For a given tuple (x,y) it returns (y,x)
the tuples (x,y)
tuples (y,x)
Common operations on RDD of triples.