Contents Menu Expand Light mode Dark mode Auto light/dark mode
kgx documentation
kgx documentation

Contents:

  • Installation
  • KGX Specification
  • KGX Schema
  • Reference
    • Transformer
    • Source
    • Sink
    • KGX Validator
    • KGX Command Line Interface
      • KGX CLI
      • CLI Utils
    • Graph Operations
      • Clique Merge
      • Graph Merge
      • Summarize Graph
      • Meta Knowledge Graph
      • Remap Node Identifier
      • Remap Node Property
      • Remap Edge Property
      • Fold Predicate
      • Unfold Node Property
      • Remove Singleton Nodes
    • Utilities
      • KGX Utils
      • Graph Utils
      • RDF Utils
    • Prefix Manager
    • CURIE Lookup Service
    • Knowledge Graphs in Memory
  • KGX transformation and validation examples
  • KGX Developer Guide
  • Data preparation for use with KGX
Back to top

Graph Operations#

This module provides a set of graph operations that are supported by KGX. Each operation has an entrypoint - a function that takes an instance of kgx.graph.base_graph.BaseGraph as input and performs an operation on the nodes and/or edges of that graph.

  • Clique Merge
  • Graph Merge
  • Summarize Graph
  • Meta Knowledge Graph
  • Remap Node Identifier
  • Remap Node Property
  • Remap Edge Property
  • Fold Predicate
  • Unfold Node Property
  • Remove Singleton Nodes
Next
Clique Merge
Previous
CLI Utils
Copyright © 2021-2024, KGX Authors
Made with Sphinx and @pradyunsg's Furo