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