aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Isaac2021-12-27 15:10:03 +0530
committerArun Isaac2021-12-27 15:10:03 +0530
commitb2da78deceeb036399b4a980eb1c659d4cf3232a (patch)
treec3398ff300608f7e7c7e2801380478efd60721fd
parent22c2258064627f991e3921dece6d247132ffac3e (diff)
downloadgn-transform-databases-b2da78deceeb036399b4a980eb1c659d4cf3232a.tar.gz
BUGS: Add "Dump table and field annotations to RDF" bug.
* BUGS.org (Dump table and field annotations to RDF): New bug.
-rw-r--r--BUGS.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/BUGS.org b/BUGS.org
index e2725f2..2996d89 100644
--- a/BUGS.org
+++ b/BUGS.org
@@ -26,3 +26,11 @@
The tables function in dump.scm estimates the table size from the
data_length column of the information_schema.tables table. But, this
is correct only for MyISAM tables. Generalize it.
+* TODO Dump table and field annotations to RDF :minor:easy:
+ <2021-12-27 Mon>
+ The TableComments and TableFieldAnnotations tables partially
+ document the database schema. GeneNetwork 1 uses this to generate
+ [[http://gn1.genenetwork.org/webqtl/main.py?FormID=schemaShowPage]]. We
+ dump this to an org mode format in the dump-schema-annotations
+ function. Dump these tables to RDF instead so that they can be shown
+ as tooltip text in our database visualization.