Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 421 Bytes

unfold_node_property.md

File metadata and controls

15 lines (11 loc) · 421 Bytes

Unfold Node Property

The Unfold Node Property operation can be used to transform every instance of a node property to a predicate such that if a node N has property P and value X,

  • P becomes the predicate
  • N is the subject of the predicate
  • X becomes the object of the predicate

kgx.graph_operations.unfold_node_property

.. autofunction:: kgx.graph_operations.unfold_node_property