dipper.graph.Graph module

class dipper.graph.Graph.Graph

Bases: object

Graph class, used by RDFGraph and StreamedGraph

addTriple(subject_id, predicate_id, obj, object_is_literal=False, literal_type=None, subject_category=None, object_category=None)
curie_regexp = re.compile('^[a-zA-Z_]?[a-zA-Z_0-9-]*:[A-Za-z0-9_][A-Za-z0-9_.-]*[A-Za-z0-9_]*$')
serialize(**kwargs)
skolemizeBlankNode(curie)