gimie.graph package

Submodules

gimie.graph.namespaces module

gimie.graph.operations module

Operations on graphs.

gimie.graph.operations.combine_graphs(*graphs: Graph) Graph[source]

Combines an arbitrary number of input graphs into a single graph.

gimie.graph.operations.properties_to_graph(uri: URIRef, properties: Set[Tuple[URIRef, URIRef | Literal]]) Graph[source]

Attaches a set of predicate-object tuples to input URI to produce an RDF graph.

Module contents