12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- digraph "source tree" {
- overlap=scale;
- size="8,10";
- ratio="fill";
- fontsize="16";
- fontname="Helvetica";
- clusterrank="local";
- "term" -> "namespace"
- "profile" -> "lsup_rdf"
- "store_htable" -> "buffer"
- "grammar_ttl" -> "codec"
- "graph" -> "environment"
- "lsup_rdf" -> "codec_ttl"
- "store_interface" -> "environment"
- "lsup_rdf" -> "codec_nt"
- "namespace" -> "hashmap"
- "core" -> "lmdb"
- "environment" -> "term"
- "py_triple" -> "py_term"
- "core" -> "xxhash"
- "store_mdb" -> "buffer"
- "py_namespace" -> "namespace"
- "store_htable" -> "store_interface"
- "term" -> "buffer"
- "graph" -> "store"
- "py_lsup_rdf" -> "py_graph"
- "store_htable" -> "hashmap"
- "py_term" -> "term"
- "core" -> "log"
- "parser_ttl" -> "codec"
- "py_graph" -> "codec_ttl"
- "store" -> "store_htable"
- "codec_nt" -> "parser_nt"
- "buffer" -> "core"
- "py_term" -> "py_namespace"
- "store_mdb" -> "store_interface"
- "parser_nt" -> "tokens_nt"
- "store" -> "store_mdb"
- "parser_nt" -> "codec"
- "parser_ttl" -> "tokens_ttl"
- "graph" -> "term"
- "environment" -> "bootstrap"
- "store_mdb" -> "lmdb"
- "term" -> "tpl"
- "codec" -> "graph"
- "codec_ttl" -> "parser_ttl"
- "py_graph" -> "graph"
- "py_graph" -> "py_triple"
- "grammar_nt" -> "codec"
- "py_graph" -> "codec_nt"
- "namespace" -> "core"
- }
|