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