Skip to main content

Graph Examples

This page provides practical examples of working with knowledge graphs using the Graphora client library.

Retrieving a Graph

After a successful merge operation, you can retrieve the resulting knowledge graph:

Retrieving a Transformed Graph

You can also retrieve the graph directly from a transformation before merging:

Querying Specific Nodes

You can query for specific nodes in the graph:

Modifying Graph Data

You can modify the graph data and save changes back:

Converting to NetworkX for Advanced Analysis

You can convert the Graphora graph to a NetworkX graph for advanced analysis:
These examples demonstrate the basic operations for working with knowledge graphs using the Graphora client library. For more detailed information about graph concepts and operations, see the Graph Concepts page.