Constructs Gelly graph from DataSet of triples
Constructs Gelly graph from DataSet of triples
DataSet of triples
object of Graph which contains the constructed graph.
Get objects from a given graph.
Get objects from a given graph.
one instance of the given graph
DataSet[Node] which contains list of the objects.
Get predicates from a given graph.
Get predicates from a given graph.
one instance of the given graph
DataSet[Node] which contains list of the predicates.
Get subjects from a given graph.
Get subjects from a given graph.
one instance of the given graph
DataSet[Node] which contains list of the subjects.
Get triples of a given graph.
Get triples of a given graph.
one instance of the given graph
DataSet[Triple] which contains list of the graph triples.
Compute the size of the graph
Compute the size of the graph
the number of edges in the graph.
Convert a graph into a DataSet of Triple.
Convert a graph into a DataSet of Triple.
Gelly graph of triples.
a DataSet of triples.
Return the union of this graph and another one.
Return the union of this graph and another one.
of the graph
of the other graph
graph (union of all)
Flink/Gelly based implementation of DataSet[Triple].