Get objects from a given graph.
Get objects from a given graph.
DataSet[Node] which contains list of the objects.
Get predicates from a given graph.
Get predicates from a given graph.
DataSet[Node] which contains list of the predicates.
Get subjects from a given graph.
Get subjects from a given graph.
DataSet[Node] which contains list of the subjects.
Get triples of a given graph.
Get triples of a 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.
a DataSet of triples.
Return the union of this graph and another one.
Return the union of this graph and another one.
of the other graph
graph (union of all)
Adds methods,
astTriple
,find
,size
to Node, Node that allows to different operations to it.