Return unique IDs of all entities (subject, objects) in the graph
Return unique IDs of all entities (subject, objects) in the graph
RDD of triples with URIs
Return all the mapped triples (tensor) based on their relations
Return all the mapped triples (tensor) based on their relations
RDD of triples
all the mapped triples (tensor) based on their relations
Return size of the entities in the graph
Return size of the entities in the graph
RDD of triples
size of the entities in the graph
Return size of the relations in the graph
Return size of the relations in the graph
RDD of triples
size of the relations in the graph
Return unique ID of the relations (predicates)
Return unique ID of the relations (predicates)
RDD of triples with URIs
Get all triples which contains URIs
Get all triples which contains URIs
RDD of triples
RDD of triples with URIs only
Created by nilesh Build an RDD of (s,p,o) coordinates, with integer IDs starting from 0 for representing URIs Needed for training ML models on knowledge graphs TODO docs