digraph "source tree" { overlap=scale; size="8,10"; ratio="fill"; fontsize="16"; fontname="Helvetica"; clusterrank="local"; "codec_nt" -> "codec_base" "namespace" -> "core" "buffer" -> "core" "py_graph" -> "codec_nt" "store_htable" -> "hashmap" "core" -> "lmdb" "graph" -> "environment" "core" -> "xxhash" "environment" -> "hashmap" "graph" -> "store_htable" "core" -> "log" "codec_nt" -> "nt_parser" "py_lsup_rdf" -> "py_namespace" "graph" -> "term" "store_mdb" -> "buffer" "py_term" -> "py_namespace" "environment" -> "store_mdb" "store_mdb" -> "store" "environment" -> "term" "term" -> "hashmap" "store_mdb" -> "namespace" "graph" -> "store_mdb" "term" -> "buffer" "py_triple" -> "py_term" "nt_parser" -> "nt_grammar" "store_htable" -> "buffer" "term" -> "namespace" "lsup_rdf" -> "codec_nt" "profile" -> "lsup_rdf" "store_mdb" -> "lmdb" "term" -> "tpl" "py_graph" -> "py_triple" "store_htable" -> "store" "py_namespace" -> "namespace" "namespace" -> "hashmap" "py_term" -> "term" "store_mdb" -> "bootstrap" "py_graph" -> "graph" "nt_parser" -> "graph" "py_lsup_rdf" -> "py_graph" "codec_base" -> "graph" "nt_grammar" -> "graph" }