Graphbrain

Features

  • provides an actual database system that allows for persistent storage and manipulation of semantic hypergraphs.
  • "Taxonomies can be built using type-of relations between hyperedges, with the help of the special predicate type_of/P/..", i.e., typeof = instanceOf

Cons

  • single backend implementation, that is based on LevelDB (a very efficient sorted key-value store that is stored in a local directory). Hypergraphs stored in this format can only be accessed by one process/thread at a time.

Highlights

Resources


Backlinks