dipper.graph.RDFGraph module

class dipper.graph.RDFGraph.RDFGraph(are_bnodes_skized=True, identifier=None)

Bases: rdflib.graph.ConjunctiveGraph, dipper.graph.Graph.Graph

Extends RDFLibs ConjunctiveGraph The goal of this class is wrap the creation of triples and manage creation of URIRef, Bnodes, and literals from an input curie

addTriple(subject_id, predicate_id, obj, object_is_literal=False, literal_type=None)
bind_all_namespaces()
curie_util = <dipper.utils.CurieUtil.CurieUtil object>
skolemizeBlankNode(curie)