aboutsummaryrefslogtreecommitdiff
path: root/dump.scm
AgeCommit message (Expand)Author
2021-12-24Document define-dump.Arun Isaac
2021-12-24Introduce syntax-let abstraction.Arun Isaac
2021-12-23Automatically create domain triples for predicates.Arun Isaac
2021-12-23Dump metadata about the dump itself.Arun Isaac
2021-12-23Disambiguate user and User tables in RDF identifier.Arun Isaac
2021-12-23Abstract column id generation to separate function.Arun Isaac
2021-12-23Do not register dumped tables and columns to %dumped.Arun Isaac
2021-12-23Specify range of gn:inbredSetOfSpecies.Arun Isaac
2021-12-23Use foaf:Person instead of gn:investigator.Arun Isaac
2021-12-23Add Literal range triples.Arun Isaac
2021-12-23Remove duplicate predicates for gn:phenotype.Arun Isaac
2021-12-23Rename gn:authors predicate to gn:author.Arun Isaac
2021-12-23Add runtime type checking for triple.Arun Isaac
2021-12-20Move schema visualization to separate script.Arun Isaac
2021-12-20Capture full column type.Arun Isaac
2021-12-20Move <table> and <column> types to separate module.Arun Isaac
2021-12-17Indent define-dump better.Arun Isaac
2021-12-17Document RDF schema during dumping.Arun Isaac
2021-12-17Make order of clauses in define-dump unspecified.Arun Isaac
2021-12-16Make define-dump syntax more concise.Arun Isaac
2021-12-15Move string similarity functions to separate module.Arun Isaac
2021-12-14Camel case gn:binomialName.Arun Isaac
2021-12-14Use node ports to indicate foreign key relations precisely.Arun Isaac
2021-12-14Specify appearance using HTML table.Arun Isaac
2021-12-14Take advantage of bug fixes in bleeding edge (ccwl graphviz).Arun Isaac
2021-12-13Abstract out table to graphviz edge conversion.Arun Isaac
2021-12-13Abstract out table to graphviz node conversion.Arun Isaac
2021-12-13Color table headers by size.Arun Isaac
2021-12-13Implement human units conversion in terms of log1024.Arun Isaac
2021-12-13Use sxml to construct graphviz HTML strings.Arun Isaac
2021-12-11Highlight dumped tables and columns.Arun Isaac
2021-12-11Fix HTML string handling in dot output.Arun Isaac
2021-12-11Log dumped tables and columns.Arun Isaac
2021-12-11Abstract out definition of table dumping functions.Arun Isaac
2021-12-11Use string similarity and check if foreign key is an integer.Arun Isaac
2021-12-11Visualize schema.Arun Isaac
2021-12-11Use select-query.Arun Isaac
2021-12-04Remove redundant camel->lower-camel function.Arun Isaac
2021-12-04Build subjects exclusively with string->identifier.Arun Isaac
2021-12-04Append an underscore to the identifier prefix.Arun Isaac
2021-12-04Fix indentation.Arun Isaac
2021-12-04Use the map-alist DSL.Arun Isaac
2021-12-02Construct investigator ID using first and last names too.Arun Isaac
2021-12-02Use string-delete instead of string-replace-substring.Arun Isaac
2021-12-02Abstract out string->identifier.Arun Isaac
2021-12-02Document delete-substrings.Arun Isaac
2021-12-01Deal with AvgMethodId = 0.Arun Isaac
2021-12-01Use InfoFileTitle instead of InfoPageTitle for dataset name.Arun Isaac
2021-12-01Extract name of dataset group.Arun Isaac
2021-12-01Do not link inbred-set to mapping-method.Arun Isaac